#navigation * { margin:0; padding:0; line-height:1em;}

#navigation a:link, #navigation a:visited {color: #ff0}
#navigation a:active {color: #f00}
#navigation .indent {text-indent :  10px;}
#navigation .title {font-weight : bold;}

#navigation #main {
padding: 0 0 0 2px;
border: none;
}

#navigation P {
margin: 1em 0 0 0;
}

#navigation A.divider {
 letter-spacing : 4px;
 font-size : 8px;
 font-weight : bold;
 background-color: #006060;
 color : #ddd;
 text-decoration :  none;
 margin-left : -1px;
 margin-top : 4px;
 margin-bottom : 0px;
 text-align : center;
 width : 140px;
}

#navigation IMG.logo {
margin-left: 3px;
margin-top:2px;
border: none;
height: 210px;
width: 130px;
}

#navigation A {
text-decoration: none;
}

#navigation .mainmenu, .submenu{
display: block;
width: 100%
}

#navigation UL LI {
list-style-type: none;
position: relative;
margin: 0;
padding: 0;
background: #215670;
}

#navigation UL UL {
display: none;
white-space: nowrap;
}

#navigation LI.subsubmenuinfo {
color: #aaa;
background: #000;
font-size: 0.85em;
padding: 1px;
}

#navigation UL LI:hover > UL {
font-size: 0.95em;
display: block;
position: absolute;
top: -2em;
left: 100%;
border: black solid 1px;
}

#navigation LI A {
display: block;
padding: 2px 3px;
text-decoration: none;
}

#navigation LI.submenu A {
padding: 4px 3px 4px 8px;
}

#navigation UL LI A:hover {
background: yellow;
color: #215670;
font-weight:bold;
}

#navigation #toplevel {
padding-top: 10px;
}

#navigation LI.subsubmenu A {
line-height: 80%;
}

#navigation LI.subsubmenu {
width: 10em;
}