/* CSS Document */

.chromestyle{
width: 100%;
/*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: #000;
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: 30px;
/*border: 1px solid #BBB; THEME CHANGE HERE*/
font:normal 11px Arial, Helvetica, sans-serif;
line-height:30px;
color:#000;
z-index:100;
background-color: #b2c3d5;
/*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:30px;
display: block;
text-indent: 3px;
padding: 2px 0px;
text-decoration: none;
/*font-weight: bold;*/
color: #000;
padding-right:2px;
padding-left:5px;
}

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

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


/*** BUT 01 ***/

#but01 a{
line-height: 39px;
float: left;
display: block;
color: #000;
font-size:11px;
padding-left:8px;
padding-right:8px;
text-decoration: none;
}

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


/*** END BUT 01 ***/

