@charset "utf-8";
/* CSS Document */
.chromestyle{
width:367px; 
height:117px;
float:left;
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%;
 /*THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
 display: inline;
}

.chromestyle ul li a {background-image:url(../images/homeBigButtonMenuBacks.png); background-repeat:no-repeat; display:block; height:117px; overflow:hidden;
}

.chromestyle ul li span{margin-left:-5000px;}

.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(../images/homeBigButtonMenuBacks.png)x; background-repeat:no-repeat; display:block; height:117px; overflow:hidden;/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */
#dropmenu1{background-color: #FFE890; border: 1px solid #FFCC00; /*THEME CHANGE HERE*/}
#dropmenu1 a:hover{background-color: #FFCC00;}
#dropmenu2{background-color: #99CCCC; border: 1px solid #339999; /*THEME CHANGE HERE*/}
#dropmenu2 a:hover{background-color: #339999;}

.dropmenudiv{
position:absolute;
top: 0px;
border-bottom-width: 0;
font-family:Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif; 
font-size:.8em;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

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

/*.dropmenudiv a:hover{ THEME CHANGE HERE
background-color: #F0F0F0;
}*/