/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.fastmenu{
font: bold 13px Verdana;
width: 100%; /*leave this value as is in most cases*/
}

.fastmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #F8F4E4; /*dark purple border*/
border-width: 2px 0;
background: url(images/blu-6.gif) center center repeat-x;
}

.fastmenu ul li{
display: inline;
}

.fastmenu ul li a{
float: left;
color: #F8F4E4; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 5px solid #FCF6E8; /*dark purple divider between menu items*/
}

.fastmenu ul li a:visited{
color: #F8F4E4;
}

.fastmenu ul li a:hover, .indentmenu ul li .current{
color: #DBE4F2 !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: url(images/blu-5.gif) center center repeat-x;
}


