A:link {
	COLOR: #666666; TEXT-DECORATION: none
}
A:visited {
	COLOR: #666666; TEXT-DECORATION: none
}
A:hover {
	COLOR: #990033; TEXT-DECORATION: none
}

#navcontainer { margin-left: 0px; position: bottom;}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { position:relative; top: 25px; margin-left: 5px;}
#navcontainer li ul {display: none; position:absolute; top:0px; z-index:1000; margin-left: 0px;}
#navcontainer li:hover ul, li.over ul{ display: block; }

#navcontainer a
{
display: block;
padding: 5px 5px;
width: 150px;
color: #000;
background-color: #999999;
text-decoration: none;
border-top: 1px solid #fff;
border-left: 6px solid #990033;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
font-weight: bold;
font-size: .8em;
background-image: url(images/vertical06.jpg);
background-repeat: no-repeat;
background-position: 0 0;
display: block;
}

#navcontainer a:hover
{
color: #000;
background-color: #cccccc;
text-decoration: none;
border-top: 1px solid #333;
border-left: 6px solid #990033;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
background-image: url(images/vertical06a.jpg);
background-repeat: no-repeat;
background-position: 0 0;
display: block;
}

#navcontainer ul ul li { margin: 0; display:none;}
#navcontainer ul ul li {display:block;}
#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 5px;
width: 150px;
color: #000;
background-color: #999999;
text-decoration: none;
font-weight: normal;
}

#navcontainer ul ul a:hover
{
color: #000;
background-color: #cccccc;
text-decoration: none;
}

body {
	background-color: #999999;
}
.style13 {	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

