.chromestyle{
width: 630px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
/*normal*/
.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*height:20px;
padding: 4px 0;
padding: 4px 9px ;*/
/*background-color:red;
background-image: url(../image/newbg.jpg);
background-repeat:repeat-x;*/
margin: 0;
/*text-align: left; set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #373737;
/*padding: 4px 9px ;*/
margin: 0;
text-decoration: none;
font-family:Arial;
font-size:12px;
font-weight:bold;
/*border-right: 1px solid #FFFFFF;*/ /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
/*background: url(chromebg10-over.gif) center center repeat-x;*//*THEME CHANGE HERE*/
/*padding: 4px 9px ;*/
margin: 0;
text-decoration: none;
/*background-color:#064E94;*/
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#373737;
/*border-right: 1px solid #000000;*/ /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #B6CBD9; /*THEME CHANGE HERE*/
font:normal 13px Trebuchet MS;
/*line-height:18px;*/
z-index:100;
background:black;
/*width: 180px;*/
height:27;
visibility: hidden;

}


.dropmenudiv a{
display: block;
text-indent: 3px;
/*border: 1px solid #B6CBD9; *//*THEME CHANGE HERE*/
/*padding: 5px 0 5px 10px;*/
border-bottom:solid 1px white;
text-decoration: none;
font-family:Trebuchet MS;
font-size:13px;
font-weight: normal;
color: black;
/*background-color:#064E94;*/
font-weight:normal;
color:#FFFFFF;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*//*EAFADC*/

font-family:Trebuchet MS;
font-size:13px;
font-weight:normal;
color:#FFFFFF;
}

.img1
{
	border:0px;
	padding:0px 0px 0px 0px;
}
