.chromestyle{
height : 30px;
line-height : 30px;
width: 973px;
background-color : #514b4b;
/*font-weight: bold;*/

font-family :  Arial, Helvetica, sans-serif;

font-size: 13px;


}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

content: ".";

display: block;

height: 0;

clear: both;

visibility: hidden;

}



.chromestyle ul{
border-top: 1px solid #ffffff;
/*border-bottom: 1px solid #ffffff;*/

/*width: 100%;*/

/* background: #516596;  /*THEME CHANGE HERE*/
background-color : #CFC6B7;
/*padding: 4px 0;*/
background: url() center center repeat-x; /*THEME CHANGE HERE*/

margin: 0px;
padding : 0px;

/*text-align: left; set value to "left", "center", or "right"*/

}



.chromestyle ul li{
/*display: inline;*/
display : block;
position : relative;
float : left;
height : 30px;
line-height : 30px;
border-right: 1px solid #ffffff;
}



.chromestyle ul li a{
display : block;
position : relative;
float : left;
height : 30px;
line-height : 30px;
color: #ffffff;
padding : 0px 10px;
margin: 0;
text-decoration: none;



}



.chromestyle ul li a:hover{

color: #807676;

/*background: 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: -2;

/*border-left : 1px solid #B3C24B; THEME CHANGE HERE
border-top : 1px solid #B3C24B; THEME CHANGE HERE
border-right : 1px solid #B3C24B; THEME CHANGE HERE*/

font:normal 12px Arial;

line-height:18px;

z-index:100;

background-color: white;

width: 200px;

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 #B3C24B; THEME CHANGE HERE*/

padding: 2px 0px 2px 7px;

text-decoration: none;

color: #807676;

}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: #ffffff;
color : #514b4b;
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}



.heading {

	background-image: url(../images/header_bg.jpg);

	background-repeat: repeat-x;

}



.heading1 {

	font-family: verdana, arial, helvetica, sans-serif;

	font-size: 11px;

	color: #000000;

	font-weight: bold;

}





