﻿#menu {
width:876px;
/*background: #eee;*/
background: #142560;
float: left;
padding:0;
border-bottom:fff;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 13.5em;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px verdana, helvetica, sans-serif;
display: block;
border-width:0px;
border-style: solid;
border-color: #fff #fff #fff #fff;
margin: 0;
padding:4px;
}

#menu h2 {
color: #fff;
background: #142560;
border-bottom:1px dashed #fff;
}

#menu a {
color: #fff;
/*background: #efefef;*/
background: #142560;
text-decoration: none;
}

#menu a:hover, #menu a#selected {
/*color: #a00;*/
color:#B2BBD9;
background: #142560;

}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
left: 0;
width: 13.65em;
text-align: left;
z-index: 500;

}


#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}