.crmstyle{
position: relative; top: 125px;
width: 100%;
font-weight: bold;
font-size: 13px;
margin:0;
padding: 0;
}

.crmstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.crmstyle ul{
float:right;
border-top: 1px solid #777;
border-bottom: 1px solid #777;
width: 100%;
background: url(../../img/mnu/off/n_i_bg.gif) center center repeat-x; /*THEME CHANGE HERE*/
margin: 0;
padding: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.crmstyle ul li{
float: right;
display: inline;
padding: 0px 0px 1px 0px ;
margin: 0;
}

.crmstyle ul li img{
padding:4px 0px 1px 4px ;
margin: 0;
border: 0;
}


.crmstyle ul li a{
color: #333; /* Schrift */
font:normal 11px arial, verdana, helvetica, sans-serif;
padding: 2px 10px 1px 12px;
text-decoration: none;
margin:0;
border-left: 1px solid #777; /*THEME CHANGE HERE alt-fein:ccc*/
}

.crmstyle ul li a:hover{
background: url(../../img/mnu/on/n_i_bg.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.crmstyledrop{
position: absolute;
top: 0px;
width: 135px; /* 120px */
border: 1px solid #222; /*777 THEME CHANGE HERE*/
border-top: 0px; /*777 THEME CHANGE HERE*/
font:normal 11px arial, verdana, helvetica, sans-serif;
line-height:16px;
z-index:100;
background-color: #8899AA;
visibility: hidden;
padding: 1px 3px 0px 3px;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */ /*Add Shadow in IE. Remove if desired*/
}


.crmstyledrop a{
width: auto;  
display: block; 
border-bottom: 3px solid #8899AA; /*THEME CHANGE HERE*/
padding: 0px 10px 0px 5px;
text-align: right; 
text-decoration: none;
color: #333;
white-space: nowrap;
background-color: #BBCCDD;
}
* html .crmstyledrop a{ /*IE only hack*/
width: 100%;
}

.crmstyledrop a:hover{ /*THEME CHANGE HERE*/
background-color: #DDEEFF;
}