dl, dt, dd{
margin: 0;
padding: 0;
list-style-type: none;
}
.menu_ul, .menu_li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position:relative;
width: 199px;
}
/*Main Nav */
#menu dt {
cursor: pointer;
background-image: url(images/navback.jpg);
height: 28px;
line-height: 28px;
margin: 0px 0;
padding-left:50px;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style:italic;
font-weight:bold;
}

/*Sub Nav */
#menu dd {
position: absolute;
z-index: 100;
left: 12em;   /*Used to move submenu to the left*/
margin-top: -1.4em;
/*margin-top: -2.4em;*/
width: 11em;
background:#A9BFCB;  /*Background for submenu#A9BFCB*/
border: 2px solid #232c33;
}

#menu ul {
padding: 2px;

}
#menu li {
font-family: Arial, Helvetica, sans-serif;
font-style:italic;
text-align: left;
font-size: 85%;
height: 18px;
line-height: 18px;
color:#FFFFFF;
background: url(images/submenu.gif);
background-position:inherit;
background-repeat:repeat-x;
}

.tab{
padding-left:15px;
}
#menu li a,#menu dt a {
color: #FFFFFF;
text-decoration: none;
}


#menu li a:hover {
background: url(images/arrow.gif);
background-position:center left;
background-repeat:no-repeat;
color:#5cd81e;
}

#menu dt a:hover
{
color: #5cd81e;
text-indent:1px;
}

#active a:link, #active a:visited, #active a:hover
{
color: #5cd81e;

}