@charset "utf-8";



/* CSS Popout Menu */

#menu{
position:relative;
z-index:2;
width:175px;
}

#menu a, #menu h2{
display:block;
font:bold 11px/16px Lucida Grande, Verdana, arial,sans-serif;
width:100%;
}

#menu a{
text-decoration:none;
font-size: 12px;
font-weight: normal;
}

#menu a, #menu a:visited{
color:#000;
font-weight:bold;
}

#menu a:hover{
color:#000;
font-weight:bold;
}

#menu a:active{
color:#000;
font-weight:bold;
}

#menu h2{
color:#fff;
text-transform:uppercase;
margin:0;
padding:0;
width:150px;
}

#menu li{
list-style-type:none;
text-align: left;
}

#menu ul li{
position:relative;
background-color: #dfe8f9;
color: #456fc4;
padding: 5px;
margin: 1px 0 1px 0;
}

#menu li ul{
position:absolute;

top:0;
left:176px;
display:none;
}

#menu li ul li {
	background-color: #dfe8f9;
	padding: 5px;
	border: 1px solid #214f59;
	margin-bottom: -2px;
	}

/* 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:175px;
}

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{
text-indent:2px;
color:#000;
}

#menu a.x:hover{
color:#1c428e;
}

#menu a.x:active{
color:#000;
}

#menu li.section {
	background-color: #7d354b;
	color: #f2f0c8;
	font-weight:bold;
	}