@charset "utf-8";

/* For Menu Testing Only */

body, html{margin:0;padding:0;}
body{height:764px;}
.hand{cursor:pointer;}
.help{cursor:help;}

/* CSS Popout Menu */

#menu{
	position:relative;
	width:165px;
	text-align: left;
	z-index: 150;
	margin-top: 0px;
	left: 0px;
	
}

#menu a, #menu h2{
	display:block;
	font:bold 12px/20px Arial, Helvetica, sans-serif;
	text-indent:5px;
	width:165px;
	color: #E5EAEF;
	text-align: left;
	height: 25px;
}

#menu a{
	text-decoration:none;
}

#menu a, #menu a:visited{
	color:#333333;
	text-indent:6px;
}

#menu a:hover{
	color:#338AB7;
	height: 25px;
	text-indent:6px;
}

#menu a:active{
color:#333333;
}

#menu h2{
color:#ffffff;
text-transform:none;
margin:0;
padding:0px 0 0 0;
width:165px;
}

#menu li{
	list-style-type:none;
	color: #E5EAEF;
}

#menu ul li{
	position:relative;
	color: #333333;
	background-color: #E5EAEF;
}
#menu ul li li a{
	margin-left: 0px;
	width: 185px;
	text-align: left;
	background-color: #E5EAEF;
}

#menu li ul{
	position:absolute;
	top:0;
	left:165px;
	display:none;
	background-color: #E5EAEF;
}
#menu li ul ul{
	left:165px;
}

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

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:bold;
	text-indent:10px;
	color:#333333;
}

#menu a.x:hover{
	color:#033364;
}

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