.subMenu{
	display: none;
}

.dropButtoned {	
	margin: 0;
	padding-left: 3px;
	width: 135px;
	height: 19px;	
	background-repeat: no-repeat;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #fff;
}


#dropDown a{	
	color: #555;	
}


#dropDown  a:hover{	
	color: #888;	
}

.dropButtoned a {	

}

#navBar a{
	font-size: 7pt;

}

#navBar {
	border-top: 1px solid #e8e1d7;
	position: absolute;
	height: 20px;
	width: 900px;
	padding: 0; 
	margin: 0px;
	background-color: #fff;
	background-position: bottom;
} 

#dropDown{	
	position: relative;
		
	margin-right: -13px;
	float: left;
	width: 135px;
	height: 19px;
	text-align: left;
	margin-top: 3px;
	margin-left: 5px;
	font-weight: bold;	
	font-size: 7pt;
	z-index: 10;
	
}