.topmenu
{
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 12px 0 0 2px;
}

.topmenuli
{
	list-style-type: none;
	float: left;
	padding-left: 8px;
}

.topmenutitle
{
	display: block;
	/*width: 110px;*/
	text-decoration: none;
	border: 1px solid #666;
	padding: 4px 17px;
	line-height: 14px;
	color: #000;
	text-align: center;
	font-weight: bold;
}

.topmenuli a:hover { background: #f4f4f4; }

.submenuul
{
	text-align: left;
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0 0 0 0;
	display: none;
	margin-top: 0px;
	background-color: #fff;
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 1px solid #999;
}

.submenuli a
{
	display: block;
	width: 120px;
	padding: 3px;
	text-decoration: none;
	color: #333;
	background: #f4f4f4;
	border-bottom: 1px solid #999;
}

.submenuli a:hover
{
	text-decoration: none;
	background: #eee;
	color: #444;
}

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

#dmenu
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

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