.indentmenu{
font: bold 11px tahoma;
width: 100%; /*leave this value as is in most cases*/
/*background-color:#eaeaea;*/
background: black url(phone.gif) center center repeat-x;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 0px solid #dbe1e6; /*darkred border*/
/*background: black url(indentbg.gif) center center repeat-x;*/
background: black url(phone.gif) center center repeat-x;
border-left:0px solid #c4c4c4;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 6px 11px;
text-decoration: none;
width:110px;
text-align:center;
}


.indentmenu ul li a:hover{
/*background: black url(phone_over.gif) center center repeat-x;*/
text-decoration:none;
}


.indentmenu ul li a:visited{
text-decoration:none;
text-align:center;
}

.indentmenu ul li a.selected{
text-align:center;
background: black url(phone_selected.gif) center center repeat-x;
color: white;
text-decoration:none;
}

.indentmenu ul li a#selected{
text-align:center;
background: black url(phone_selected.gif) center center repeat-x;
color: white;
text-decoration:none;
}

.indentmenu ul li a#tab2{
border-left: 1px solid #c4c4c4;
width:110px;
}
.indentmenu ul li a#tab3{
border-left: 1px solid #c4c4c4; /*darkred divider between menu items*/
width:110px;
}
.indentmenu ul li a#tab4{
border-left: 1px solid #c4c4c4; /*darkred divider between menu items*/
width:115px;
}
///////////////////////
