.chromestyle{
width:946px; height:16px; padding-top:2px;
margin:0 auto;
font-weight: bold;
font-size: 12px;
line-height: 15px;
color: #a7a9ac;
border:2px solid #939598;
overflow:hidden;				
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
margin:0;
border: 0;
width: 1000px;
height:16px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
height:16px;
}

.chromestyle ul li a{
color: #231f20;
padding: 0 22px 2px 23px;
margin: 0;
}

.chromestyle ul li a, .chromestyle ul li a:link, .chromestyle ul li a:visited, .chromestyle ul li a:hover, .chromestyle ul li a:active {
color:#231f20;
}


.chromestyle ul li a:hover{
color: #231f20;
/*background:url(../images/url_img.gif); background-position:0px 0px; background-repeat:no-repeat;*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(../images/downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
text-align: left;
top: 0;
font-size: 11px;
color: #a7a9ac;
z-index:1000;
background-color: #b7b9bc;
border:0px solid #939598;				
width: 150px;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#8A8A8A,direction=135,strength=4); Add Shadow in IE. Remove if desired */
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 1px 0 2px 5px;
font-weight: bold;
color: #231f20;
z-index:1000;
}

.dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active, .dropmenudiv a:hover {
font-weight: bold;
color: #231f20;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover, .dropmenudiv a:active { /*THEME CHANGE HERE*/
}

ME CHANGE HERE*/
}

