.indentmenu
{
	font: bold 13px Arial;
	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: 0px solid #fff;
	/*navy border*/
	/*
	background-color: #D9D9D9;
	background-image: url(../images/tabbg1.jpg);
	*/
	background-color: #DDD;
	background-image: url(../images/tabbg1.jpg);
	width: 100%;
	background-repeat: repeat-x;
	background-position: center bottom;
}

.indentmenu ul li { display: inline; }

.indentmenu ul li a
{
	float: left;
	color: #505050;
	padding: 10px 11px 10px 11px;
	text-decoration: none;
	border-right: 1px solid #fff;
	cursor: pointer !important;
	/*navy divider between menu items*/
}

.indentmenu ul li a:visited { }

.indentmenu ul li a.selected
{
	color: #000 !important;
	padding-top: 10px;
	/*shift text down 1px*/
	padding-bottom:10px;
	/*
	background-color: #F3F3F3;
	*/
	background-image: url(../images/tabtopselected2.jpg);
	background-color:#eee;
	background-repeat: repeat-x;
	background-position: center top;
}

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

.tabcontent
{
	padding: 0;
	margin: 0;
	display: block;
}

#tabbed_content #dropshadow
{
	background-repeat: repeat-x;
	background-image: url(../images/tabbg2.jpg);
	width: 100%;
	height: 10px;
	background-position: left top;
}


.tabcontent div.padwrap
{
	padding: 0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
}

@media print
{
	.tabcontent { display: block !important; }
}
