/*|||||||||||||||||||||||||||||||||
HORIZONTAL NAV STYLES
|||||||||||||||||||||||||||||||||||*/

.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;
}

.topmenuli a:visited{
	color: #444141;
}

.topmenuli a{
	color: #444141;
}

.topmenulidivider{
	list-style-type:none;
	float:left;
	color: #444141;
	text-align:center;
	}


.topmenutitle{
	display:block;
	width:70px;
	text-align:center;
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
}

.submenuli a{
	display:block;
	width:165px;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#content {
	clear: left;

}

/* ||||||||||||||||||||||||||||||||||||
HORIZONTAL NAV DESIGN STYLES
|||||||||||||||||||||||||||||||||||||||*/

#dmenu {
	font-family:Verdana, arial;
	font-size:75%;
}

.topmenuul {
	
}

.topmenutitle {
	text-indent:3px;
	text-decoration: none;
	font-weight:bold;
	border:none;
	padding:3px;
	line-height:14px;
}

.submenuul {
	margin-top:-1px;
	background-color:#ffffff;
	background-position: top left;
	background-repeat: repeat-x;
	border-top:1px solid #6b725c;
	border-bottom:1px solid #6b725c;
	border-right:1px solid #6b725c;
	border-left:1px solid #6b725c;

}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #6b725c;

}

.submenuli a:hover{
	text-decoration: none;
	background:#d3d3d1;
	color: #000000;
}
