.chromestyle{
width: 100%;
font-weight: bold;
font-family:Arial;

}



#chromemenu{
font-family:Arial;


}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #fff;*/
font-family:Arial;
width: 100%;
padding: 20px 0px 20px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
background : url('/assets/images/banner_navigation.jpg') no-repeat left;



}

.chromestyle ul li{
display: inline;



}



.chromestyle ul li a{
color: #fff;
padding: 7px 10px;
margin: 0px;
text-decoration: none;
border-right: 1px solid #fff;





}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color: #E57A6E; /*THEME CHANGE HERE*/
color:#fff;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border-left: 1px solid #fff; THEME CHANGE HERE*/
/*border-right: 1px solid #fff; /*THEME CHANGE HERE*/

font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;


background: #e57a6e; /* Old browsers */
background: -moz-linear-gradient(top,  #e57a6e 23%, #c6221a 69%, #5a1409 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(23%,#e57a6e), color-stop(69%,#c6221a), color-stop(100%,#5a1409)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e57a6e 23%,#c6221a 69%,#5a1409 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e57a6e 23%,#c6221a 69%,#5a1409 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e57a6e 23%,#c6221a 69%,#5a1409 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e57a6e 23%,#c6221a 69%,#5a1409 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57a6e', endColorstr='#5a1409',GradientType=0 ); /* IE6-9 */





-webkit-box-shadow: 0px 3px 3px #1e231b; /* webkit browser*/ -moz-box-shadow: 0px 3px 3px #1e231b; /* firefox */ box-shadow: 0px 3px 3px #1e231b;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;

padding: 3px 6px;
text-decoration: none;
font-weight: bold;
color: #fff;
text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
background : url('/assets/images/tranparent_white_heller.png') repeat left;
color:#000;
/*border: 1px solid #fff; */ /*THEME CHANGE HERE*/
}