.menu { z-index:995;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul 	{ z-index:996; list-style-type:none; margin:0; margin-left:-36px;}
.menu ul ul { z-index:997;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 		{ position:relative; float:left;}
.menu ul li a	{ display:block; padding:3px 8px 0px 8px; height:19px; border-right:1px solid #fff;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited { float:left;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#ab0610; 
	background:#739900;
}