
.indentmenu{
font:100% Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
background: #304795 url(../../images/menu/bg.gif) center center repeat-x;
height:30px;
}

.indentmenu ul{
padding: 0;
margin-top: -2px;
margin-left: auto;
margin-right: auto;
border: 1px solid #FFF; /*dark red border*/
border-bottom: 1px solid #FFF; /*dark red border*/
border-width: 1px 0;
background: #eb6214 url(../../images/menu/bg.gif) center center repeat-x;
}


.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float:left;
padding: 7px 10px;
color: white; /*text color*/
text-decoration: none;
border-right: 1px solid #FFF; /*dark divider between menu items*/
}


.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current, 
body#index #t-index a, 
body#listings #t-listings a, 
body#agents #t-agents a, 
body#realtor #t-realtor a, 
body#admin #t-admin a, 
body#tools #t-tools a, 
body#contact #t-contact a
{
	
color: #FFF !important; /*text color of selected and active item*/
padding-top: 8px; /*shift text down 1px for selected and active item*/
padding-bottom: 6px; /*shift text down 1px for selected and active item*/
background: #7a8dce url(../../images/menu/bg2.gif) center center repeat-x;
}