/* 
cyan (100.0.0.0) = #00A8EC; DeepSkyBlue
dark blue (100.100.0.0) = #303895;
light blue = #AEAED7;
movuliu=#E3E3F1;
*/
#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:10px;
}
#dmenu li>ul {
	top: auto;
	left: auto;
}
#cont {
    clear: left;
}
.topmenuul{
	list-style-type:none;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	z-index:1;

}

.topmenuli{
	list-style-type:none;
	z-index:1;
	float:left;
	text-align:center;

}
.topmenutitle{
    display:block;
    text-align:center;
    text-decoration: none;
  background:#E3E3F1 url(images/bg-grad-tb.jpg) repeat-x bottom left;
	font-family:arial;
	font-size:12px;
	color: #303895;
	font-weight:bold;
	width:92px;
	margin:2px 1px 2px 1px;
	padding:1px;
	border:1px solid #AEAED7;
	z-index:1;
}
.topmenuli a{
	text-decoration: none;
}

.topmenuli a:hover{
	color: white;
  background:#E3E3F1 url(images/bg-grad-cn.jpg) repeat-x top left;
	z-index:1;
}
.submenuul{
	width:187px;
	list-style-type:none;
	position:absolute;
	margin-left:0; 
	margin-top:0;
	padding:0;
	display:none;
	background:white;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: DeepSkyBlue;
	z-index:1;
	font-family:arial;
	font-size:11px;
	color: #303895;
	font-weight:bold;
	}

.submenuli{
	list-style-type:none;
	float:left;
	border-bottom:1px dotted #00A8EC;
	z-index:1;
	margin:0;
}

.submenuli a{
	width:180px;
	display:block;
	padding:2px;
	padding-left:5px;
	text-decoration: none;
	color: #303895;
	margin:0px;
	background:#E3E3F1;
	text-align:left;

}

.submenuli a:hover{
	text-decoration: none;
	color: white;
	background:DeepSkyBlue ;
}

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