/* CSS Document */
#menuOutput a{

	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	text-decoration: none;

}


#menuOutput a:hover{
	/*text-decoration: underline;*/
	background:#EBDCA4;
}
#menuOutput{
	background:#000000;
	width:740px;
	z-index:1000;
	float:left;
	text-align:center;
	clear:both;
	display:inline;
}
.drop a{

	/*background:none;*/
	color:#ffffff;
	padding-left: 0px;
	padding-right: 2px;
	margin: 0px;
	font: normal bold 12px Verdana, sans-serif;
}
#menuOutput .drop1 a:hover{
	/*text-decoration: underline;*/
	background:#EBDCA4;
}
#menuOutput .drop2 a:hover{
	/*text-decoration: underline;*/
	background:#EBDCA4;
}

span.drop1 {
	background-color:#720b0a;
	display: block;
	/*padding-top: 1px;
	padding-bottom: 1px;*/
	margin-bottom: 3px;
	clear: both;
	color:#000000;
	font: normal bold 16px Palatino Linotype, Book Antiqua, Palatino, serif;
}
span.drop1 a {
	font-weight: bold;
	color:#e9d5ca;
}
span.drop2 {
	padding-left: 6px;
	white-space: nowrap;
	clear:both;
	float: left;
	font: normal 12px Palatino Linotype, Book Antiqua, Palatino, serif;
}
span.drop2 a {
	font-weight: normal;
	color:#000000;
}
div.divider {
	display:block;
	clear:both;
}
/* fix for IE layering issue */
li.hnavLI {
	float:left;
	z-index: 100;
}



div#menuOutput ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*width: 350px;*/ /* Width of Menu Items */
	/*border-bottom: 0px solid #ccc;*/
	}
	
div#menuOutput ul li {
	position: relative;
	/*border-right: 2px solid #b7a693;*/
	text-align:center;
	}
	
div#menuOutput li ul li{
text-align:left;
background-color:#942d2c;
color:#333333;
width: 200px;
border:3px solid #942d2c;
}

div#menuOutput li ul {

	position: absolute;
	left: 0px;
	top: 10px;
	display: none;
	padding: 10px 0 0 0; /* fix for IE layer issue */
	}	
/* 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;
	/*text-decoration: underline;*/
	background:#EBDCA4;
}
