/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
font-family: Papyrus, Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
background: #CCCCFF url('../Images/NavigationGradient.png') center center repeat-x;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 0px 0;
}

.indentmenu ul li{
font: bold 13px Arial;
font-family: Papyrus, Arial;
display: inline;
}

.indentmenu ul li a{
float: left;
color: #CCCCFF; /*text color*/
padding: 5px 11px;
width: 60px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
font: bold 15px Arial;
font-family: Papyrus, Arial;
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
}