
/* style the outer div to give it width */

/*#navi ul { float: left; display:inline; list-style: none;  margin: 3px 0px 0px 0px;}
#navi ul li {float: left; display:inline; list-style: none; margin: 0px 0px 0px 0px;}
#navi li a {padding: 0px 10px 0px 10px; }*/



.menu {
margin-left: 0px;
color: #333;
z-index: 100;
position: relative;

}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;

}
.menu ul ul {
/*width:140px;*/
margin-top:-2px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
/*width:150px;*/
position:relative;

}
/* style the links for the top level */
.menu a  {
display:block;
text-decoration:none;

border:1px solid #fff;
border-width:0 1px 0 0;
/*background:#758279;*/
padding-left:5px;
padding-right:5px;
/*line-height:29px;
width:139px;
height:30px;*/
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
/*width:150px;
w\idth:139px;*/
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#e0e0e0;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#79c092;
}
.menu ul ul :hover > a.drop {
background:#79c092;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:15px;
left:0;
width:130px;
float:none;
}
/* another hack for IE5.5 */
* html .menu ul ul {
/*top:30px;
t\op:31px;*/
}



/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#e0e0e0;
color:#000;
height:auto;
line-height:1em;
padding:5px 5px;
width:139px;
font-size:11px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{}
.menu :hover > a, .menu ul ul :hover > a {}

/* 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;
}



.menu a:visited {}
.menu ul ul ul a:visited {}
ul.secLevel a{font-size: 11px;text-align: left;}

ul.topLevel li a:hover {background-color: #B7E0E8;}
ul.topLevel li a:active {background-color: #B7E0E8;}
ul.topLevel a {padding: 0px 10px 0px 10px; }/**/

/*ul.topLevel li a:hover {background: none;color:#00780b;}
ul.secLevel li a:hover {background-color: #79c092; font-weight: normal;}*/
ul.secLevel li a:active {background-color: #fff; font-weight: normal;}
ul.secLevel ul li a:hover {background-color: #79c092; font-weight: normal;}

.menu ul ul.secLevel li{border-top: 1px solid white}
