/* RadMenu Plain skin */

.RadMenu_Menu 
{
	background:url(img/nav_bar.jpg) repeat-x;
	z-index: 100 !important;		
	
}

.RadMenu_Menu_Context
{
	background: none;
	border:0;
}

.RadMenu_SitefinityBlueBlue .rmLink,
.RadMenu_SitefinityBlueBlue .rmTemplate .rmText
{
	line-height: 20px;
	text-decoration:none !important;
	color: #fff;
	background: #222222;	
}

.RadMenu_SitefinityBlue .rmTemplate .rmText:hover,
.RadMenu_Menu .rmLink:hover,
.RadMenu_Menu .rmFocused,
.RadMenu_Menu .rmExpanded
{
	color: #fff !important;
	background: #888888;		
}

.RadMenu_Menu .rmText
{
	padding: 3px 16px 2px 16px;	
	font-size: 11px;
	font-family: Tahoma,Georgia, Verdana;
  

}

.RadMenu_Menu_rtl .rmText
{
	padding-right: 10px;	
	padding-left: 36px;
}


.RadMenu_Menu .rmGroup
{
	border: solid 1px #d7d7d7;	
	background: #E1E1E1;
	border-left:none !important;
}

.RadMenu_Menu .rmGroup .rmLink,
.RadMenu_Menu .rmGroup .rmTemplate .rmText
{
	background: none;		
	text-align: left;	
}

.RadMenu_Menu_rtl .rmGroup .rmTemplate .rmText,
.RadMenu_Menu_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_Menu .rmGroup .rmTemplate .rmText:hover,
.RadMenu_Menu .rmGroup .rmLink:hover,
.RadMenu_Menu .rmGroup .rmFocused,
.RadMenu_Menu .rmGroup .rmExpanded
{
	background:url(img/nav_bar.jpg) repeat-x;
	color: #fff;	
	font-weight: normal;	
}

.RadMenu_Menu .rmLeftArrow,
.RadMenu_Menu .rmRightArrow,
.RadMenu_Menu .rmTopArrow,
.RadMenu_Menu .rmBottomArrow,
.RadMenu_Menu .rmLeftArrowDisabled,
.RadMenu_Menu .rmRightArrowDisabled,
.RadMenu_Menu .rmTopArrowDisabled,
.RadMenu_Menu .rmBottomArrowDisabled
{
	background: #ededed url('Menu/img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Menu .rmTopArrow,
.RadMenu_Menu .rmTopArrowDisabled
{
	background-image:url('Menu/img/top.gif');
	width:100%;
}

.RadMenu_Menu .rmBottomArrow,
.RadMenu_Menu .rmBottomArrowDisabled
{
	background-image:url('Menu/img/bottom.gif');
	width:100%;
}

.RadMenu_Menu .rmRightArrow,
.RadMenu_Menu .rmLeftArrow
{
	height:100%;
}

.RadMenu_Menu .rmRightArrow,
.RadMenu_Menu .rmRightArrowDisabled
{
	background-image: url('Menu/img/right.gif');
}

.RadMenu_Menu .rmVertical .rmSeparator
{
	padding: 0;
	background: #ccc;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.RadMenu_Menu .rmExpandLeft,
.RadMenu_Menu .rmExpandRight
{
	background: transparent url('Menu/img/groupImage.gif') right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Menu_rtl .rmExpandLeft,
.RadMenu_Menu_rtl .rmExpandRight
{
	background: url('Menu/img/groupImageRTL.gif') left center no-repeat;
}

.RadMenu_Menu .rmLink:hover .rmExpandLeft,
.RadMenu_Menu .rmLink:hover .rmExpandRight,
.RadMenu_Menu .rmFocused .rmExpandLeft,
.RadMenu_Menu .rmFocused .rmExpandRight,
.RadMenu_Menu .rmExpanded .rmExpandLeft,
.RadMenu_Menu .rmExpanded .rmExpandRight
{
	background:transparent url('Menu/img/invertedGroupImage.gif') right center no-repeat;
}

.RadMenu_Menu_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_Menu_rtl .rmLink:hover .rmExpandRight,
.RadMenu_Menu_rtl .rmFocused .rmExpandLeft,
.RadMenu_Menu_rtl .rmFocused .rmExpandRight,
.RadMenu_Menu_rtl .rmExpanded .rmExpandLeft,
.RadMenu_Menu_rtl .rmExpanded .rmExpandRight
{
	background:transparent url('Menu/img/groupImageRTL.gif') left center no-repeat;
}

.RadMenu_Menu a.rmDisabled,  
.RadMenu_Menu .rmDisabled:hover  
{  
    background: none;  
    color: #ccc;  
}  

/*New Additions */
/*IE6 hack for making top Navigation work*/
*html .rmLink
{
    text-decoration:none;
    color:Black;
	/*border-left:inset 1px #C3C3C3;*/
	height:auto !important;
}
.rmLink
{
    text-decoration:none;
    color:Black;
	/*border-left:inset 1px #C3C3C3;*/
	height:23px;
	
}
.RadMenu_Menu .rmGroup
{
	border-left:0px !important;
	
}
.RadMenu
{
    float:right!important;
    height:21px;
}

.rmSlide .rmLink
{
   
    border-left:1px solid #888888;
    border-right:1px solid #888888;
    
}
.rmSlide .rmItem
{
    border-bottom:1px solid #c3c3c3;
}
.rmSlide .rmItem:hover
{
    color:#000 !important;
}
.rmSlide li.rmItem a.rmLink
{
    display:inline-block;
}
.rmSlide .rmItem .rmLink
{
   color:#000 !important;
   
}
.rmSlide .rmItem .rmFocused 
{
    color:#fff !important;
}
.rmSlide .rmLevel1 .rmItem .rmLink .rmText:hover
{
    color:#fff !important;
    cursor:pointer;
}
.RadMenu .rmSeparator, .RadMenu .rmSeparator:after
{
    width:2px;
}
.rmLink:hover
{
    text-decoration:none;
}
