#menu					{ z-index: 10000 !important; }
#menu li li				{ height: 19px;}

#menu li li a:hover		{ color: #000000; }

/* remove the bullets, padding and margins from the lists */
#menu ul		{ list-style-type: none; padding:0; margin:0; }

/* make the top level links horizontal and position relative so that we can position the sub level */
#menu li		{ float:left; position:relative; }

/* use the table to position the dropdown list */
#menu table		{ position:absolute; border-collapse:collapse;  left:-1px; top:25px; }

/* style all the links */
#menu li li	a 	{ display:block; width:128px; height: 16px; color:#000; text-decoration:none; margin-right:1px; 
				  text-transform: uppercase; font-weight: normal;  padding-top: 2px;
				  background-image: none !important; font-size: 11px; text-align: left; padding-left: 5px;}

/* style the links hover */
#menu :hover			{ color: #000000;  }

/* hide the sub level links */
#menu ul ul 			{ visibility:hidden; position:absolute; width:133px; height:0; }

/* make the sub level visible on hover list or link */
#menu ul li:hover ul,
#menu ul a:hover ul		{ visibility:visible; }



#menu ul ul a			{ width: 128px !important;  background-color: #BBD268; color: #000000; border-bottom: 1px solid #FFFFFF ;  }

#menu ul ul :hover		{ background-color: #A7C63E; color: #000000; }

