/*
4LevelWebs MiniMenus
CSS style 1 Horizontal
*/

/* Main nav */
a.nav:link, a.nav:visited {
	font-size: 0.75em;
	color: #fffffa;
	text-decoration: none;
}
a.nav:hover {color: #50504e;}

.dropsubs {
	font: normal 0.75em "Lucida Grande", Arial, Helvetica;
	color: #fffffa;
	border: 1px solid #88A7AA;
	layer-background-color: #88A7AA;
	/* text must be sest to left align for gallery nav */
	text-align: left;
}
.dropsubs p {
	margin: 2px 10px;
	/*/*/
	margin: 0;
	/**/	
}
.dropsubs a, .dropsubs a:visited {
	color: #666;
	/*/*/
	display: block;
	width: 110px;
	padding: 2px 6px 2px 20px;
	border-color: #666 #C7D6D8 #C7D6D8 #C7D6D8;
	background-color: #fff;
	/*background-image:  url(subnorm.gif);*/
	text-decoration: none;
	/**/
}
.dropsubs a:hover, .dropsubs a:active {
	color: #666;
	/*/*/
	/*border-color: #eee #ccc #ccc #ccc;*/
	background-color: #bfddda;
	/*background-image:  url(subover.gif);*/
	/**/
}

.whiteText {
	font-size: 0.75em;
	color: #fffffa;
}

