/*
4LevelWebs MiniMenus
CSS style 1 Horizontal
*/


.dropsubs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px solid #014FA2;
	layer-background-color: #A02A3A;
	list-style-type: none;


}
.dropsubs p {
	margin: 2px 10px 2px 0px;
	/*/*/
	margin: 0;
	/**/	
}
.dropsubs a, .dropsubs a:visited {
	color: #A02A3A;
	display: block;
	width: 100px;
	padding: 2px 6px 2px 8px;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #A02A3A;




	/**/
}
.dropsubs a:hover, .dropsubs a:active {
	color: #A02A3A;
	background-color: #999999;
	border: 1px solid #333333;

	/*background-image:  url(subover.gif);*/
	/**/
}
.dropsubsCopy {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px solid #88A7AA;
	layer-background-color: #A02A3A;
	list-style-type: none;
}

