/* Support for the "iehover-fix.js" */
ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
* html ul.nav li { z-index: 201; }
/* End Support for the "iehover-fix.js" */

#menu{
	position: relative;
	width:150px;
	text-align: left;
	z-index: 9999;
	left: 1px;
	
}
.zindex
{
	z-index: 0;
	}
#menu a, #menu h2{
	display:block;
	font:bold 11px/20px Arial, Helvetica, sans-serif;
	text-indent:8px;
	width:150px;
	color: #006666;
	text-align: left;
	z-index: 999;
}

#menu a{
	text-decoration:none;
	list-style-type:none;
}

#menu a, #menu a:visited{
	color:#006666;
	height: 20px;
	text-indent:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#menu a:hover{
	color:#990000;
	height: 20px;
	text-indent:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-type:none;
}

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

#menu h2{
	color:#990000;
	text-transform:none;
	margin:0;
	padding:1px 0 0 0;
	width:150px;
}

#menu li a{
	list-style-type:none;
	color: #006666;
	height: 20px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}



#menu ul li{
	position:relative;
	color: #006666;
	background-color: #CCCCCC;
list-style-type:none;
}
#menu ul li li a{
	width: 150px;
	text-align: left;
	background-color: #CCCCCC;
list-style-type:none;
}

#menu li ul{
	text-indent:8px;
	position:absolute;
	top:0;
	left:150px;
	display:none;
	background-color: #CCCCCC;
list-style-type: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:150px;
}

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:#006666;
}

#menu a.x:hover{
color:#990000;
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}

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