/* RadMenu Default skin */

.RadMenu_cpw 
{
	padding-left:33px;
	padding-top:28px;
	width: 964px;
}
.RadMenu_cpw .rootgroup .item
{
	padding-right: 2px;
	background-color: #591e08;
}
.separatorClass
{
	padding-top: 3px;
}
.RadMenu_cpw .group .item .link
{
	
}
.RadMenu_cpw .group .item .link:hover
{
	background-color: #C2813C;
}

.RadMenu_cpw .group .link:hover
{

	
}
.separatorClass .text
{
	padding-top:0px;
	padding-left: 0px;
}
.RadMenu_cpw_rtl
{
	text-align: right;
}

.RadMenu_cpw_Context
{
	background: none;
	border: 0;
}

.RadMenu_cpw a
{
	text-decoration: none;
}

.RadMenu_cpw .rootgroup .link
{
	line-height: 15px;
	text-decoration: none;
	color: #FEF3E0;
	position: relative;
	float:left;
}
.RadMenu_cpw .link:hover
{
	line-height: 15px;
	text-decoration: none;
	position: relative;
	float:left;
	color: #ffffff;
	background-color: #C2813C;
	cursor: pointer;
}

.RadMenu_cpw .link:focused,
.RadMenu_cpw .focused
{
	outline: 0;
}

.RadMenu_cpw .expanded
{
	z-index: 10000;
}

.RadMenu_cpw .rootGroup .link:hover,
.RadMenu_cpw .rootGroup .focused,
.RadMenu_cpw .rootGroup .expanded
{
	background-color: #C2813C;
	color: #ffffff;
}

.RadMenu_cpw .link .text
{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	padding-left: 11px;
	padding-right: 11px;
	text-transform: lowercase;
}

.RadMenu_cpw .group
{
	background: #fff;
}

.RadMenu_cpw .group .link
{
	text-decoration: none;
	color: #333;
	background: #fff;
}

.RadMenu_cpw_rtl .group .link
{
	text-align: right;
}

.RadMenu_cpw .group .link:hover,
.RadMenu_cpw .group .focused,
.RadMenu_cpw .group .expanded
{
	color: #fff;
	background: #444;
}

.RadMenu_cpw .text
{
	padding: 4px 0px 5px;
}

.RadMenu_cpw .group .link .text
{
	font-size: 11px;
}


.RadMenu_cpw .vertical .separator .text
{
background: #d4e5eb;
font-size:1px;
padding-top: 2px;
border-left: solid 1px #bfcde3;
border-right: solid 1px #bfcde3;
}


.RadMenu_cpw .slide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_cpw .vertical .slide
{
	margin-left: -20px !important;
}

* html .RadMenu_cpw .horizontal .slide
{
	margin-top: -2px !important;
}

.RadMenu_cpw_rtl .slide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_cpw_rtl .vertical .slide
{
	margin-left: 3px !important;
}

* html .RadMenu_cpw_rtl .horizontal .slide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_cpw .rootGroup .item .disabled:hover
{
	background: none;
}