#cssdropdown{padding: 0;margin: 0;list-style:none;float:left;}

#cssdropdown ul {list-style: none;padding:0;margin:0;z-index:100}

#cssdropdown li {float: left;position: relative;z-index:100}

.mainitems{
	background-color:#BABADC;
}

.mainitems a{
	padding-left: 0px;
	padding-right: 5px;
	text-decoration: none;
	line-height:27px;
	color:#ADADAD;
	background-color:#262895;
	height:27px;
	float:left;
	display:block;
	font-size:102%;
	font-weight:bold;
}

.mainitems a:hover
{
	background-color:#EE6A2A;
	color:#F9D0BE;
	text-decoration:none;
}

#language{font-size:10px;float:right;list-style:none;padding:0;margin:0;height:27px;background-color:#262895;width:50px;}
#language li{float:right;position:relative}
#language a{color:#EF692C;font-size:10px;margin-right:10px;line-height:27px;}
#language a:hover{text-decoration:underline}

.language{float:right;list-style:none;padding:0;margin:0;height:27px;background-color:#262895;width:100px;}
.language li{float:right;position:relative}
.language a{color:#EF692C;font-size:10px;margin-right:10px;line-height:27px;}
.language a:hover{text-decoration:underline}

.subuls{
	display: none;
	width: 200px;
	position: absolute;
	top: 27px;
	left: 0;
	background-color: lightyellow;
	border-top:1px solid #cccccc;
}

.subuls li{
	width: 100%;
}

.subuls li a{
	display:block;
	background-color:#1E2085;
	width:200px;
	border-bottom:1px solid #cccccc;
	color:#aaaaaa;
	padding:0;margin:0;
	text-indent:10px;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 100%;
	left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	height:27px;
	background-color:#EE6A2A;
}

