<style type="text/css">

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border-width: 1px 0;

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
width: 100%; /*width of menu*/
text-decoration: none;
/*border-bottom: 1px solid #7F593F; /*dark gray divider between menu items*/
/*background: black url(../images/indentbg.gif) center center repeat-x;*/
}

.indentmenu ul li a:visited{
color: #dde955;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #dde955 !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
/*background: black url(../images/indentbg2.gif) center center repeat-x;*/
}


.horizontalmenu {
font: 13px Century Gothic;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.horizontalmenu ul{
margin: 0;
padding: 0;
float: left;
border-width: 1px 0;
}

.horizontalmenu ul li{
display: inline;
}

.horizontalmenu ul li a{
float: left;
color: #dde955; /*text color*/
padding: 5px 11px;
width: 100%; /*width of menu*/
text-decoration: none;
/*border-bottom: 1px solid #7F593F; /*dark gray divider between menu items*/
/*border-right: 1px solid #7F593F; /*dark gray divider between menu items*/
/*background: black url(../images/indentbg.gif) center center repeat-x;
}

.horizontalmenu ul li a:visited{
color: #dde955;
}

.horizontalmenu ul li a:hover, .indentmenu ul li .current{
color: #dde955 !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../images/indentbg2.gif) center center repeat-x;
}
</style>
