/* r.a.d.menu Web 2.0 skin */

/* RadMenu Plain skin */

/*container div for menu*/
.RadMenu_Web20 
{
   white-space:normal !important;
	font-size:1.15em;
	font-weight:bold;
	line-height:110%;
}

.RadMenu_Web20_Context
{
	margin:0;
	padding:0;
	background: none;
	border:0;
}
/*root menu link style in <a> tag*/
.RadMenu_Web20 .link,
.RadMenu_Web20 .link:visited
{ 
	color: #535353;
	text-decoration: none;
	width:215px;
}

.RadMenu_Web20 .expanded .text,
.RadMenu_Web20 .link:hover {
  background:#FF8C19 !important;
  color:#FFFFFF !important;
  text-decoration:none !important;
  border:0;
  width:215px !important;
}
.RadMenu_Web20 .expanded .text {  
    width:200px !important;
}

/*root menu text style*/
.RadMenu_Web20 .text
{
	padding: 0 8px;
}

.RadMenu_Web20_rtl .link
{
}
/*Positions level 1 menu around home image*/
#dnn_dnnMENU_RadMenu1_m0 {
	margin-left:15px;
}
#dnn_dnnMENU_RadMenu1_m1 {
	margin-left:45px;
}
#dnn_dnnMENU_RadMenu1_m2 {
	margin-left:60px;
}
#dnn_dnnMENU_RadMenu1_m3 {
	margin-left:50px;
}
#dnn_dnnMENU_RadMenu1_m4 {
	margin-left:20px;
}
#dnn_dnnMENU_RadMenu1_m5 {
	margin-left:-10px;
}


/*submenu container style*/
.RadMenu_Web20 .group
{	
	color: #535353;
	border: 0px;
	background:#DFE2EC;
	width:156px;	
    padding:10px 15px;
	position:relative !important;
	top:16px !important;
	left:-156px !important;
	font-weight:normal;
	margin-bottom:20px !important;	
}
.safari .RadMenu_Web20 .group
{	
	color: #535353;
	border: 0px;
	background:#DFE2EC;
	width:156px !important;	
    padding:10px 15px;
	position:relative !important;
	top:16px !important;
	font-weight:normal;
	margin-bottom:20px !important;	
	left:-155px !important;
}
.ie6 .RadMenu_Web20 .group
{	
	color: #535353;
	border: 0px;
	background:#DFE2EC;
	width:126px !important;	
    padding:10px 15px;
	position:relative !important;
	top:16px !important;
	font-weight:normal;
	margin-bottom:20px !important;	
	left:-155px !important;
}


/*submenu link style in <a> tag*/

.RadMenu_Web20 .group .link
{
	padding:2px 0; 
	background:none;
	text-align:left;
	margin:2px 0;
	width:140px !important;
}
.RadMenu_Web20 .group .text
{
	font-size:8pt;
	width:140px;	
	line-height:100%;
}

.RadMenu_Web20_rtl .group .link
{
}

.RadMenu_Web20 .group .link:hover,
.RadMenu_Web20 .group .focused,
.RadMenu_Web20 .group .expanded
{
	color: #FF8C19 !important;
	text-decoration:underline !important;
    background:none !important;
    width:155px !important;
}

.RadMenu_Web20 .leftArrow,
.RadMenu_Web20 .rightArrow,
.RadMenu_Web20 .topArrow,
.RadMenu_Web20 .bottomArrow,
.RadMenu_Web20 .leftArrowDisabled,
.RadMenu_Web20 .rightArrowDisabled,
.RadMenu_Web20 .topArrowDisabled,
.RadMenu_Web20 .bottomArrowDisabled
{
}

.RadMenu_Web20 .topArrow,
.RadMenu_Web20 .topArrowDisabled
{

}

.RadMenu_Web20 .bottomArrow,
.RadMenu_Web20 .bottomArrowDisabled
{

}

.RadMenu_Web20 .rightArrow,
.RadMenu_Web20 .leftArrow
{

}

.RadMenu_Web20 .rightArrow,
.RadMenu_Web20 .rightArrowDisabled
{
}

.RadMenu_Web20 .vertical .separator .text
{

}
/*arrows to show all the time - not just on hover*/
.RadMenu_Web20 .level1 .expandLeft,
.RadMenu_Web20 level1 .expandRight
{
}

.RadMenu_Web20 .expandLeft,
.RadMenu_Web20 .expandRight
{

}

.RadMenu_Web20_rtl .expandLeft,
.RadMenu_Web20_rtl .expandRight
{
	
}
/* style that shows arrow upon hover*/
.RadMenu_Web20 .link:hover .expandLeft,
.RadMenu_Web20 .link:hover .expandRight,
.RadMenu_Web20 .focused .expandLeft,
.RadMenu_Web20 .focused .expandRight,
.RadMenu_Web20 .expanded .expandLeft,
.RadMenu_Web20 .expanded .expandRight
{

}

.RadMenu_Web20_rtl .link:hover .expandLeft,
.RadMenu_Web20_rtl .link:hover .expandRight,
.RadMenu_Web20_rtl .focused .expandLeft,
.RadMenu_Web20_rtl .focused .expandRight,
.RadMenu_Web20_rtl .expanded .expandLeft,
.RadMenu_Web20_rtl .expanded .expandRight
{
}
