.chromestyle{
xwidth: 99%;
font-weight: bold;
}

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

visibility: hidden;
}



.chromestyle ul li{
display: inline;
}


.chromestyle ul li a{
color:#000;
padding:5px 27px 0 33px;
margin: 0;
font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:15px; color:#000000;
	text-transform:uppercase;
text-decoration: none;

}

.chromestyle  ul li a:hover{
xbackground: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.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 #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;

xbackground:url(../images/drop_down_img.jpg) repeat-x;
width: 120px;
margin:0 0 0 0px;
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;
text-indent: 3px;
border-bottom: 1px solid #5B87B8; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
color:#000;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:none;
background-image:url(../images/navi_gation.jpg);
	background-repeat:repeat-x;
font-weight:bold!important; height:19px;

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #000;
background-image:url(../images/navi_hover_img.jpg);
	background-repeat:repeat-x;
	height:19px;
}