.chromestyle
{
    width: 99%;
    font-weight: 600;
    text-align:left;
    color: #FFFFFF;
    font-size:12px;
    vertical-align:bottom;
}

/*Add margin between menu and rest of content in Firefox*/
.chromestyle:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    color: #FFFFFF;
    font-family: Arial;
    font-size:12px;
    visibility: hidden;
    vertical-align:bottom;
}

.chromestyle ul
{
    width: 100%;
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    text-decoration:none;
    padding: 0 0;
    margin: 0;
    text-align: right; /*set value to "left", "center", or "right"*/
    vertical-align:top;
}

.chromestyle ul li
{
    display: inline;
    color: #FFFFFF;
    font-family: arial;
    font-size:12px;
    vertical-align:top;
}

.chromestyle ul li a
{
    color: #FFFFFF;
    font-size:12px;
    padding: 3px 7px;
    margin: 0;
    text-decoration: none;
    vertical-align:top;
}

.chromestyle ul li a:hover
{
    color: #FFFFFF;
    text-decoration:none;
    font-size:12px;
    vertical-align:top;
}

.chromestyle ul li a:visited
{
    color: #FFFFFF;
    text-decoration:none;
    font-size:12px;
    vertical-align:top;
}

/*HTML to indicate drop down link*/
.chromestyle ul li a[type]:after
{ 
    /*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 Verdana;
    line-height:18px;
    z-index:100;
    background-color: #FFF;
    width: 140px;
    visibility: hidden;
    color: #000066;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=70);
    /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a
{
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #498F9A; /*THEME CHANGE HERE*/
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

/*IE only hack*/
* html .dropmenudiv a
{ 
    width: 100%;
    color: #FFFFFF;
}

/*THEME CHANGE HERE*/
.dropmenudiv a:link
{ 
    color: #000066;
    text-decoration: none;
}

/*THEME CHANGE HERE*/
.dropmenudiv a:hover
{ 
    background-color: #003366;
    color: #FFFFFF;
    text-decoration: none;
}

/*THEME CHANGE HERE*/
.dropmenudiv a:visited
{ 
    color: #000066;
    text-decoration: none;
}
