/*
4LevelWebs MiniMenus
CSS style 1 Horizontal
*/


.dropsubs {
	font: .9em/1.8em "Lucida Grande", Arial, Helvetica, sans-serif;
	height: 60px;
	background: #000;
}

.dropsubs p {
	padding: 0;
	margin: 0px;
}

.dropsubs a:link, .dropsubs a:visited {
	color: #666;
	background: #000;
	display: inline;
	/*/*/
	padding: 0px 2px 0 2px;
	text-decoration: none;
		/**/
}

.dropsubs a:hover, .dropsubs a:active {
    color: #898989;
	background: #000;
	display: inline;
	/*/*/
	text-decoration: none;
	/**/
}