.RadTabStrip_dnn
{
	font: 12px arial, sans-serif;
	height: 40px;
}


.RadTabStrip_dnn .level1 li a
{
	background: transparent;
	color: #c17f13;
	line-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: times new roman;
	letter-spacing: 1px;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

.RadTabStrip_dnn .level1 li.last a,
.RadTabStrip_dnn .level1 li.break a
{
	margin-right:0;
}

.RadTabStrip_dnn .level1 li a .wrap
{
	line-height: 40px;
	background: transparent;
}


.RadTabStrip_dnn .level1 li a:hover
{
	background: transparent;
	line-height: 40px;
	color: #edc075;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: times new roman;
	letter-spacing: 1px;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

.RadTabStrip_dnn .level1 li a .innerWrap
{
	line-height: 40px;
	background: transparent;
	}

.RadTabStrip_dnn .level1 li a.selected 
{
	text-decoration: none;
	color: #ffffff !important;
	font-size: 14px;
	line-height: 40px;
	background: transparent;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	font-family: times new roman;
	letter-spacing: 1px;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
}

.RadTabStrip_dnn .level1 li a.selected:hover
{
	text-decoration: none;
	color: #edc075;
	font-size: 14px;
	line-height: 40px;
	background: transparent;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	font-family: times new roman;
	letter-spacing: 1px;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
}


.RadTabStrip_dnn .level1 li a.selected .wrap
{
	line-height: 40px;
	background: transparent;
	}


.RadTabStrip_dnn .level1 li a.selected .innerWrap 
{
	line-height: 40px;
	background: transparent;
}


.RadTabStrip_dnn .level2 ul
{
	background: transparent;
	line-height: 32px;
	vertical-align: middle;
	
}

.RadTabStrip_dnn .level2 li a
{
	color: #edc075;
	background: transparent;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 9px;
	text-transform: uppercase;
}

.RadTabStrip_dnn .level2 li a:hover
{
	color: #ca8602;
	background: transparent;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 9px;
	text-transform: uppercase;
}

 .RadTabStrip_dnn .level2 li a.selected,  .RadTabStrip_dnn .level2 li a.selected:hover
{
	text-decoration: none;
	font-weight: bold;
	background: url(img/subnavbg.gif) repeat-x transparent center top;
	color: white;
	font-family: arial;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 9px;
	text-transform: uppercase;
}

.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;
}


