/* CSS Popout Menu */

#menu{
	position:relative;
	width:200px;
	text-align: left;
	margin-left: 10px;
	text-transform: uppercase;

}

#menu a, #menu h2{
	display:block;
	letter-spacing: .5px;
	text-indent:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color: #3b3d3f;
	background-color: #b8c0c6;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #a8afb5;
	line-height: 25px;
	height: 25px
	
}



#menu a{
	color:#3b3d3f;
	text-indent:8px;
	text-decoration:none;
}

#menu a:hover{
	color:#ffffff;
	background-color: #a8afb5;
	line-height: 25px;
	text-indent:8px; 
	height: 25px
	display: block;
}



#menu h2{
color:#ffffff;
text-transform:none;
margin:0;
padding:1px 0 0 0;
width:200px;
}

#menu li{
	list-style-type:none;
	color: #ffffff;
}

#menu ul li{
	position:relative;
	color: #ffffff;

}

#menu li ul{
position:absolute;
top:0;
left:200px;
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 {
margin:0;
padding:0;
list-style-image:none;
width:200px;
}

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;
}
div#menu ul ul ul{
margin:0;
padding:0;
list-style-image:none;
width: 280px;
}
