.chromestyle{
width:730px;
float:left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg.html) center center repeat-x; /*THEME CHANGE HERE*/
padding:0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 15px 20px;
margin: 0;
text-decoration: none;

/*background:url(../images/menu-line.jpg) no-repeat top right;*/
	color:#0066cc;
	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-weight:bold;
display:block;
float:left;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	background:url(../images/menu_hover.html) repeat-x top left;
display:block;
float:left;
padding: 15px 20px;
color:#ffffff;
background:#0066cc;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: -10px;
border: 1px solid #343333; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#000;
width: 197px;
visibility: hidden;
text-align:left;
margin-top:0;
}

.dropmenudiv-2{
	width:189px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #343333; /*THEME CHANGE HERE*/
padding: 3px 3px;
text-decoration: none;
font-weight:normal;
color: #918f8f;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0066cc;
color:#ffffff;
}

.rt_img img
{
	border-color:black 1px solid;
}