/* Styles for Drop Down Menu */

#dmenu {
	margin: 0 0 0 105px;
	padding: 0;
}

#dmenu li>ul {
 /* z index set to keep the menu items ontop */
	left: auto;
	top: auto;
	z-index: 16;
}
 /* lists nested under hovered list items */
li:hover ul , li.over ul {
	display: block;
}

.tmli {
	float: left;
	list-style-type: none;
}

.tmli a {
	color: #222;
	display: block;
	float: left;
	font-size: 13px;
	height: 16px;
	margin: 0;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
	text-align: center;

}

.tmli a:hover {
	background: #ACC2ED;
	color: #2A40A2;
}

.smul {
	background: #EEEFE9;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
	display: none;
	list-style-type: none;
	margin: 28px 0 0 -60px;
	position: absolute;
	padding: 0;
	width: 155px;
}

#dmenu li ul li a {
	border-bottom: 1px solid #fff;
	color: #555555;
	display: block;
	font-size: 11px;
	font-weight: lighter;
	padding: 6px 2px 6px 10px;
	text-decoration: none;
	text-transform: none;
	width: 143px;

}

#dmenu li ul li a:hover {
	background: #ACC2ED;
	color: #444;
}







#lang {
	background: #87A2DF;
	clear: both;
	height: 21px;
	margin: 0;
	padding: 0;
	width: 200px;
}




#lang li {
	display: inline;
	float: left;
}

