#menu{
	position:relative;
	width:160px;
	text-align: left;
	background-color: #B1E0E6;
	z-index: 150;
}

#menu a{
	display:block;
	font:normal 12px/20px arial, helvetica, sans-serif;
	width:155px;
	text-decoration:none;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

#menu a:hover{
	color:#ffffff;
	background-color: #B80B28;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	font-weight: bold;
}

#menu a:active{
	color:#ffffff;
	font-weight: bold;
}



#menu li li a{
color:#ffffff;
background-color: #B80B28;
}

#menu li li a:hover{
color:#ffffff;
background-color: #B80B28;
}

#menu li{
	list-style-type:none;
	color:#4B5F6D;

}

#menu li a:hover{
	list-style-type:none;
	color:#ffffff;
		background-color: #B80B28;
}


#menu ul li{
	position:relative;
	color:#4B5F6D;
}

#menu li ul{
position:absolute;
top:0;
left:150px;
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:150px;
}

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;
}

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:normal;
color:#ffffff;
background-color: #B80B28;
}

#menu a.x:hover{
color:#ffffff;
background-color: #B80B28;
}

#menu a.x:active{
color:#ffffff;
}