/*
droplicious v.1.0
Copyright @2009 http://headfirstproductions.ca
Darren Terhune
Created May 21, 2009
*/

/* droplicous v1.1 */
#nav ul.scriptaculously{
	text-align:left;
	width:150px;
	font-size:.8em;
	background-color:#5e5c5a;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	margin:0;
	padding:0;
	position:absolute;
	left:0px;
	top:28px;
	opacity:1000;
	filter:alpha(opacity=100);
}
html>body #nav ul.scriptaculously{/*ie shit*/
	position:absolute;	
	top:48px ;
	
}
#nav ul.scriptaculously{/*ie shit*/
	position:absolute;	
	top:48px ;
	
}
#nav  li ul li{/*ie shit*/
	clear:both;	
}
#nav ul.scriptaculously a:hover{
	position:relative;
	color:#000000;
	background:none;
}
#nav ul.scriptaculously a{
	position:relative;
	z-index:999;
	font-weight:normal;
	margin:0;
	padding:5px 0 5px 10px;
	background:none;
	color:white;
	display:block;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-khtml-border-radius-topleft:0;
	-khtml-border-radius-topright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
}

#nav li{
 	position:relative;
 	display:inline;
	/*margin:0;*/
	padding:0;
}
#nav li ul li a{
height: 20px;
line-height:2; 
}

a.mainMenuSelect{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../img/roll_orange.jpg) no-repeat scroll right bottom;
}
a.mainMenuSelectLev {
color:#333333;
cursor:pointer;
float:left;
font-family:"Trebuchet MS";
font-size:13px;
font-weight:bold;
height:32px;
line-height:32px;
padding:0 0 0 10px;
text-align:center;
text-decoration:none;
}


#nav li a.css_submenu:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
color:#000000;
/*background:transparent url(../img/menu_sprite.gif) no-repeat scroll 50% bottom;*/
background-color:#f7f7f7 !important;
margin-top:4px
-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

#nav a.mainMenuSelected,a.mainMenuSelected:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
color:#ffffff;
/*background:transparent url(../img/menu_sprite.gif) no-repeat scroll 50% bottom;*/
background-color:#5e5c5a !important;
margin-top:4px
-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
