/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
float: left;
background: url('../../images/shadei.gif') center center repeat-x;
}

.indentmenu ul span{
display: inline;
}

.indentmenu ul span a{
float: left;
color: #485153; /*text color*/
padding: 6px 11px;
text-decoration: none;
border-right: 1px solid #9b9e9f ; /*divider between menu items*/
}

.indentmenu ul span a:visited{
color: black;
}

.indentmenu ul span a.selected{
color: #fbf365 !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 6px;
}

a#tab_harry{
	display:block;
	background:url(../../images/link-left-bg.gif) left no-repeat #2d2d2d;
	float:left;
	line-height:1em;
	font-size:0.917em;
	color:#FFFFFF;
	text-decoration:none;
	margin-top:20px;
}

a#tab_harry:hover{
	text-decoration:underline;
}
a#tab_harry span{
	display:block;
	background:url(../../images/link-right-bg.gif) right no-repeat;
	padding:4px 15px 4px 20px;
}

a#tab_harry2{
	display:block;
	background:url(../../images/link-left-bg.gif) left no-repeat #2d2d2d;
	float:left;
	line-height:1em;
	font-size:0.917em;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	margin-top:20px;
}

a#tab_harry2:hover{
	text-decoration:underline;
}
a#tab_harry2 span{
	display:block;
	background:url(../../images/link-right-bg.gif) right no-repeat;
	padding:4px 15px 4px 20px;
}
