﻿/* RadMenu Dnn skin */



.RadMenu_fbco{	
  margin-right:auto;	
	text-align:center;
	padding-left:90px;
	background-color:transparent;
}

.rmRootGroup.rmHorizontal > li.rmItem{border-left:solid 1px #555;border-right:solid 1px #555;}


.RadMenu_fbco .rmItem
{
  background-color:transparent; 
  padding:0px 0px 0px 0px;
  border-right:transparent 1px #ccc;
  border-left:transparent 1px #ccc;
}
.RadMenu_fbco .rmLink
{
    
    padding:0 3px 0 10px;
    margin-top:4px;
    padding-top:2px;
	text-decoration:none;
	font:bold 12px Arial;
	min-width: 44px;
	_width: 44px; /*IE7 HACK*/
	_margin-top:4px;
	line-height: 21px;
	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;
}

/*NOT WORKING YET*/
.RadMenu_fbco .rmSeparator{
	background:#ff0000 url(); /* red */
	margin:5px;
	padding:5px;
}

.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:#01699f;
	border:#a6cfe3 1px solid;
	background:transparent url(img/MenuItemBackgroundHover.png) repeat-x;
}

.RadMenu_fbco .rmGroup .rmText{
	color: #272722; /* Black */	
	margin-left:10px;
}

.RadMenu_fbco .rmGroup .rmLink:hover .rmText,
.RadMenu_fbco .rmGroup .rmExpanded .rmText{
	color: #10567a; 	/* Blue */
}

.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;
}

.RadMenu_fbco ul{margin-left:0;}
.RadMenu_fbco ul li{margin-left:0;}

.RadMenu_fbco .rmGroup .rmText{margin-left:0 !important;padding:0 20px !important}
