/*
CSS by Stephen Knowlton of Red Red Design
Copyright 2008
*/
#subMenu{
        /*padding-top:5px;
	width:545px;*/
	/*z-index:1000;*/
	/*float:left;*/
	/*isplay:inline;*/
}

#subMenu a{
	margin: 0px;
	text-decoration: none;
		font: normal bold 12px sans-serif;
}

#subMenu a img{
	border:0px solid #ffffff;
	padding-bottom:4px;	
}

#subMenu a:hover{
	text-decoration: underline;
}

#subMenu.drop a{

	background:none;
	color:#ffffff;
	margin: 0px;
	font: normal bold 12px sans-serif;
}
#subMenu.drop{

	padding-bottom:10px;
}


div.divider {
	display:block;
	clear:both;
}
/* fix for IE layering issue */
#subMenu .hnavLI {
	float:left;
	z-index: 100;
	text-align:center;        
	padding-left: 10px;
}



div#subMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*width: 350px;*/ /* Width of Menu Items */
	/*border-bottom: 0px solid #ccc;*/
	}
	
div#subMenu ul li {
	position: relative;
	/*border-right: 2px solid #b7a693;*/
	text-align:center;
	}