/*
4LevelWebs MiniMenus
CSS style 1 Horizontal
*/


.dropsubs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	
	
	}
.dropsubs p {
	margin: 5px 5px;
	/*/*/
	margin: 0;
	/**/	
}
.dropsubs a, .dropsubs a:visited {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	display: block;
	border-style:solid;
	border-width: 1px 1px 0px 1px;
	border-color: black;
	width: 200px;
	background-color: #669966;
		/*background-image:  url(subnorm.gif);*/
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	/**/
	
		
}
.dropsubs a:hover, .dropsubs a:active {
	color: #fff;
	/*/*/
	border-color: #eee #ccc #ccc #ccc;
	background-color: #a3c9a3;
	
	/*background-image:  url(subover.gif);*/
	/**/
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
