
div.chromestyle{
width: 600px;
height:19px;
font-weight: 500;
padding:0px;
margin:0px;
vertical-align:top;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ""; 
display: inline; 
height: 0px; 
clear: both; 
visibility: hidden;
}
ul.chromestyle{
width:650px;
/*background-color:#684e41;*/
padding: 0px;
margin: 0px;
font-family:Verdana;
font-size:12px;
font-weight:500;
line-height:19px;
text-decoration: none;
color:#FFFFFF;
text-align: center;
vertical-align:top;
}
li.chromestyle{
display:inline;
/*background-color:#684e41;*/
padding: 0px 5px 0px 5px;
margin: 0px;
font-family:Verdana;
font-size: 12px;
font-weight: 500;
line-height:19px;
text-decoration: none;
color:#E5E5E5;
text-align: center;
list-style-type:none;
vertical-align:top;
}
a.chromestyle:link, a.chromestyle:active, a.chromestyle:hover, a.chromestyle:visited{
padding: 0px;
margin: 0px;
font-family:Verdana;
font-size:12px;
font-weight:500;
line-height:19px;
text-decoration: none;
color: #888888;
text-align: center;
white-space: nowrap;
vertical-align:top;
}
a.linkbutton:link,a.linkbutton:active, a.linkbutton:visited{
padding: 0px;
margin: 0px;
font-family:Verdana;
font-size:12px;
font-weight:500;
line-height:19px;
text-decoration: none;
color: #888888;
text-align: center;
white-space: nowrap;
vertical-align:top;
}
a.linkbutton:hover{
padding: 0px;
margin: 0px;
font-family:Verdana;
font-size:12px;
font-weight:500;
line-height:19px;
text-decoration: none;
color: #990000;
text-align: center;
white-space: nowrap;
vertical-align:top;
}


/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top:0px;
z-index:1000;
width:auto;
padding: 5px 5px 5px 5px;
margin:0px 0px 0px 0px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
font-family:Verdana;
font-size:12px;
font-weight:500;
line-height:18px;
background-color: #FFFFFF;
filter:alpha (opacity=95);-moz-opacity:.95;opacity:.95;-khtml-opacity: 0.95;
visibility: hidden;
/*Add Shadow in IE. Remove if desired:*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ 
}

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

a.dropmenudiv:hover{
	color:#990000;
}

a.dropmenudiv:link, a.dropmenudiv:visited, a.dropmenudiv:active{
	color:#684E41;
}


a.dropmenulink:link, a.dropmenulink:visited, a.dropmenulink:active{
width: auto;
display: block;
font-family:Verdana;
font-size:12px;
font-weight:500;
line-height:18px;
border-top: 0px solid #2F3042;
padding: 0px 5px 0px 5px;
margin:0px 0px 0px 0px;
text-decoration: none;
text-align:left;
background-color: #FFFFFF;
color:#207cb7;
white-space:nowrap;
}
a.dropmenulink:hover{
width: auto;
display: block;
font-family:Verdana;
font-size:12px;
font-weight:500;
line-height:18px;
border-top: 0px solid #CCCCCC;
padding: 0px 5px 0px 5px;
margin:0px 0px 0px 0px;
text-decoration: none;
text-align:left;
background-color: #FFFFFF;
color:#990000;
white-space:nowrap;
}