.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;
	color: #8f8f8f;
}
.topmenuli a:link{
	text-decoration: none;
	color: #8f8f8f;
}
.topmenuli a:hover{
	color: #8f8f8f;
	text-decoration: none;
	background-image: url(../images/transblack70.png);
	background-position: top left;
	background-repeat: repeat;
}
.topmenuli a:visited{
	text-decoration: none;
	color: #8f8f8f;
}
.topmenutitle{
	display:block;
	width:175px;
	height:14px;
	text-indent:3px;
	text-decoration: none;
	font-weight:bold;
	border:0px solid #000000;
	padding:3px;
	line-height:14px;
  /*background-image: url(../images/transblack.png);
  background-repeat: repeat-x;*/
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
	margin-top:-1px;
  background-image: url(../images/transblack90.png);
	background-position: top left;
	background-repeat: repeat;
  border-top:1px solid #282828;
	border-bottom:0px solid #000000;
	border-right:0px solid #000000;
	border-left:1px solid #282828;
}

.submenuli a{
	display:block;
	width:250px;
	padding:3px;
	text-decoration: none;
	color: #8f8f8f;
}

.submenuli a:hover{
	text-decoration: none;
  background-image: url(../images/transblack75.png);
	background-position: top left;
	background-repeat: repeat;
	border: 0px;
	color: #8f8f8f;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
	bottom:128px;
}

#dmenu {
  height:14px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:10px;
	font-weight: bold;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#content {
	clear: left;

}







