#chromemenu{
width: 100%;
}

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

#chromemenu ul{
position:relative;
left: 20px;
top: -28px;
width: 100% ; /* sonst 100% */
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font-family: Arial;
font-size: 11px;
}

#frame{
position:absolute;
left: 0px;
top: 27px;
height: 97% ;
width: 100% ;
float: left;
}



#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #FD0209;
padding: 1px;
text-decoration: none;
font-family: Arial;
font-size: 11px;
line-height: 26px;
}

#chromemenu ul li a:hover{
color: #FD0209;
font-family: Arial;
font-size: 11px;
}

#chromemenu ul li a[onMouseover]: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 ######### */

.dropmenudiv{
position:absolute;
display: block;
top: 0;
border: 1px soild #FFFFFF; /*Theme Change here*/
border-bottom-width: 0;
color: #FD0209;
font-family: Arial;
font-size: 11px;
line-height:15px;
z-index:100;

background-color: #FFFFFF;
width: 120px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=135,strength=0); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 120;
display: block;
text-indent: 3px;
border-bottom: 1px soild #FFFFFF; /*Theme Change here*/
padding: 1px;
text-decoration: none;
font-weight: none;
color: #FD0209;
font-family: Arial;
font-size: 11px;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #FD0209;
display: block;
width: 120px;
font-family: Arial;
color: #FFFFFF;
font-size: 11px;
}


