/* this is the main UL element*/
.dropdown{margin:0; padding:0; list-style:none; }

/* these are the inner menus*/
.dropdown ul{margin:0; padding:5px 0 10px 0; border-top:1px solid #444; list-style:none; width:150px;background:#000;z-index:300!important;POSITION: absolute; display:block;}

/* these are all the LIs in the menu*/
.dropdown li{margin:0; height:25px; float:left; cursor:pointer; }

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{text-decoration:none; color:#fff; width:100%; }
.dropdown a:hover{color:#e1d1a7; }

/* these are the LIs that only belong to submenu*/
.dropdown ul li{ border-bottom:1px solid #444;padding:5px; height:auto; float:none; border-top:0; margin-left:-1px; background:#000 none; z-index:300!important; }
	
/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{ }

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{}


/*Nav Styles*/
#nav-list {position:relative; float:right; padding:0; width:912px; height:25px; list-style:none; text-decoration:none;z-index:300!important;}
#nav-list li a{float:left; text-indent:-9999px;}
#nav-list li ul a {float:none; text-indent:0px; background:none!important; height:auto!important;width:140px!important; line-height:12px; font-size:13px;}
#nav-list ul li a:hover,#nav-list ul li.selected a, #nav-list .selected {background-position: 0 -25px!important;}

