@charset "iso-8859-1";
/* CSS Document */

.menu {
/*background-image:url(../img/layout/navi.png);*/
background-image:url(../img/naviNeu.jpg);
clear:both;
height:18px; 
margin-left:15px;
padding-top:0px;
width:840px;
position:relative; 
z-index:800;
}

* html .menu {
height:18px;
padding:0px;
}

/* hack to correct IE5.5 faulty box model */
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a {
color:#FFFFFF;
font-size:11px;
font-weight:bold;
letter-spacing:1px;
padding:7px;
text-decoration:none;
/*line-height:19px;*/



}

* html .menu ul a {
line-height:18px;
padding:7px 6px;
}


* html .menu ul a:hover {
padding:7px 6px;
}

*+html .menu ul a {
line-height:18px;
}

*+html .menu ul ul {
top:18px;
left:0px;
}


/* style the second level background */
.menu ul ul a.drop {}
/* style the second level hover */
.menu ul ul a.drop:hover{}
.menu ul ul :hover > a.drop {}
/* style the third level background */
.menu ul ul ul a {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
background-color:#EEEEEE;
position:absolute;
top:18px;
visibility:hidden;
width:190px;
}

* html .menu ul ul {
top:18px;
}

.menu ul ul li {
width:190px;
border-bottom:1px solid #CDCDCD;
padding:3px;

}

.menu ul ul li:hover {
width:190px;
background-color:1px solid #b7b3b2;
padding:3px;
}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a {
color:#243A48;
height:auto;
font-size:12px;
font-weight:normal;
text-transform:none;
letter-spacing:0px;
}

.menu ul ul a:hover{
background-color:#253B48;
color:#FFFFFF;
font-size:12px;
text-transform:none;
letter-spacing:0px;
padding:0px 7px 0px;
text-decoration:none;
}

* html .menu ul ul a:hover{
background-color:#EEEEEE;
font-size:12px;
color:#253B48;
text-transform:none;
letter-spacing:0px;
padding:0px 7px 0px;
text-decoration:none;
}

* html .menu ul ul li a {
line-height:18px;
}

* html .menu ul ul li a:hover {
line-height:18px;
background-color:none;
}



/* style the top level hover */
.menu ul ul :hover > a {
font-weight:bold;
color:#243A48;
font-size:12px;
text-transform:none;
letter-spacing:0px;
text-decoration:none;
background:none;
}

.menu a:hover {
background-color:#253B48;
/*background-image:url(../img/naviNeuOver.jpg);*/
color:#FFFFFF;
font-size:11px;
font-weight:bold;
/*letter-spacing:1px;*/
padding:7px 0px;
text-decoration:none;
height:18px;
}

.menu :hover > a {

height:18px;
background-color:#253B48;
/*background-image:url(../img/naviNeuOver.jpg);*/
color:#FFFFFF;

/*letter-spacing:1px;*/
padding:3px 7px 1px;
text-decoration:none;




}

* html .menu :hover > a, * html .menu a:hover {
color:#FFFFFF;
font-size:11px;
font-weight:bold;
/*letter-spacing:1px;*/
padding:0px 0px;
text-decoration:none;
/*line-height:19px;*/

}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}