.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
border-top: 1px solid white; /*navy border*/
background: white url(/templates/3/images/bgt.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
text-align: center;
float: left;
color: #000; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid white; /*navy divider between menu items*/
}

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

.indentmenu ul li a.selected{
color: green !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: green url(/templates/3/images/bgt.jpg) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #000;
width: 550px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}


#rotator .ui-tabs-hide {
	display:none;
}