/* CSS Document */

.chromestyle{
width: 958px;
/*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: 20px;
/*border: 1px solid #BBB; THEME CHANGE HERE*/
border-bottom-width: 0px;
font:normal 14px Arial, Helvetica, sans-serif;
line-height:35px;
color:#fff;
z-index:100;
background-color: #283850;
/*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: 200px;
height:35px;
display: block;
text-indent: 3px;
border-bottom: 0.1em dashed #4e668a; /*THEME CHANGE HERE*/
padding: 2px 0px;
text-decoration: none;
/*font-weight: bold;*/
color: #fff;
padding-right:2px;
padding-left:5px;
border-left:2px #192339 solid;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #192339;
background-repeat:no-repeat;
background-position:right;
color:#fff;
border-left:2px #192339 solid;
}


/*** BUT 01 ***/

#but01 a{
float: left;
display: block;
background-image:url(../images/But01.jpg);
width:160px;
height:79px;
}

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


/*** END BUT 01 ***/

/*** BUT 02 ***/

#but02 a{
float: left;
display: block;
background-image:url(../images/But02.jpg);
width:158px;
height:79px;
}

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


/*** END BUT 02 ***/

/*** BUT 03 ***/

#but03 a{
float: left;
display: block;
background-image:url(../images/But03.jpg);
width:160px;
height:79px;
}

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


/*** END BUT 03 ***/

/*** BUT 04 ***/

#but04 a{
float: left;
display: block;
background-image:url(../images/But04.jpg);
width:52px;
height:49px;
}

#but04 a:hover{
background-image:url(../images/But04-Over.jpg);
background-repeat:repeat-x;
}


/*** END BUT 04 ***/


/*** BUT 05 ***/

#but05 a{
float: left;
display: block;
background-image:url(../images/But05.jpg);
width:86px;
height:49px;
}

#but05 a:hover{
background-image:url(../images/But05-Over.jpg);
background-repeat:repeat-x;
}


/*** END BUT 05 ***/

/*** BUT 06 ***/

#but06 a{
float: left;
display: block;
background-image:url(../images/But06.jpg);
width:145px;
height:49px;
}

#but06 a:hover{
background-image:url(../images/But06-Over.jpg);
background-repeat:repeat-x;
}


/*** END BUT 06 ***/

/*** BUT 07 ***/

#but07 a{
float: left;
display: block;
background-image:url(../images/But07.jpg);
width:133px;
height:49px;
}

#but07 a:hover{
background-image:url(../images/But07-Over.jpg);
background-repeat:repeat-x;
}


/*** END BUT 07 ***/

/*** BUT 08 ***/

#but08 a{
float: left;
display: block;
background-image:url(../images/But08.jpg);
width:101px;
height:49px;
}

#but08 a:hover{
background-image:url(../images/But08-Over.jpg);
background-repeat:repeat-x;
}


/*** END BUT 08 ***/

/*** BUT 09 ***/

#but09 a{
float: left;
display: block;
background-image:url(../images/But09.jpg);
width:116px;
height:49px;
}

#but09 a:hover{
background-image:url(../images/But09-Over.jpg);
background-repeat:repeat-x;
}


/*** END BUT 09 ***/
