/* CSS Document */
#cssdropdown, #cssdropdown ul {
	padding: 0 0 0 0 ;
	margin: 0 0 20px 20px;
	list-style: none;
	color:#ffffff;
float:right;
	}
*html #cssdropdown a:hover {
	text-decoration:none
}
#cssdropdown li {
	float: left;
	position: relative;
	line-height: 42px;
	padding-left: 14px;
}
.mainitems {
	background:url(../files/el_m.jpg) no-repeat -2px 19px;
	padding-left: 12px
}
.mainitems {
	height:60px
}
.mainitems#first {
	background-image:none;
}
.mainitems a {
	margin-left: 6px;
	padding: 5px 8px;
	color:#e7d7c0;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
.mainitems a:hover {
	color:#ffffff;
}
.subuls {
	display: none;
	position: absolute;
	top: 47px;
	left: 0px;
	z-index:2;


}
.subuls li {
	width: 130px;
	line-height: 17px!important;
	text-align:left;
	padding:0px!important;
	float:left;
	clear: left;
	height:auto!important
   

}
.subuls li.over {
	height:auto!important;
}
.subuls li a:hover {
	margin:0px;
	width: 130px;
	padding-left: 14px;
	background-color: #22466A;
	display:block;
}
.subuls li a {
	margin:0px;
	width:130px;
	padding-left: 14px;
	display:block;
	text-align:left;
	background-color: #204265;
}
#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: 47px;
	left: 15px;
	width:150px;
	z-index:2;
}
*html .subuls {
	left:15px
}
#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#cssdropdown li:hover, li.over {
	color:#ffffff;
	height:60px;
}
#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
}

