
#aer{
	float:right;
	left:50px;
	height:116px;
	width:600px;
	}

/*

#menuh
	{
	top:20px;
	left:30px;
	font-size:12px;
	font-weight:bold;
	font-family: arial, helvetica, sans-serif;
	width:575px;
	}



*/


.chromestyle{
font-weight: bold;
font-size:12px;
font-weight:bold;
font-family: arial, helvetica, sans-serif;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
/*display: block; 
height: 0; 
clear: both; 
visibility: hidden;
*/}


.chromestyle ul{
border-bottom: 1px solid #FFFFFF
padding: 4px 4px 4px 4px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
	color: white;
	background-color: #23507A;

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;comment abs*/
display: block;
z-index:200;
top: 10px;
border-bottom:1px solid #BBB;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
padding:10px
/*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 2px;
text-decoration: none;
font-size:10px;
font-weight:bold;
font-family: arial, helvetica, sans-serif;
color:#666666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: white;
	background-color: #23507A;
}