/* CSS Document */


.menu {
width: 167px;/*12em;*/
background: #DAE2F7;
margin:7px 0px 5px 0px;
}


.menu ul {
list-style: none;
margin: 0;
padding: 0;
}


.menu a, .menu h2, .menu h3 {
font: 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;

}


.menu h2 {
font-weight:bold;
color:#DAE2F7;
background: #011642;
text-transform: uppercase;
}


.menu a {
background: #F7F7F7;
text-decoration: none;
color:#011642;}


.menu a:hover {
color: #fff;
background-color:#DAE2F7;
}


.menu li {
position: relative;
}


.menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}


div.menu ul ul ul,
div.menu ul ul li:hover ul ul
{display: none;}


div.menu ul ul li:hover ul,
div.menu ul ul ul li:hover ul
{
display: block;
background-color:#DAE2F7;
}


div.menu ul ul li:hover ul a,
div.menu ul ul ul li:hover ul
div.menu ul ul li:hover ul a:hover,
div.menu ul ul ul li:hover ul a:hover
{
color:#DAE2F7;
}


.picture { background-color: #F9F9F9; border: 1px solid #CCCCCC; padding: 3px; font: 11px/1.4em Arial, sans-serif; } 
.picture img { border: 1px solid #CCCCCC; vertical-align:middle; margin-bottom: 3px; } 
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; } 
.left { margin: 0.5em 0.8em 0.5em 0; float:left; }