.chromestyle{
/*width: 99%;*/
font-weight: bold;
text-align:center;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	font-family: Arial;
	font-size: 12px;
border: 0px solid #BBB;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 3px;
margin: 0;
text-decoration: none;
/*border-right: 2px solid #DADADA;
border-left: 2px solid #DADADA;*/
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #FFFFFF;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*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 #000000; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
font:normal 11px verdana;
line-height:18px;
z-index:1000;
background-color: #C0CABE;
width: 200px;
visibility: hidden;
text-align:left;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999999 /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #004960;
color: #FFFFFF;
}

#onay{ font-family: Verdana, Arial; font-size: 9px; font-style: normal; color: #004960; text-decoration: underline; height: 16px; min-height: 16px; letter-spacing: 0px; text-align: right; font-weight:bold; vertical-align: baseline;margin: 0px auto;}
.onay ul{ width: 100%; padding: 2px 0; margin: 0; text-align: right; vertical-align: middle; }
.onay ul li{ display: block; vertical-align: baseline;}
.onay ul li a{ font-family: Verdana, Arial; font-size: 9px; font-style: normal; color: #004960; text-decoration: underline; height: 16px; min-height: 16px; letter-spacing: 0px; font-weight:bold;	text-align: right; vertical-align: baseline; padding: 0px 4px; margin: 0;}
.onay ul li a:hover{	font-family: Verdana, Arial; font-weight:bold; font-size: 9px; font-style: normal; color: #004960; text-decoration: underline;	height: 16px; min-height: 16px;	letter-spacing: 0px; text-align: right; vertical-align: baseline; cursor: pointer;}