#rotnavcontainer { margin-left: 0px; }

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

#rotnavcontainer li { margin: 0; }

#rotnavcontainer a
{
display: block;
padding: 3px 10px;
width: 140px;
color: #000;
background-color: #FFCC33;
text-decoration: none;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
font-weight: bold;
font-size: .8em;
background-image: url(rot.jpg);
background-repeat: no-repeat;
background-position: 0px -50px;
}

#rotnavcontainer a:hover
{
color: #fff;
background-color: #FF9900;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
background-image: url(rot.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
}

#rotnavcontainer ul ul li { margin: 0; }

#rotnavcontainer ul ul a
{
display: block;
padding: 3px 5px 3px 20px;
width: 135px;
color: #000;
background-color: #990000;
text-decoration: none;
font-weight: normal;
}
#rotnavcontainer ul ul ul a
{
display: block;
padding: 3px 5px 3px 30px;
width: 125px;
color: #000;
background-color: #990000;
text-decoration: none;
font-weight: normal;
}

#rotnavcontainer ul ul a:hover
{
color: #fff;
background-color: #990000;
text-decoration: none;
}
