body {
	font-family:Arial,sans-serif;
	font-size:small;
}

.chromestyle {
	width:100%;
	font-weight:bold;
	font-size:small;
	}

.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:#fff url(../images/chromebg.gif) center center repeat-x; /* background */
padding: 4px 0;
margin: 0;
text-align: left;  /* left, center or right */
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding:4px 30px;
margin:0;
text-decoration:none;
border-right:1px solid #dadada;
}

.chromestyle ul li a:hover{
color: #000;
background:#fff url(../images/chromebg-over.gif) center center repeat-x; /* background */
}

.chromestyle ul li a[rel]:after{ /*html to indicate drop down link*/
content:"";
/*content: " " url(downimage.gif); /*uncomment 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;
line-height:18px;
z-index:100;
background-color:#fff;
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;
border-bottom: 1px solid #bbb; /*THEME CHANGE HERE*/
padding: 2px 15px;
text-decoration: none;
font-weight: bold;
color:#494949;
text-decoration:none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
background-color: #b5e2fe;
color:#000;
text-decoration:none;
}