.RadTabStrip_dnn
{
	font: 11px;
	height: 38px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}


.RadTabStrip_dnn .level1 li a
{
	padding-left: 8px;
	background:transparent;
	margin-left: 0px; 
	color: #642e30;
	line-height: 38px;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
	 font-family: "Times New Roman", Times, serif; 
}

.RadTabStrip_dnn .level1 li.last a,
.RadTabStrip_dnn .level1 li.break a
{
	margin-right:0;
}

.RadTabStrip_dnn .level1 li a .wrap
{

	padding-right: 8px;
	line-height: 38px;
	background: transparent;
}


.RadTabStrip_dnn .level1 li a:hover
{
	color: #624d44;
	background: transparent;
	text-decoration:none;
	line-height: 38px;
	font-weight: bold;
	text-transform: uppercase;
	 font-family: "Times New Roman", Times, serif;
}

.RadTabStrip_dnn .level1 li a .innerWrap
{
	line-height: 38px;
	padding: 0px 5px;
	background:transparent;
}

.RadTabStrip_dnn .level1 li a.selected
{
	padding-top: 0px;
	background: transparent;
	text-decoration:none;
	color: #8ac33f;
	line-height: 38px;
	font-weight: bold;
	text-transform: uppercase;
	 font-family: "Times New Roman", Times, serif; 
}

.RadTabStrip_dnn .level1 li a.selected:hover
{
	padding-top: 0px;
	background: transparent;
	color: #8ac33f;
	text-decoration:none;
	height: 38px;
	font-weight: bold;
	text-transform: uppercase;
	 font-family: "Times New Roman", Times, serif; 
}


.RadTabStrip_dnn .level1 li a.selected .wrap
{
	background: transparent;
	line-height: 38px;
	padding-right: 8px;
	color: #8ac33f;
	font-weight: bold;
	text-transform: uppercase;
	 font-family: "Times New Roman", Times, serif;
}


.RadTabStrip_dnn .level1 li a.selected .innerWrap
{
	background: transparent;
	padding-top: 0px;
}


.RadTabStrip_dnn .level2 ul
{
	background: transparent;
	 font-family: "Times New Roman", Times, serif;
	margin-left: 20px;
	vertical-align: middle;
	
}

.RadTabStrip_dnn .level2 li a
{
	color: #6f6f56;
	text-decoration: none;
	font-weight: bold;
	padding-right: 15px;
	 font-family: "Times New Roman", Times, serif;
}

.RadTabStrip_dnn .level2 li a:hover
{
	color: #642e30;
	font-weight: bold;
	text-decoration: none;
	 font-family: "Times New Roman", Times, serif; 
}

 .RadTabStrip_dnn .level2 li a.selected
{
	color: #642e30;
	font-weight: bold;
	text-decoration: none;
	 font-family: "Times New Roman", Times, serif;
}

.RadTabStrip_dnn li a.disabled,
.RadTabStrip_dnn li a.disabled .wrap,
.RadTabStrip_dnn li a.disabled .innerWrap
{
	cursor: default;
	text-decoration: line-through;
}

.RadTabStrip_dnn li a.red,
.RadTabStrip_dnn li a.red .wrap,
.RadTabStrip_dnn li a.red .innerWrap
{
	color: red;
}

/* scrolling arrows */

.RadTabStrip_dnn .leftArrow
{
	background-image:url(img/ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_dnn .rightArrow
{
	background-image:url(img/ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}


.RadTabStrip_dnn .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_dnn .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

