
/* minimum menu requirements for functionality */

.topmenu {
	margin: 0;
	padding: 0;
}

.topmenuul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.topmenuli{
	list-style-type: none;
	float: left;
	background: #f0ca37;
}

.topmenutitle {
	display: block;
	width: 80px;
	text-align: center;
}

.topmenu_local {
	width: 97px;
}

.topmenu_nation {
	width: 112px;
}

.topmenu_sports {
	width: 68px;
}

.topmenu_entertainment {
	width: 117px;
}

.topmenu_business {
	width: 78px;
}

.topmenu_autos {
	width: 59px;
}

.topmenu_features {
	width: 81px;
}

.topmenu_travel {
	width: 66px;
}

.topmenu_obit {
	width: 90px;
}

.topmenu_opinion {
	width: 71px;
}

.topmenu_twist {
	width: 59px;
}

.submenuul{
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 10;
}

.submenuli a {
	display: block;
	width: 150px;
}

li:hover ul , li.sfhover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#content {
	clear: left;
}

/* menu design */

#dmenu {
	font-size: 10px;
}

.topmenuul {
	
}

.topmenutitle {
	text-indent: 0;
	text-decoration: none;
	border-bottom: 1px solid #cfa711;
	border-right: 1px solid #cfa711;
	border-top: 1px solid #ffe26d;
	border-left: 1px solid #ffe26d;
	padding: 2px 0 2px 0;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}

.submenuul {
	margin-top:-1px;
	background: #bbd5f0;
	border-top: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 1px solid #000000;

}

.submenuli a {
	padding: 3px;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #193e6b;

}

.submenuli a:hover{
	text-decoration: none;
	background: #193e6b;
	color: #FFFFFF;
}

#dmenu a {
	color: #144b8f;
	text-decoration: none;
}

#dmenu a:hover {
	color: white;
	text-decoration: none;
}
