/* CSS Document */

.chromestyle{
width: auto;
/*font-weight: bold;*/
}

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

.chromestyle ul{
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding:0px 0px;
margin:0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 0px;
margin: 0px;
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: 0px;
font:normal 11px Arial, Helvetica, sans-serif;
line-height:24px;
color:#fff;
z-index:100;
background-color: #27acde;
/*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 0px;
text-decoration: none;
/*font-weight: bold;*/
color: #fff;
padding-right:2px;
padding-left:5px;
border-left:2px #1c88b1 solid;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 150px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #6cc8e6;
background-repeat:no-repeat;
background-position:right;
color:#333;
border-left:2px #1c88b1 solid;
}


/*** BUT 01 ***/

#but01 a{
line-height: 35px;
float: left;
width: 74px;
display: block;
color: #3b3b3b;
font-size:12px;
font-weight:bold;
text-decoration: none;
text-align:center;
background-image:url(../images/ButOverGray.jpg);
background-repeat:repeat-x;
}

#but01 a:hover{
background-image:url(../images/ButOverGray.jpg);
background-repeat:repeat-x;
color:#000000;
}

#but01Current{
line-height: 35px;
float: left;
width: 74px;
display: block;
color: #3b3b3b;
font-size:12px;
font-weight:bold;
text-decoration: none;
text-align:center;
background-image:url(../images/ButOverGray.jpg);
background-repeat:repeat-x;
}


/*** END BUT 01 ***/

/*** BUT 02 ***/

#but02 a{
line-height: 35px;
float: left;
width: 74px;
display: block;
color: #ffffff;
font-size:12px;
font-weight:bold;
text-decoration: none;
text-align:center;
background-image:url(../images/ButOverGreen.jpg);
background-repeat:repeat-x;
}

#but02 a:hover{
background-image:url(../images/ButOverGreen.jpg);
background-repeat:repeat-x;
color:#dacea1;
}

#but02Current{
line-height: 35px;
float: left;
width: 94px;
display: block;
color: #3b3b3b;
font-size:12px;
font-weight:bold;
text-decoration: none;
text-align:center;
background-image:url(../images/ButOverGray.jpg);
background-repeat:repeat-x;
}

/*** END BUT 02 ***/


/*** BUT 02 ***/

#but03 a{
line-height: 37px;
float: left;
width: auto;
display: block;
color: #ffffff;
font-size:12px;
font-weight:bold;
text-decoration: none;
text-align:center;
padding-left:26px;
padding-right:26px;
}

#but03 a:hover{
color:#dacea1;
background-image:url(../images/ButOverGreen.jpg);
background-repeat:repeat-x;
}



/*** END BUT 02 ***/



/*** BUT 01 ***/

#but01-1 a{
line-height: 35px;
float: left;
width: 74px;
display: block;
color: #ffffff;
font-size:12px;
font-weight:bold;
text-decoration: none;
text-align:center;
background-image:url(../images/ButOverGreen.jpg);
background-repeat:repeat-x;
}

#but01-1 a:hover{
background-image:url(../images/ButOverGreen.jpg);
background-repeat:repeat-x;
color:#dacea1;
}

#but01-1Current{
line-height: 35px;
float: left;
width: 74px;
display: block;
color: #3b3b3b;
font-size:12px;
font-weight:bold;
text-decoration: none;
text-align:center;
background-image:url(../images/ButOverGreen.jpg);
background-repeat:repeat-x;
}


/*** END BUT 01 ***/