.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%; width of menu*/
	background: url(../../images/1.gif);
	background-repeat:no-repeat;
	height:33px;
}

.indentmenu ul li{
	display: inline;
	padding:0px;
}

.indentmenu ul li a{
	float: left;
	color:#703A81; /*text color*/
	padding: 5px 11px;
	padding: 10px 2px 0px 0px !important;	
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	/*border-right: 0px solid navy; navy divider between menu items*/
	background: url(../../images/1.gif);
	background-repeat:no-repeat;
	height:23px; width: 216px;
}

.indentmenu ul li a:visited{
	color:#703A81;
}

.indentmenu ul li a.selected{
	color: #0C6A88 !important;
	padding-top: 10px; /*shift text down 1px*/
	padding-bottom: 0px;
	background: url(../../images/01.gif);
	background-repeat:no-repeat;
	width: 216px;
	height:23px;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 216px;
	padding: 10px;
}

