.indentmenu{
font: bold 11px Arial;
color: #333333;
width: 100%; /*leave this value as is in most cases*/
text-align:center;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background: #cdcdcd url(/user_data/media/images/homepage/tabunselect.jpg) left center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #333333; /*text color*/
height:14px;
width: 65px;
text-decoration: none;
border-right: 0px solid #cdcdcd; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: #333333;
}

.indentmenu ul li a.selected{
color: #ff0000 !important;
background: #ffffff url(/user_data/media/images/homepage/tabselect.jpg) center center repeat-x;
border: 0px solid #cdcdcd;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}
