.indentmenu{
font: bold 13px tahoma; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left; /*width of menu*/
border: 0px solid #564c66; /*dark purple border*/
border-width: 0px 0;
height:37px;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 10px 22px;
text-decoration: none;
background: url(img/indentbg.gif) top left no-repeat;
border-right: 0px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding: 10px 22px;
background: url(img/indentbg2.gif) top left repeat-x;
}

#dropmenudiv{
position:absolute;
border:1px solid #6E3D00;
border-bottom-width: 0;
font:normal 12px Tahoma, Arial;
line-height:18px;
color:#FFFFFF;
z-index:100;
}

#dropmenudiv a{
display: block;
text-indent: 3px;
border-bottom: 1px solid #6E3D00;
padding: 4px 0px 0px 5px;
text-decoration: none;
font-weight: normal;
color:#FFFFFF;
height:20px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #9EC54D;
color:#FFFFFF;
line-height:18px;
padding: 4px 0px 0px 5px;
text-decoration: none;
font-weight: normal;
height:20px;
}