.chromestyle{
width: 99.8%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(../images/chromebg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 10px 0;
text-align: left; /*set value to "left", "center", or "right"*/
font-size:10px;
font-family:Arial;
margin:0px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 4px;
margin-left:6px;
text-decoration: none;


}

.chromestyle ul li a:hover{
background: url(../images/chromebg-over.gif) center center repeat-x; /*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: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
font-size:12px
font-family:Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
margin-left:1px;
padding:5px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 1px;
text-decoration: none;
color: black;
font-size:11px
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFAA00;
}


#homeMenuDiv
{
	background-color:#373737;
}

.homeMenu{
margin:20px 0px 0px 0px;
float:right;
}

