/* RadMenu Dnn skin */

.RadMenu_Dnn 
{
	background: transparent;
    position: relative;
	top: 0px;
	font-family: times new roman;
	font-size: 12px;
}

.RadMenu_Dnn .link
{
    text-decoration: none;
	color: #c4c88e;
	font-size: 12px;
	line-height: 36px;
	background: transparent;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	font-family: times new roman;
	padding: 0 0 0 0;
	text-transform: uppercase;
}


.RadMenu_Dnn .link:hover,
.RadMenu_Dnn .focused,
.RadMenu_Dnn .expanded
{
	text-decoration: none;
	color: #8ca763;
	font-size: 12px;
	line-height: 36px;
	background: transparent;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	font-family: times new roman;
	padding: 0 0 0 0;
	text-transform: uppercase;
}

.RadMenu_Dnn .selectedpath,
{
	text-decoration: none;
	color: #ffffff !important;
	background: transparent;
	font-size: 12px;
	line-height: 36px;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	font-family: times new roman;
	text-transform: uppercase;
	padding: 0 0 0 0;
}

.RadMenu_Dnn .selectedpath .text, 
.RadMenu_Dnn .selectedpath .link .text {
	text-decoration: none;
	color: #ffffff !important;
	font-size: 12px;
	font-family: times new roman;
	text-transform: uppercase;
}



.RadMenu_Dnn .link .text
{
	color: #c4c88e;
	font-size: 12px;
	text-decoration: none;
	font-family: times new roman;
	text-transform: uppercase;
}

.RadMenu_Dnn .text
{
	color: #c4c88e;
	font-size: 12px;
	text-decoration: none;
	font-family: times new roman;
	text-transform: uppercase;
}




.RadMenu_Dnn .link:hover .text, 
.RadMenu_Dnn .focused .text,
.RadMenu_Dnn .expanded .text

{
	color: #8ca763;
	text-decoration: none;
	font-family: times new roman;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}


.RadMenu_Dnn .group
{
	border: solid 2px #38612f;
	background: #c4c88e;
}

.RadMenu_Dnn .group .text
{
	color: #294720;
	padding-left: 5px;
	text-decoration: none;
	font-family: times new roman;
	font-weight: bold;
	font-size: 12px;
}      

.RadMenu_Dnn .group .link
{
	margin-top:3px;
	margin-bottom: 3px;
	background: #c4c88e;
	width: 200px;
	line-height: 16px;
	text-align: left;
	padding-right: 10px;
	text-decoration: none;
	
}



.RadMenu_Dnn .group .link .text 
{
	color: #294720;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	font-family: times new roman;
	font-size: 12px;
}

.RadMenu_Dnn .group .link:hover .text, 
.RadMenu_Dnn .group .focused .text 
{
	color: #6f2122;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	font-family: times new roman;
	font-size: 12px;
}

.RadMenu_Dnn .group .link:hover,
.RadMenu_Dnn .group .focused,
.RadMenu_Dnn .group .expanded
{
	background: #c4c88e;
	width: 200px;
	line-height: 16px;
	text-align: left;
	border: 0px;
	margin-top:3px;
	margin-bottom: 3px;
	text-decoration: none;
	font-family: times new roman;
}

.RadMenu_Dnn .leftArrow,
.RadMenu_Dnn .rightArrow,
.RadMenu_Dnn .topArrow,
.RadMenu_Dnn .bottomArrow,
.RadMenu_Dnn .leftArrowDisabled,
.RadMenu_Dnn .rightArrowDisabled,
.RadMenu_Dnn .topArrowDisabled,
.RadMenu_Dnn .bottomArrowDisabled
{
	border-left: 0;
	border-top-color: threedhighlight;
	border-left-color: threedhighlight;
	background: transparent url(img/Separator.gif) no-repeat center bottom;  
	width:15px;
}

.RadMenu_Dnn .topArrow,
.RadMenu_Dnn .topArrowDisabled
{
	background-image: none;
	width: 100%;
}

.RadMenu_Dnn .bottomArrow,
.RadMenu_Dnn .bottomArrowDisabled
{
	background-image: none;
	width: 100%;
}

.RadMenu_Dnn .rightArrow,
.RadMenu_Dnn .leftArrow
{
	height:100%;
}

.RadMenu_Dnn .rightArrow,
.RadMenu_Dnn .rightArrowDisabled
{
	background-image: url('img/Separator.gif');
}

.RadMenu_Dnn .vertical .separator .text
{
	padding-top: 0px;
	background: transparent;
	font-size: 1px;
}

.RadMenu_Dnn .expandLeft,
.RadMenu_Dnn .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Dnn_rtl .expandLeft,
.RadMenu_Dnn_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	margin-left: 8px;
}

/* right to left */
.RadMenu_Dnn_rtl .group .link:hover .expandLeft,
.RadMenu_Dnn_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	margin-left: 8px;
}

.RadMenu_Dnn .link:hover .expandLeft,
.RadMenu_Dnn .link:hover .expandRight,
.RadMenu_Dnn .focused .expandLeft,
.RadMenu_Dnn .focused .expandRight,
.RadMenu_Dnn .expanded .expandLeft,
.RadMenu_Dnn .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}


