/*
4LevelWebs MiniMenus
CSS style 6 Horizontal
Drop Subs Styling
*/



.dropsubs {
	layer-background-color: #FFF;
	border: 1px solid #999;
	/*/*/
	border-top: 0px;
	border-right: 1px solid #999;
	border-bottom: 0px;
	border-left: 1px solid #999;
	/**/
}
.dropsubs p {
	margin: 2px 10px;
	/*/*/
	margin: 0;
	/**/
}



.dropsubs td {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 11px;
}




.dropsubs a, .dropsubs a:visited {
	color: #000;

	display: block;
	width: 146px;
	padding: 5px 8px 5px 12px;
	background-color: #FFF;
	
	text-decoration: none;
	border-top: 0px;
	border-bottom: 1px solid #999;

	
}
.dropsubs a:hover, .dropsubs a:active {
	color: #000;
	/*/*/
	background-image:  url(subover.jpg);
	border-top: 0px;
	border-bottom: 1px solid #999;

	/**/
}














