#chromemenu{
	width: 800px;
	padding-top:40px;
}
.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%;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
float:left;
width:157px;
}

.chromestyle ul li a{
color: #494949;
margin: 0;
text-decoration: none;
width:157px;
display:inline;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
border:none;/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv0{
position:absolute;
top: 0;
background-color:#bed630;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
width: 300px;
visibility: hidden;
}

.dropmenudiv0 a{
width: auto;
display: block;
text-indent: 3px;
border-left:1px solid #bed630;
border-right:1px solid #bed630;
border-top:1px solid #bed630;
border-bottom: 1px dotted #FFF; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: bold;
color: #FFF;
}

.dropmenudiv0 a:hover{
width: auto;
display: block;
text-indent: 3px;
border: 1px solid #bed630; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: bold;
color: #bed630;
background-color:#FFF;
}

.dropmenudiv1{
position:absolute;
top: 0;
background-color:#f49401;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
width: 310px;
visibility: hidden;
}


.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 3px;
border-left:1px solid #f49401;
border-right:1px solid #f49401;
border-top:1px solid #f49401;
border-bottom: 1px dotted #FFF; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: bold;
color: #FFF;
}

.dropmenudiv1 a:hover{
width: auto;
display: block;
text-indent: 3px;
border: 1px solid #f49401; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: bold;
color: #f49401;
background-color:#FFF;
}

.dropmenudiv2{
position:absolute;
top: 0;
background-color:#ab95d5;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
width: 300px;
visibility: hidden;
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
border-left:1px solid #ab95d5;
border-right:1px solid #ab95d5;
border-top:1px solid #ab95d5;
border-bottom: 1px dotted #FFF; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: bold;
color: #FFF;
}

.dropmenudiv2 a:hover{
width: auto;
display: block;
text-indent: 3px;
border: 1px solid #ab95d5; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: bold;
color: #ab95d5;
background-color:#FFF;
}

.dropmenudiv3{
position:absolute;
top: 0;
background-color:#0eaefc;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
width: 300px;
visibility: hidden;
}


.dropmenudiv3 a{
width: auto;
display: block;
text-indent: 3px;
border-top:1px solid #0eaefc;
border-bottom: 1px dotted #FFF; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: bold;
color: #FFF;
}

.dropmenudiv3 a:hover{
width: auto;
display: block;
text-indent: 3px;
border: 1px solid #0eaefc; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: bold;
color: #0eaefc;
background-color:#FFF;
}

.dropmenudiv4{
position:absolute;
top: 0;
background-color:#225583;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
width: 300px;
visibility: hidden;
}


.dropmenudiv4 a{
width: auto;
display: block;
text-indent: 3px;
border-left:1px solid #225583;
border-right:1px solid #225583;
border-top:1px solid #225583;
border-bottom: 1px dotted #FFF; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: bold;
color: #FFF;
}

.dropmenudiv4 a:hover{
width: auto;
display: block;
text-indent: 3px;
border: 1px solid #225583; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: bold;
color: #225583;
background-color:#FFF;
}

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

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