.indentmenu{
width: 100%; /*leave this value as is in most cases*/
}
.manu {
	padding-top: 11px;
}
.indentmenu ul{
	margin: 0;
	float: left;
	width: 100%;
	padding: 0;
}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
	color: #CDDBE1;
	text-decoration: none;
	height: 22px;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 0px;
	float: left;
	padding-right: 14px;
	padding-left: 14px;
}
.indentmenu ul li a:hover, .indentmenu ul li .current{
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	height: 22px;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
}

#dropmenudiv{
	position:absolute;
	border-bottom:1px solid #ccc;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	color:#CDDBE1;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 14px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #306983;
	font-family: Arial, Helvetica, sans-serif;
}

#dropmenudiv a:hover{
	color:#FFFFFF;
	width: 100%;
	display: block;
	text-indent: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 14px;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #4C859C;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
