
.indentmenu{
font: bold 13px Trebuchet MS;
width: 100%; /*leave this value as is in most cases*/

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
/*border-top: 1px solid darkred;*/ /*darkred border*/
}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 2px solid #ffffff; /*darkred divider between menu items*/
background:url(../images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a.selected{
color: black !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background:url(../images/indentbg2.gif) left top repeat-x;
border-left:1px solid #FEB137;
border-right:1px solid #FEB137;
margin-right:2px;

}



/*--righttab--*/

.location{
font: bold 13px Trebuchet MS;
width:280px; /*leave this value as is in most cases*/

}

.location ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
/*border-top: 1px solid darkred;*/ /*darkred border*/
}

.location ul li{
display: inline;

}

.location ul li a{
float: left;
color: black; /*text color*/
padding: 3px 5px;
text-decoration: none;
border-right: 2px solid #ffffff; /*darkred divider between menu items*/
background:url(../images/location-tab.gif) center center repeat-x;
}

.location ul li a:visited{
color: black;
}

.location ul li a.selected{
color: black !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background:url(../images/location-tab2.gif) left top repeat-x;
border-left:1px solid #6CD5FC;
border-right:1px solid #6CD5FC;
margin-right:2px;
}
