/*--------------------------------------------------------
navigation stylesheet

Version: 0.9
---------------------------------------------------------*/

#mainNav ul  {
margin : 0;
padding : 0;
list-style : none;
background : #d4d4d4;
color : inherit;
}
#mainNav ul a {
display : block;
background : transparent;
color : #000;
text-align : left;
margin : 0;
padding-left : 0;
padding-right : 0;
text-decoration : none;
}
#mainNav li {
margin-left : 5px;
text-align : left;
color : #000;
display : block;
text-decoration : none;
}
#mainNav li a {
font-size : 0.85em;
}
#mainNav li.level1 {
background : #ececec;
margin : 0px;
padding: 2px 10px 2px 10px;
border-bottom : 1px solid #d6d6d6;
border-top : 1px solid #fff;
}
#mainNav li.level2 {
background : #ececec;
padding : 2px 10px 2px 10px;
}
#mainNav li.level3 {
background : #ececec;
padding: 2px 10px 2px 20px;
border : 0 solid #c9c9c9;
}
#mainNav li.level4 {
background : #ececec;
padding: 2px 10px 2px 35px;
border : 0 solid #c9c9c9;
}
#mainNav li.level1actual {
margin : 0;
padding: 2px 10px 2px 15px;
border-bottom : 1px solid #c9c9c9;
border-top : 1px solid #8c8c8c;
font-weight : bold;
background : #d4d4d4 url(../images/arrow.gif);
background-position : 4px 3px;
background-repeat : no-repeat;
}
#mainNav li.level2actual {
margin : 0;
padding: 2px 10px 2px 15px;
border-bottom : 1px solid #c9c9c9;
border-top : 1px solid #8c8c8c;
font-weight : bold;
background : #d4d4d4 url(../images/arrow.gif);
background-position : 4px 3px;
background-repeat : no-repeat;
}
#mainNav li.level3actual {
padding : 2px 10px 2px 30px;
border : 0;
font-weight : bold;
background : #e2e2e2 url(../images/arrow.gif);
background-position : 4px 3px;
background-repeat : no-repeat;
}
#mainNav li.level4actual {
padding: 2px 10px 2px 35px;
border : 0;
font-weight : bold;
background : #d2e3f2 url(../images/arrow.gif);
background-position : 4px 3px;
background-repeat : no-repeat;
}
#mainNav li.level1actualdown {
margin : 0;
padding: 2px 10px 2px 15px;
border-top : 1px solid #fff;
border-bottom : 1px solid #b2b2b2;
font-weight : bold;
background : #d4d4d4 url(../images/arrowdown.gif);
background-position : 4px 3px;
background-repeat : no-repeat;
}
#mainNav li.level2actualdown {

padding: 2px 10px 2px 15px;
border-top : 1px solid #fff;
border-bottom : 1px solid #b2b2b2;
font-weight : bold;
background : #ececec url(../images/arrowdown.gif);
background-position : 4px 3px;
background-repeat : no-repeat;
}
#mainNav li.level3actualdown {

padding: 2px 10px 2px 25px;
border : 0 solid #c9c9c9;
font-weight : bold;
background : #ececec url(../images/arrowdown.gif);
background-position : 4px 3px;
background-repeat : no-repeat;
}
#mainNav li.level1:hover {
color : #fff;
background : #d4d4d4 url(../images/arrow.gif);
border-top : 1px solid #fff;
background-position : 4px 3px;
background-repeat : no-repeat;
}
#mainNav li:hover {
color : #fff;
background : #d2e3f2 url(../images/arrow.gif);
background-position : 2px 3px;
background-repeat : no-repeat;
}
