/* CSS Document */
#menuOutput a{	height:20px;
	color:#bdbdbd;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	text-decoration: none;
	font: normal 300 12px Georgia, Times New Roman, serif;
	font-variant: small-caps;
}
#menuOutput a:hover{
	color:#bdbdbd;
	text-decoration: underline;
	background:#444444;
}
#menuOutput{
	background:#555555 url(images/menuBG.gif) repeat-x top center;
	width:700px;
	z-index:1000;
	float:left;
	text-align:center;
	clear:both;
}
.drop {
	border-right:2px solid #696969;
}
.drop a{
	background:none;
	color:#ffffff;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;

}
#menuOutput .drop1 a:hover{
	text-decoration: underline;
	background:#E2E6EF;
	/*color:#9b060c;*/
}
#menuOutput .drop2 a:hover{
	text-decoration: underline;
	background:#E2E6EF;
	/*color:#9b060c;*/
}

span.drop1 {
	background-color:#ffffff;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	/*padding-left: 4px;*/
	margin-bottom: 3px;
	clear: both;
	color:#000000;
	font-weight:bold;
	border-top: 1px solid #63788e;
	border-bottom: 2px solid #63788e;
	border-right: 1px solid #63788e;
}
span.drop1 a {
	font-weight: bold;
}
span.drop2 {
	/*padding-right: 6px;*/
	padding-left: 6px;
	white-space: nowrap;
	/*display:inline;*/
	clear:both;
	float: left;
	font-size: .8em;
	/*border-right: 1px solid #777;*/
}
div.divider {
	border-bottom: 4px solid #E6E6E6;/*
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;*/
	display:block;
	clear:both;
}
/* fix for IE layering issue */
li.hnavLI {
	float:left;
	z-index: 100;
			/*margin-top:10px;*/
	padding-top:2px;
}



div#menuOutput ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height:20px;
	/*width: 58px;*/ /* Width of Menu Items */
	/*border-bottom: 0px solid #ccc;*/
	}
	
div#menuOutput ul li {
	position: relative;

	text-align:center;
	}
	
div#menuOutput li ul li{
text-align:left;
background-color:#EEE;
color:#333333;
width: 200px;
border:1px solid #444;
}

div#menuOutput li ul {

	position: absolute;
	left: 0px;
	top: 6px;
	display: none;
	padding: 8px 0 0 0; /* fix for IE layer issue */
	}

div#menuOutput li ul li a{	color: #333333;}
	
/* Holly Hack. IE Requirement \*/
* html li ul li { float: left; height: 1%; }
* html li ul li a { height: 1%; }
/* End */

div#menuOutput li:hover ul, div#menuOutput li.over ul { 
	display: block;
	z-index: 1001;
}
