.chromestyle{
width: 100%;
font-weight: bold;
/* background : #339999; 
border-bottom : 1px solid #999999;
*/
height : 20px;
font : bold 14px 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: 0px solid #BBB;
width: 100%;
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}



    .chromestyle ul li 
        {
        display: inline;
        float:left; 
        height:22px; 
        margin-right:1px; 
        margin-left : 1px;
        }
        



    .chromestyle ul li a
        {
        display:block; 
        float:left; 
        height:22px; 
        line-height : 20px;
        color : #ffffff;
        text-decoration : none;
        font-family: Arial, Helvetica, sans-serif; font-size: 12px;
        font-weight:bold; 
        text-align:center; 
        padding:0 10px 0 10px; 
        cursor:pointer; 
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        }
        

        

.chromestyle ul li a:hover, .chromestyle ul li a.selected, .chromestyle ul li .aktiv{ /*script dynamically adds a class of "selected" to the current active menu item*/
background : #D4EBE4;
height : 22px;
border-left: 1px solid #D0CDC7;
border-right: 1px solid #D0CDC7;
color : #242424;
 /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 100px;
border-left: 1px solid #BBB;
border-right: 1px solid #BBB; 
border-bottom: 1px solid #BBB; 
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #D4EBE4;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv li{
list-style-type: none;    
}	

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 8px;
text-decoration: none;
font-weight: normal;
color: #242424;
margin:0px;
background-color: #D4EBE4;
border-bottom: 1px #000000 dashed;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*hover background color*/
background-color: #339999;

}


