/*menu stuff below*/
#headernav {
	background-image:url(../../images/design/menu_top.jpg);
	background-repeat:no-repeat;
	padding:34px 4px 4px 4px;
	font-size: 13px;
	color:#ffffff;
	font-weight:bold;
	height:18px;
	width:185px;
	align:center;
	margin:-15px 0px 0px -7px;
	
}
#headernav a{
	color:#FFF;
	text-decoration:none;
}
#headernav a:hover{
	color:#9a98c0;
	}
.titlenav, .nav-heading{
	background-image:url(../../images/design/menu_title.jpg);
	background-repeat:no-repeat;
	color:#fff;
	height:26px;
	margin:3px -6px 3px 3px;
	position:relative;
	left:-10px;
	padding:6px 6px 0px 10px;
	font-weight:bold;
	display:block;
	line-height:normal;
	font-size:12px;

}
.headernavgreen{
	color: #000;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 160px;
	
	
}
.headernavgreen > li {
	background-image:url(../../images/design/sidenavgreen.jpg);
	background-repeat:no-repeat;
	display: block;
	font-size: 0px; /* because IE7 is dumb */
	line-height: 0px; /* because IE7 is dumb */
	margin: 0px;
	padding: 0px;
	position: relative;
	left:-5px;
	width: 188px;
	height:40px;
	
}
#nav .headernavgreen > a {
	color:#FFF;
	background:none;
	padding:0 0 0 10px;
	line-height:26px;
}
#nav .headernavgreen > a:hover {
	color:#FFF;
	background:none;
}
.headernavgreen ul {
	border: 1px solid #999999;
	display: none;
	left: 185px;
	list-style: none;
	margin: 0px;
	overflow: visible;
	padding: 0px;
	position: absolute;
	top: 0px;
	z-index: 99;

}
.headernavgreen a{
	/*background-color:#3c3c92;*/
	color:#fff;
	display:block;
	font-size:12px;
	line-height:16px;
	margin:0;
	text-decoration:none;
	width:170px;/* helps IE with hover */
	font-weight:bold; 
	padding:5px 0px 0px 11px;
}
.headernavgreen a:hover{
	color:#9a98c0;
	}

#nav, .nav2 {
	color: #000;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 160px;
	
	
}
#nav li, .nav2 li {
	display: block;
	font-size: 0px; /* because IE7 is dumb */
	line-height: 0px; /* because IE7 is dumb */
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 187px;
	
	
}
#nav ul, .nav2 ul {
	border: 1px solid #999999;
	display: none;
	left: 187px;
	list-style: none;
	margin: 0px;
	overflow: visible;
	padding: 0px;
	position: absolute;
	top: 0px;
	z-index: 99;
}
#nav a, .nav2 a {
	/*background-color:#3c3c92;*/
	color:#3c3c92;
	display:block;
	font-size:12px;
	line-height:16px;
	margin:0;
	padding:3px 5px;
	text-decoration:none;
	width:177px;/* helps IE with hover */
	font-weight:bold; 
}
#nav ul li a{
	color:#fff;
	}
#nav ul {
	background-color:#3c3c92;
	}
#nav ul li{
	border-bottom:1px solid #fff;
	}
#nav ul li ul a{
	color:#fff;
	}
#nav a:hover, .nav2 a:hover{
	background-color: #9a98c0;
	color: #fff;
}
#nav li:hover ul ul, 
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
.nav2 li:hover ul ul, 
.nav2 li:hover ul ul ul,
.nav2 li:hover ul ul ul ul {
	/*display: none;*/

}
#nav li:hover ul, 
#nav ul li:hover ul, 
#nav ul ul li:hover ul,
#nav ul ul ul li:hover ul,
.nav2 li:hover ul, 
.nav2 ul li:hover ul, 
.nav2 ul ul li:hover ul,
.nav2 ul ul ul li:hover ul {
	display: block;
}
li>ul { 
	top: auto;
	left: auto;
}
/* Win IE only \*/
* html #nav li {
	float:left;
	display: inline;
}/* end holly hack */
* html .nav2 li {
	float:left;
	display: inline;
}/* end holly hack */
/* Only IE-win sees this. \*/
* html #leftcolumn {
  height: 1%;
}
/* End hide from IE5/mac */
