/* 
MiniMenu Horizontal Tab Bar
Style 1
*/


.dropsubs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(hbarbg.gif);
	color: #000;
	font-weight: bold;
	
}

.dropsubs p {
	padding: 8px 0 10px 0;
	margin: 0px;
	/*
	border-bottom: 1px dashed #FF771D;
*/
}

.dropsubs a:link, .dropsubs a:visited {
	color: #006666;
	
	/*/*/
	padding: 3px 15px;
	text-decoration: none;
	/**/
}

.dropsubs a:hover, .dropsubs a:active {
	color: #ffffff;
	background-color:#FF3366;
	/*/*/
	text-decoration: none;
	/**/
}

