#top #main_nav {
   list-style: none;
 margin: 0; padding: 0;
}



#top #main_nav li {
float: left;
padding: 5px;
}

#top #main_nav li a{
width:150px;
height: 45px;
   background: url(../images/reg_nav.gif) no-repeat;
   display: block;
   width: 150px;
   text-align: center;
   color: #000;
   padding: 15px 0 0 0;
   text-decoration: none;
}

#top #main_nav li a:hover {
   background: url(../images/roll_nav.gif) no-repeat;
   color: #fff;
}

#top #main_nav .first a{
   background: url(../images/active_nav.gif) no-repeat;
   color: #fff;
   font-weight: bold;
}


#left_nav{
width: 180px;
height: 400px;
margin-left: 0px;
float: left;
padding: 10px 0 0 10px;
}

a:link, a:visited {
text-decoration : underline;
color : #7a2e2e;
background : inherit;
}
a:hover {
text-decoration : none;
color : #cc6600;
background : inherit;
}