

.chromestyle{
width: 857px;
font-weight: bold;
}

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

.chromestyle ul{
border: 0px solid #B96100;
width: 100%;
padding: 0px 0px 0px 0px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
font:bold 14px tahoma;

}

.chromestyle ul li a{
color: #C8B17F;
padding: 2px 7px;
margin: 0px 0px;
text-decoration: none;
border-right: 1px solid #B96100;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(over.jpg) center center repeat-x; /*THEME CHANGE HERE*/
color: #493115;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B96100; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px tahoma;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B96100; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font:normal 12px tahoma;
font-weight: bold;
color: #FC830A;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(over.jpg) center center repeat-x;
}

.body {
padding-left:30px;
padding-right:40px;
padding-top:15px;
padding-bottom:15px;
color:#000000;
display:block;
font-family:tahoma; font-size:12px;
}


.body A {
	COLOR: #0000cc; TEXT-DECORATION: none
}

.body A:hover {
	COLOR: #0000cc; TEXT-DECORATION: underline
}


.homebody {
padding-left:30px;
padding-right:20px;
padding-top:35px;
padding-bottom:25px;
color:#000000;
display:block;
font-family:tahoma; font-size:12px;
max-height:301;
}

.brownMed {
color:#493115;
font-size:14px;
font-family:tahoma;
font-weight: bold;
}


.bottom {
padding: 0px 0px;
margin-left: 550px;
margin-top: 2px;
color:#FFFFFF;
font:normal 10px arial;
z-index:20;
}

.txt1 {
padding-left: 15px;
}

.bdy {
color:#000000;
font-family:tahoma; font-size:12px;
}

body{
background:fixed url(../background1.jpg) repeat;
}

img {
padding: 0px 0px;
}

h1 {
color:#FC830A;
font:bold 16px arial;
}

table {
padding:0px;
margin:0px
}