/*Nav Styles*/

/* this is the main UL element*/
.dropdown{margin:0; padding:0; list-style:none; }

/* these are the inner menus*/
.dropdown ul{margin:-1px 0 0 0; padding:5px 0;   list-style:none; width:143px!important; height:auto!important;z-index:300!important;POSITION: absolute!important; display:block!important; background:url(/includes/images/general/dropddownBG.png) left top repeat-y;}
*html .dropdown ul {background:#e7e7e7;}
/* these are all the LIs in the menu*/
.dropdown li{margin:0; height:20px; float:left; cursor:pointer;  }

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/

/* these are the LIs that only belong to submenu*/
.dropdown ul li{ padding:3px 5px; height:auto; float:none; border-top:0;width:131px!important;  z-index:300!important; border-bottom:1px solid #bababa; }
.dropdown ul .last {border:none;}
	



/*Nav Styles*/
#nav-list {position:relative; float:right; padding:0;  list-style:none; text-decoration:none;z-index:300!important; }
#nav-list li a {float:left; text-indent:-9999px;color:#686868;}
#nav-list li ul a {color:#686868;float:none; text-indent:0px; background:none!important; height:auto!important;width:120px!important; line-height:14px; font-size:10px; text-transform:uppercase;}
#nav-list li ul li a {float:left; margin:0;padding:0 5px 0 5px; color:#686868; font-weight:500;  font-size:10px; }
#nav-list li ul li a:hover { color:#000;}

