.chromestyle{
	background: url(chromebg.gif) center center repeat-x;
	width: 100%;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
height: 30px;
padding: 0px;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFF;
padding: 0px 10px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
	background: url(chromebg-over.gif) center center repeat-x;
	padding-bottom: 7px;
	padding-top: 11px;
	
}

@media screen and (min-width:500px) and (max-width:999px) {
	.chromestyle{
	background: none;
	background-color:#2249C0;
	width: 100%;
	height:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
height: 30px;
padding: 0px;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline-block;
text-align:center;
}

.chromestyle ul li a{
color: #FFF;
padding: 0px 10px;
margin: 0;
text-decoration: none;
line-height:40px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
	background: none;
	background-color:#1F21A1;
	padding-bottom: 7px;
	padding-top: 11px;
	
}
	
}
@media screen and (min-width:20px) and (max-width:499px) {
	
	.chromestyle{
	background: none;
	background-color:#2249C0;
	width: 100%;
	height:160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
}
.chromestyle ul li a{
line-height:40px;
}

#sidebar1 {display:none;}
#sidebar2 {display:none;}
}

