.chromestyle{
	width: 600px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-top: 37px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
background-color:#000000;
color:#FFFFFF;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #333333; /*THEME CHANGE HERE*/
font:bold 11px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 250px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-size: 10px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}


.logo_style{
	width:300px;
	float: left;
	margin-top: 15px;
}

.bottomnavigation{
	width: 970px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	background-color: #FFFFFF;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: #c0c0c0 1px solid;
}

.bottomnavigation ul{
	width: 100%;
	
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.bottomnavigation ul li{
display: inline;
}

.bottomnavigation ul li a{
	color: #666666;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;

}


.bottomnavigation ul li a:hover{
	color: #000000;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;

}
