/* ######### Indent Main Menu Bar CSS ######### */

.indentmenu{
font: bold 15px  Georgia, "Times New Roman", Times, serif; /*lww 16*/
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
margin: 10px 0 0 20px;
}

.indentmenu ul{
margin: 0;
padding: 5px 0 0 0;
float: left;
/*lww width: 80%; /*width of menu*/ 
width: 1200px; 
height:45px; /*lww*/
/* border: 1px solid #564c66; /*dark purple border*/
/*border-width: 1px 0; */
background: url(/images/topnav-new.jpg) top left no-repeat;
/*background: black url(indentbg.gif) center center repeat-x; */

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 0px 10px; /*5 11*/
text-decoration: none;
border-right: 1px solid #8b8f5d; /*dark green divider between menu items*/
line-height:40px; /*lww*/ 
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li a.selected{
color: #8b8f5d !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*/
/*lww background: # url(indentbg2.gif) center center repeat-x;*/
}

