.menu{
font: Arial;
font-size: 12px;
color: #4D814D;
font-weight: normal;
padding: 5px 5px 5px 5px;
text-decoration: none;
border-left: 1px solid #4D814D;
line-height: 20px;
background: transparent url(../images/bg_menu.gif) bottom;
}
.menuselected{ /*hover and selected link*/
font: Arial;
font-size: 12px;
color: #AE0606;
font-weight: normal;
padding: 5px 5px 5px 5px;
text-decoration: none;
border-left: 1px solid #4D814D;
line-height: 20px;
background: transparent url(../images/pointer.gif) bottom center no-repeat;
}
a{
font: Arial;
font-size: 12px;
color: #4D814D;
text-decoration: none;
}

a:visited{
color: #99CCFF;
}

a:hover{ /*hover and selected link*/
color: #990000;
font-weight: bold;
text-decoration: underline;
}
