@charset "utf-8";
/* CSS Document */

#menu {
width: 223px;
border-top: 1px solid #939598; 
margin-bottom: 25px; 
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

/* Added by design to style first tier only */

#menu a.first {
font: 14px Tahoma, Arial, Helvetica, sans-serif;
display: block;
border-width: 0 1px 1px;
border-style: solid;
border-color: #939598;
margin: 0;
padding: 9px 0 0 27px !important;
height: 26px !important;
background: url(/vrrt/images/bg-nav.gif) top left no-repeat;
}

#menu a.first {
color: #004b8d;
text-decoration: none;
}

#menu a.first:hover, #menu a.first:focus {
color: #004b8d;
background: url(/vrrt/images/bg-nav-j.gif) top left no-repeat;
}

/* end first tier styles */

#menu a {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 0px 1px 1px;
border-style: solid;
border-color: #939598;
margin: 0;
padding: 5px 10px;
min-height: 15px;
overflow: visible; 
background-color: #dcddde;
color: #58585a;
}

#menu a:hover {
color: #58585a;
background-color: #c2c3c5;
}

#menu li {
position: relative;
}

#menu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
border-top: 1px solid #939598; 
}

div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}
