ul.navUl {

	float: left;
	display: block;
	width: 750px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}


li.navItem {
	float: left;
	display: block;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 34px;
	padding: 0px;
}


li:hover.navItem  {
	background-image: url(images/mainBg.png);
	background-repeat: no-repeat;
	/*background-image: url(../../images/tab_hover.gif);*/
	background-repeat: repeat-x;
	background-position: -30px -78px;
}

.navItem a {
	display: block;
	text-decoration: none;
	/*color: #89805F;*/
	color: #164137;
	margin: 0px;
	font-size: 12px;
	height: 24px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.navItem a:hover 
{
	color: #39362b;
	text-decoration: none;
}

li.navItem ul 
{
	position: absolute;
	background-image: url(images/dropDown.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
	width: 95px;	
	margin:0px;
	padding: 0px 0px 15px 0px;
		
}
li:hover.navItem ul 
{


}



li.navItem ul li 
{
	color: #cccccc;
	width: 95px;		
	margin-left: 0px;
	list-style-type: none;	
	font-size: 10px;	
}

li.navItem ul li:hover
{
	color: #ffffff; 
	width: 95px;		
	margin-left: 0px;
	list-style-type: none;	
}

li.navItem ul li a
{
	color: #cccccc;
	height: 14px;
	margin-left: 0px;
	list-style-type: none;	
	font-size: 10px;	
}

li.navItem ul li a:hover
{
	color: #ffffff; 
	
	margin-left: 0px;
	list-style-type: none;	
}


.dropDownText {
	
	text-align: center;
	color: #DCE791;
	text-decoration: underline;
}








