.chromestyle{
/*width: 99%;
font-weight: bold;*/
height:55px;
}

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

.chromestyle ul{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:normal;
width: 100%;
padding: 17px 0 0 35px;
height:50px;
text-align: left;
margin:0;
}

.chromestyle ul li{
display: inline;
margin:0;
padding:0;
}

.chromestyle ul li a{
color: #494949;
padding: 17px 19px 14px 19px;
height:50px;
margin: 0;
text-decoration: none;
}


.chromestyle ul li a:hover{
color: #494949;
padding: 17px 19px 14px 19px;
margin: 0;
height:50px;
text-decoration: underline;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-image:url(images/menu_active.png); background-repeat:repeat-x; background-position:top; height:55px;
}

.chromestyle ul li a:active{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-image:url(images/menu_active.png); background-repeat:repeat-x; background-position:top; height:55px;
}

.chromestyle ul li a.active{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-image:url(images/menu_hover.png); background-repeat:repeat-x; background-position:top; height:55px;
}

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

.dropmenudiv{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
position:absolute;
top: 0;
border: 1px solid #b6dcff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
border-top:0;
line-height:18px;
z-index:100;
background-color:#f4fbff;
background-image:url(images/submenutlo.png);
background-repeat:repeat-x;
width: 200px;
visibility: hidden;
color:#333;
text-decoration:none;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #b6dcff; /*THEME CHANGE HERE*/
padding: 5px;
text-decoration: none;
color:#333;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fff;
color:#000;
text-decoration:underline;
}
