/* main MENU background -----------------------------------------------------*/
#mainMenu{
width: 167px;
padding: 0px;
margin-left: 4px;
}
#mainMenuUp{
width:167px;
height: 10px;
background: url(../../../templates/default/grafika/mainMenuUp.gif) no-repeat top;
font-size: 0px; /*HACKS for IE - remove GAP*/
}
#mainMenuStuff{
margin: 0;
padding: 0;
width:167px;
background-color:#E6E6E6;
font-size: 0px; /*HACKS for IE - remove GAP*/
overflow: hidden; /* HACK #contentsDown */
}
#mainMenuDown{
width:167px;
height: 10px;
background: url(../../../templates/default/grafika/mainMenuDown.gif) no-repeat top;
font-size: 0px; /*HACKS for IE - remove GAP*/
}
/* MAIN MENU RENDER ---------------------------------------------------------*/
#mainMenuNavi {
margin: 0 0 0 3px;
}
#mainMenuNavi ul{
margin: 0 0 0 0px;
padding: 0;
list-style: none;
}
#mainMenuNavi a{
display: block;
width:161px;
/*height: 26px;*/
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
/*color: #00428C;*/
color:black;
text-decoration: none;
background-image: url(../grafika/mainMenuParent.gif);
background-repeat: no-repeat;
padding: 5px 0px 0px 10px;
voice-family: "\"}\"";  /*Box Model Hack*/
voice-family:inherit;
width:151px;
height:21px;
border-bottom: 3px solid #E6E6E6;
}
#mainMenuNavi a.selected{
display: block;
width:161px;
/*height: 26px;*/
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #9E0B0E;
text-decoration: none;
background-image: url(../grafika/mainMenuParentOver.gif);
background-repeat: no-repeat;
padding: 5px 0px 0px 10px;
voice-family: "\"}\"";  /*Box Model Hack*/
voice-family:inherit;
width:151px;
height:21px;
border-bottom: 3px solid #E6E6E6;
}
#mainMenuNavi a:hover{
background-image: url(../grafika/mainMenuParentOver.gif);
background-repeat: no-repeat;
}
#mainMenuNavi li li a{
display: block;
width:161px;
height: 18px;
color: Black;
text-decoration: none;
background-color: #DADADA;
font-weight: normal;
background-image: url();
padding: 2px 0px 0px 10px;
margin: 2px 0 5px 0px;
border-bottom: 1px solid #C1C1C1;
border-left: 1px solid #C1C1C1;
voice-family: "\"}\"";  /*Box Model Hack*/
voice-family:inherit;
width:149px;
height:17px;
}
#mainMenuNavi li li a.selected{
display: block;
width:161px;
height: 18px;
color: Black;
text-decoration: none;
background-color: #DADADA;
font-weight: normal;
background-image: url(../grafika/mainMenuChildBg.jpg);
background-repeat: repeat-y;
padding: 2px 0px 0px 10px;
margin: 2px 0 5px 0px;
border-bottom: 1px solid #C1C1C1;
border-left: 1px solid #C1C1C1;
voice-family: "\"}\"";  /*Box Model Hack*/
voice-family:inherit;
width:149px;
height:17px;
}
#mainMenuNavi li li a:hover{
background-image: url(../grafika/mainMenuChildBg.jpg);
background-repeat: repeat-y;
}
/* --------------------------------------------------------------------------*/

