@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:130px;
	text-align: left;

}

.menu a, .menu h2{
	display:block;
	font:normal 11px/20px arial, helvetica, sans-serif;

	width:100px;
	color: #ffffff;
}

.menu a{
	text-decoration:none;
}
.menu li a{
	width:100px;
	background: url(/images/home/arrow.gif) left no-repeat;
}
.menu li ul li{

	background-color:#CCC;
	width: 130px;
}
.menu li ul li a{
	border:none;
	background:none;
	width: 140px;
}

.menu a, .menu a:visited{
	color:#ffffff;

}

.menu a:hover{
	color:#ffffff;
	text-decoration:none;
}


.menu a:active{
color:#003C17;
}

.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:100px;
display:none;
border:none;
width: 140px;
}

/* 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:130px;
}

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: #993300;

}

.menu a.x:hover{
color:#ffffff;
background-color: #999999;

}

.menu a.x:active{
color:#ffffff;
}
