/* CSS Document */
/* Menu */

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

.topmenuli{
	list-style-type:none;
	float:right;
	
	
}
.topmenutitle{
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  line-height: 2.5;
	display:block;
	color: #000000;

	
}
.topmenutitle:hover{
	display:block;
	background-color: #99CCFF;
	
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0px 0 0;
	padding:0;
	display:none;
	background-color:#006699;
	background-position: left top;
	background-repeat: repeat-x;
	
}

.submenuli a{
	display:block;
	width:94px;
	padding:2px;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	z-index: 100;
}
.submenuli a:hover{
	text-decoration: none;
	background:#99CCFF;
	color: #000000;
	
	}

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


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

#content {
	clear: right;
	

}

/* menu design */

#dmenu {
	font-family: Verdana;
	font-size:11px;
	color: #666666;

	
}

.topmenutitle {
	text-indent:3px;
	text-decoration: none;
	line-height:14px;
	
}


	
/* 
--------------------------------------------------
End Menu
--------------------------------------------------
*/

