﻿/* RadMenu Dnn skin */

.RadMenu_fbco{	
  margin-right:auto;	
	text-align:center;
	padding-left:80px;
	background-color:transparent;
}

.RadMenu_fbco .rmLeftImage{}


.RadMenu_fbco .rmItem{background-color:transparent; padding:0px 1px 0px 1px;}
.RadMenu_fbco .rmLink{
  margin-top:2px;
  padding:0px 10px;
	text-decoration:none;
	font:bold 12px Arial;
	min-width: 44px;
	_width: 44px; /*IE7 HACK*/
	line-height: 25px;
	background: #d3d3d3 url('img/MainItemBackground.jpg') repeat-x; 	/* Grey */
	text-align: center;	
}

.RadMenu_fbco .rmLink:hover,
.RadMenu_fbco .rmExpanded,
.RadMenu_fbco .rmExpanded .rmLink,
.RadMenu_fbco .rmSelected{	
	text-decoration:none;
    background: #0f87bc url('img/MainItemBackground_over.jpg') repeat-x;    /* Blue */    
}

.RadMenu_fbco .rmText{
	color: #6b6f80; /* Grey */	
}

.RadMenu_fbco .rmLink:hover .rmText,
.RadMenu_fbco .rmExpanded .rmText,
.RadMenu_fbco .rmSelected .rmText{
	color: #fff; 	/* White */
	cursor:pointer;
	
}

.RadMenu_fbco .rmExpandDown{
	background:transparent url(img/bottomArrowGrey.png) right center no-repeat;
	padding-right:10px;
}

.RadMenu_fbco .rmExpanded .rmExpandDown, /* Changed Down Arrow to White on Expand */
.RadMenu_fbco .rmSelected .rmExpandDown{
	background:transparent url(img/bottomArrowWhite.png) right center no-repeat;
	padding-right:10px;
}
.RadMenu_fbco .rmExpandRight{
 background:transparent url(img/RightArrowGrey.png) right center no-repeat;
 padding-right:10px;
}

.RadMenu_fbco .rmExpanded .rmExpandRight /* Changed Down Arrow to BLUE on Expand */{
	background:transparent url(img/RightArrowBlue.png) right center no-repeat;
	padding-right:10px;
}

.RadMenu_fbco .rmGroup /* SUB MENU */{
	border:#959485 1px solid;
	background:#e1e1e1 url(img/GroupBackground.png) top repeat-x;
}

.RadMenu_fbco .rmGroup .rmLink/* SUB MENU */{	
	min-width: 159px;
	_width: 159px; /*IE7 HACK*/
	background:transparent;
	line-height: 22px;
	margin-top:3px;
	border:transparent 1px solid;
	text-align: left;	
}

.RadMenu_fbco .rmGroup .rmLink:hover /* SUB MENU */{
	color:#0077b5;
	border-top:#69b2d7 1px solid;
	border-bottom:#69b2d7 1px solid;
	background:transparent url(img/MenuItemBackgroundHover.png) repeat-x;
}

.RadMenu_fbco .rmGroup .rmText{
	color: #272722; /* Black */
	margin:0 10px;
	padding:0 10px;
}


.RadMenu_fbco .rmGroup .rmLink:hover .rmText,
.RadMenu_fbco .rmGroup .rmExpanded .rmText{
	color: #0077b5; 	/* White */
}

.RadMenu_fbco .rmLeftArrow,
.RadMenu_fbco .rmRightArrow,
.RadMenu_fbco .rmTopArrow,
.RadMenu_fbco .rmBottomArrow,
.RadMenu_fbco .rmLeftArrowDisabled,
.RadMenu_fbco .rmRightArrowDisabled,
.RadMenu_fbco .rmTopArrowDisabled,
.RadMenu_fbco .rmBottomArrowDisabled{
	border-left: 1px solid #a9a9a9;
	border-top-color: threedhighlight;
	border-left-color: threedhighlight;
	background: #cbdc68 url('img/left.gif') center center no-repeat;
	width:15px;
}