.chromestyle{
width: 99%;
font-weight: 600;
text-align:center;
color: #FFFFFF;
font-size:13px;
vertical-align:bottom;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
clear: both; 
color: #FFFFFF;
font-family: Arial;
font-size:13px;
visibility: hidden;
}

.chromestyle ul{
width: 100%;
color: #FFFFFF;
font-size: 13px;
text-decoration:none;
vertical-align:bottom;
padding: 0;
font-family: Arial;

margin: 0;
 /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
color: #FFFFFF;
font-family: Arial;
font-size:13px;


}

.chromestyle ul li a{
color: #FFFFFF;
font-size:13px;

font-family: Arial;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
text-decoration:none;
font-size:13px;
font-family: Arial;
vertical-align:bottom;
}

.chromestyle ul li a[type]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
    top: 0;
    border:none; /*THEME CHANGE HERE*/
    font:normal 12px Arial;
    line-height:18px;
    z-index:100;
    background-color: none;
    width: 128px;
    visibility: hidden;
    color: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=90);
    text-align:center;
    /*Add Shadow in IE. Remove if desired*/
}

.dropmenudivdiv{
    width: 128px;
    background-image:url(images/bottom.gif);
    background-position:bottom;
    background-repeat:no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=90);
    color: #000000;
    background-color:none;
    text-align:center;
    font-size:122px;
    /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #a30217; /*THEME CHANGE HERE*/
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: #a30217;
    text-align:center;
    font-size:11px;

}

* html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
    color: #a30217;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #d1d1d1;
    color: #a30217;
    text-decoration: none;
}
.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
    color: #a30217;
    text-decoration: none;
}
.dropmenudiv a:link
{
    color:#a30217;
}
