@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:240px;
	text-align: right;
	z-index: 150;
	margin-top: 35px;
	margin-left: 0px;
	
	
}

#menu a, #menu h2{
	display:block;
	font:bold 13px/21px verdana;
	text-indent:8px;
	width:240px;
	color: #ffffff;
	text-align: right;

}

#menu a{
	text-decoration:none;
}

#menu a, #menu a:visited{
	color:#dddddd;
	text-indent:8px;
}

#menu a:hover{
	color:#aaa;
	height: 21px;
	text-indent:8px;
}
#menu a.x{
background-image: url(/images/spring06/navx.jpg);
}
#menu a:active{
color:#fff;
}

#menu h2{
color:#ffffff;
text-transform:none;
margin:0;
padding:1px 0 0 0;
width:165px;
}

#menu li{
	list-style-type:none;
	color: #fff;
}

#menu ul li{
	position:relative;
	color: #fff;

}
#menu ul li li a{
	margin-left: 18px;
	width: 290px;
	text-align: left;
	color: #fff;
background-color: #1C164B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
}
#menu ul li li li a{
	margin-left: 60px;
	width: 240px;
	text-align: left;
	color: #fff;
background-color: #1C164B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#menu li ul{
position:absolute;
top:0;
left:240px;
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:240px;
}

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:8px;
color:#dddddd;

}

#menu a.x:hover{
color:#aaa;

}

#menu a.x:active{
color:#fff;
}
