#menu{
	position:relative;
	width:137px;
	text-align: left;
	background-color: #004678;
	padding-left: 0px;
}

#menu a{
	display:block;
	font:normal 11px/20px arial, helvetica, sans-serif;
	text-indent:8px;
	width:135px;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-decoration:none;
}

#menu a, #menu a:visited{
	color:#ffffff;
	background-color: #004678;
	text-indent:8px;
}

#menu a:hover{
	color:#ffffff;
	background-color: #5C9340;
	text-indent:8px;
}

#menu a:active{
color:#ffffff;
}

#menu h2{
color:#ffffff;
text-transform:none;
margin:0;
padding:1px 0 0 0;
width:165px;
}

#menu li{
	list-style-type:none;
	color: #ffffff;
}

#menu ul li{
	position:relative;
	color: #ffffff;

}

#menu li ul{
position:absolute;
top:0;
left:135px;
display:none;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */

div#menu ul, #menu ul ul, div#menu ul ul ul{
margin:0;
padding:0;
list-style-image:none;
width:135px;
}

div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul{
display:none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul{
display:block;
}
