@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:164px;
	text-align: left;
	background-color: #3C6FA9;
}

#menu a, #menu h2{
	display:block;
	font:normal 11px/20px arial, helvetica, sans-serif;
	text-indent:8px;
	width:164px;
	color: #ffffff;
	border-bottom-width: thin;
	border-bottom-style: solid;
}

#menu a{
	text-decoration:none;
}

#menu a, #menu a:visited{
	color:#ffffff;
	background-color: #3C6FA9;
	text-indent:8px;
}

#menu a:hover{
	color:#ffffff;
	background-color: #4B5882;
	height: 20px;
	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:164px;
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:164px;
}

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;
text-indent:8px;
color:#ffffff;
background-color: #3C6FA9;

}

#menu a.x:hover{
color:#ffffff;
background-color: #D8D9BA;

}

#menu a.x:active{
color:#ffffff;
}
