#navcontainer { margin-left: 0}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 3px 0px; }

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 140px;
color: #fff;
background-color: #7646f4;
text-decoration: none;
border-top: 1px solid #bacee0;
border-left: 1px solid #bacee0;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
font-weight: bold;
font-size: .8em;
/* background-image: url(images/vert_grad_light_grey_30px.gif); */
    background: #999999 url(/images/caption-back.gif) repeat;
background-repeat: repeat;
background-position: 0 0;
}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer li { float: left; }
* html #navcontainer li a { height: 1%; }
/* End */

#navcontainer a#current
{
color: #ffffff;
}

#navcontainer a:hover
{
color: #ffffff;
background-color: #4a88bc;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #bacee0;
border-right: 1px solid #bacee0;
/* background-image: url(images/vert_grad_light_grey_50px.gif); */
    background: #999999 url(/images/caption-back-light.gif) repeat;
background-repeat: repeat;
background-position: 0 0;
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 10px 5px 25px;
width: 125px;
color: #fff;
background-color: #ab8ff4;
    background: #999999 url(/images/caption-back-light.gif) repeat;
text-decoration: none;
font-weight: bold;
}

#navcontainer ul ul a#subcurrent
{
color: #ffffff;
font-weight: bold;
}

#navcontainer ul ul a:hover
{
color: #ffffff;
background-color: #78b0e0;
    background: #999999 url(/images/caption-back.gif) repeat;
text-decoration: none;
}
