#main_navigation{
background: url(/images/site/menu_back.jpg) center center repeat-x; /*THEME CHANGE HERE*/
height:44px;
display:block;
float:left;
}

.chromestyle{
width: 635px;
}

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

.chromestyle ul{
border: 0px;
width: 635px;
padding: 14px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
font-size:12px;
color: #ffffff;
}

.chromestyle ul li a{
font-size:12px;
color: #ffffff;
padding: 1px 5px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.ddsubmenustyle{
font-size:11px;
position:absolute;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:24px;
z-index:100;
background-color: #0d225a;

visibility: hidden;

}


.ddsubmenustyle a{
font-size:11px;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

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

.ddsubmenustyle a:hover{ /*THEME CHANGE HERE*/
background-color: #19357f;
}