﻿.chromestyle{
width:670px;
margin-left:67px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width:670px;
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFF;
text-decoration: none;
font-family: Trebuchet MS, Microsoft Sans Serif, Sans Serif, Arial, Verdana, Geneva, Helvetica;
font-size:14px;
margin-right:8px;
}

.chromestyle ul li.men1 a{
float:left;
color: #FFF;
text-decoration: none;
background-image:url('../images/buttons/1.jpg');
background-repeat:no-repeat;
width:89px;
height:33px;
text-align:center;
padding:9px 0 0 0;

}

.chromestyle ul li.men1 a:hover, .chromestyle ul li a.selected{
color:#E5D1A8;
}

.chromestyle ul li.men2 a{
float:left;
color: #FFF;
text-decoration: none;
background-image:url('../images/buttons/2.jpg');
background-repeat:no-repeat;
width:90px;
height:33px;
text-align:center;
padding:9px 0 0 0;
 z-index:0;
}

.chromestyle ul li.men2 a:hover, .chromestyle ul li a.selected{
color:#E5D1A8;
}

.chromestyle ul li.men3 a{
float:left;
color: #FFF;
text-decoration: none;
background-image:url('../images/buttons/3.jpg');
background-repeat:no-repeat;
width:97px;
height:33px;
text-align:center;
padding:9px 0 0 0;

}

.chromestyle ul li.men3 a:hover, .chromestyle ul li a.selected{
color:#E5D1A8;
}

.chromestyle ul li.men4 a{
float:left;
color: #FFF;
text-decoration: none;
background-image:url('../images/buttons/4.jpg');
background-repeat:no-repeat;
width:104px;
height:33px;
text-align:center;
padding:9px 0 0 0;

}

.chromestyle ul li.men4 a:hover, .chromestyle ul li a.selected{
color:#E5D1A8;
}

.chromestyle ul li.men5 a{
float:left;
color: #FFF;
text-decoration: none;
background-image:url('../images/buttons/5.jpg');
background-repeat:no-repeat;
width:124px;
height:33px;
text-align:center;
padding:9px 0 0 0;

}

.chromestyle ul li.men5 a:hover, .chromestyle ul li a.selected{
color:#E5D1A8;
}

.chromestyle ul li.men6 a{
float:left;
color: #FFF;
text-decoration: none;
background-image:url('../images/buttons/6.jpg');
background-repeat:no-repeat;
width:103px;
height:33px;
text-align:center;
padding:9px 0 0 0;

}

.chromestyle ul li.men6 a:hover, .chromestyle ul li a.selected{
color:#E5D1A8;
}

.chromestyle ul li.selected a{
color:#E5D1A8;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #13601F;
width: 240px;
visibility: hidden;
font-size:14px;
font-family:Arial;
 z-index:100000000;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 5px 0;
background-color:#44281B;
text-decoration: none;
color: black;
font-size:14px;
font-family:Arial;
color:#FFF;
padding-left:10px;
border-bottom:1px #E5D1A8 dotted;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#E5D1A8;
}
