/* CSS Document */

.chromestyle{
width: 578px;
font-size:10px;
/*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{
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 0px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.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(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
padding-top:0px;
text-align:left;
top: 20px;
/*border: 1px solid #BBB; THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px "Trebuchet MS";
line-height:24px;
color:#FFFFFF;
z-index:100;
background-color: #748422;
/*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: 150px;
height:24px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;*/
color: #FFFFFF;
padding-right:2px;
padding-left:5px;
border-left:2px #556310 solid;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #45472f;
color:#FFFFFF;
border-left:2px #000000 solid;
}


/*** BUT 01 ***/

#but01 a{
line-height: 43px;
float: left;
display: block;
color: #49595c;
font-family:Tahoma;
text-decoration: none;
text-align: center;
padding-left:30px;
padding-right:30px;
}

#but01 a:hover{
line-height: 43px;
float: left;
display: block;
color: #127f90;
font-family:Tahoma;
text-decoration: none;
text-align: center;
padding-left:30px;
padding-right:30px;
}

/*** END BUT 01 ***/

/*** BUT 02 ***/

#but02 a{
line-height: 43px;
float: left;
display: block;
color: #49595c;
font-family:Tahoma;
text-decoration: none;
text-align: center;
padding-left:15px;
padding-right:15px;
}

#but02 a:hover{
line-height: 43px;
float: left;
display: block;
color: #127f90;
font-family:Tahoma;
text-decoration: none;
text-align: center;
padding-left:15px;
padding-right:15px;
}
/*** END BUT 02 ***/

/*** BUT 03 ***/

#but03 a{
line-height: 43px;
float: left;
display: block;
color: #49595c;
font-family:Tahoma;
text-decoration: none;
text-align: center;
padding-left:35px;
padding-right:30px;
}

#but03 a:hover{
line-height: 43px;
float: left;
display: block;
color: #127f90;
font-family:Tahoma;
text-decoration: none;
text-align: center;
padding-left:35px;
padding-right:30px;
}


/*** END BUT 03 ***/

/*** BUT 04 ***/

#but04 a{
line-height: 43px;
float: left;
display: block;
color: #49595c;
font-family:Tahoma;
text-decoration: none;
text-align: center;
padding-left:18px;
padding-right:30px;
}

#but04 a:hover{
line-height: 43px;
float: left;
display: block;
color: #127f90;
font-family:Tahoma;
text-decoration: none;
text-align: center;
padding-left:18px;
padding-right:30px;
}


/*** END BUT 04 ***/

/*** BUT 05 ***/

#but05 a{
line-height: 43px;
float: left;
display: block;
color: #49595c;
font-family:Tahoma;
text-decoration: none;
text-align: center;
padding-left:16px;
padding-right:16px;
}

#but05 a:hover{
line-height: 43px;
float: left;
display: block;
color: #127f90;
font-family:Tahoma;
text-decoration: none;
text-align: center;
padding-left:16px;
padding-right:16px;
}


/*** END BUT 05 ***/



