#chromemenu{
width: 946;
position: absolute;
top: 200px;
}

#newsletter {
padding-top: 1px;
padding-right: 3px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
border-right-width: 0px;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 11px Arial;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #494949;
font-weight: bold;
padding: 6px 6px 6px 6px;
text-decoration: none;
background: url(divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #7F7F7F;
}


#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/

/*content: " " url("dn.gif"); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-top-width: 0px;
padding: 2px 1px;
font:normal 9px Arial;
z-index:100;
background-color: #F0F0F0;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv .droplinks a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #F0F0F0;
border-bottom: 1px solid #E8E7E7;
text-decoration: none;
color: black;
background-color: #F0F0F0;
font-size: 9px;
font-weight: 900;
}

.dropmenudiv .droplinks a:hover{ /*Theme Change here*/
background-color: #cccccc;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #cccccc;
}

.dropmenudiv .droplinks span {
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #F0F0F0;
border-bottom: 1px solid #E8E7E7;
text-decoration: none;
color: #494949;
background-color: #F0F0F0;
font-size: 9px;
font-weight: 900;
}

.dropnews {
background-color: white;
border-left: 1px solid #bbb;
width: 300px; 
padding-left: 5px;
padding-top: 2px;
padding-right: 5px;
line-height: 10px;
}

.dropnews .title a{
color: #000060;
font-size: 9px;
font-weight: 900;
}

.dropnews ul li a{
color: #333399;
font: normal 10px Arial;
text-decoration: none;
}

.dropnews ul li a:hover {
text-decoration: underline;
}

.dropnews ul {
margin-left: 1em;
padding-left: 5px;

}

#adlink {
border-top:1px solid #cccccc;
}

#adlink a {
color: #666666;
text-decoration: none;
font-weight: 400;
letter-spacing: 1px;
font-family: arial;
}

#adlink a:hover {
text-decoration: underline;
}