/* RadMenu East Point Systems skin */

.RadMenu_EPSBlue 
{
	z-index: 100 !important;		
	font-family:arial, verdana, sans-serif;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	line-height: 36px;
	padding: 0 0 0 13px;
}

.RadMenu_EPSBlue .rmText
{
    padding:0 25px 0 15px !important;
    cursor:pointer;
}

.RadMenu_EPSBlue .rmLink:hover,
.RadMenu_EPSBlue .rmExpanded
{  
    background: transparent url(img/button.gif) top left no-repeat;  
} 

.RadMenu_EPSBlue .rmFocused
{
    color: #bbb;
    text-decoration: none;
}

.RadMenu_EPSBlue .level1 .rmText
{
    color: #fff;
    text-decoration: none;
}

.RadMenu_EPSBlue .rmFocused .rmText
{
    /*color: #fff;*/
    text-decoration: none;
}

.RadMenu_EPSBlue .rmExpanded .rmText,
.RadMenu_EPSBlue .rmLink:hover .rmText
{  
    color: #fff;
    text-decoration:none; 
    background:transparent url(img/button.gif) top right no-repeat; 
    /*display: inline-block;*/
} 

.RadMenu_EPSBlue .rmExpanded .rmItem,
.RadMenu_EPSBlue .rmExpanded .rmItem:hover
{  
    /*background:transparent url(img/button_arrow.gif) top right no-repeat; */
    background:transparent url(img/button_arrow.gif) top right no-repeat;
} 


.RadMenu_EPSBlue .rmExpanded .rmText,
.RadMenu_EPSBlue .rmExpanded .rmText:hover
{  
    /*background:transparent url(img/button_arrow.gif) top right no-repeat; */
    background:transparent url(img/button_arrow.gif) top right no-repeat;
    /*color: #fff;*/
} 

/* top-level menu item without focus */
.RadMenu_EPSBlue .rmLink
{
    color: #bbb;
    text-decoration: none;
}

* html .RadMenu_EPSBlue .rmLink:hover .rmText,
* html .RadMenu_EPSBlue .rmFocused .rmText,
* html .RadMenu_EPSBlue .rmExpanded .rmText
{
    display: inline-block;
}

.RadMenu_EPSBlue li li .rmLink:hover .rmText, 
/*.RadMenu_EPSBlue li li .rmFocused .rmText, ***** LEAVE THIS OUT! ******/
.RadMenu_EPSBlue li li .rmExpanded .rmText 
{ 
    background-image:none; 
}

.RadMenu_EPSBlue .rmGroup .rmLink,
.RadMenu_EPSBlue .rmGroup .rmTemplate .rmText
{
    background-image:none;        
    text-align: left;    
}


/* Group */
.RadMenu_EPSBlue .rmGroup
{
    border: solid 1px #4ab;
    /*background:transparent url('img/groupImage.gif') right center no-repeat;*/
}

/* Group Items */
.RadMenu_EPSBlue .rmGroup .rmLink
{
    background-color: #fff;
    text-align: left;
	text-decoration: none;
	font-weight:normal;
	color: #000;
	line-height: 18px;
	/*padding-left: 2px;*/
	border: solid 2px #fff;	
}

.RadMenu_EPSBlue .rmGroup .rmLink:hover
{
    color: #fff;
    background-color:#4ab;
}

.RadMenu_EPSBlue .rmGroup .rmFocused
{
    /*font-size: 9px;*/
    /*background:transparent url('img/groupImage.gif') right center no-repeat;*/
}

.RadMenu_EPSBlue .rmFocused .rmLink
{
    background:transparent url('img/invertedGroupImage.gif') right center no-repeat;
}

.RadMenu_EPSBlue .rmGroup .rmExpanded
{
	color: #fff;
	font-weight: normal;
	border: solid 2px #fff;
    background:#4ab url('img/invertedGroupImage.gif') right center no-repeat;
}

.RadMenu_EPSBlue .rmRootGroup .rmItem .rmGroup 
{
    padding-bottom: 0px !important;
}

/* Mouseover sub menu items */
.RadMenu_EPSBlue .rmGroup .rmTemplate .rmText:hover
{
	background-color: #4ab;
}

.RadMenu_EPSBlue .rmLeftArrow,
.RadMenu_EPSBlue .rmRightArrow,
.RadMenu_EPSBlue .rmTopArrow,
.RadMenu_EPSBlue .rmBottomArrow,
.RadMenu_EPSBlue .rmLeftArrowDisabled,
.RadMenu_EPSBlue .rmRightArrowDisabled,
.RadMenu_EPSBlue .rmTopArrowDisabled,
.RadMenu_EPSBlue .rmBottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
}

.RadMenu_EPSBlue .rmRightArrow,
.RadMenu_EPSBlue .rmLeftArrow
{
	height:100%;
}

/*.RadMenu_EPSBlue .rmRightArrow,
.RadMenu_EPSBlue .rmRightArrowDisabled
{
	background-image: url('img/right.gif');
	color: Orange;
}*/


.RadMenu_EPSBlue .rmExpandDown
{
     background:transparent url(img/down.gif) top right no-repeat; 
}

/* Submenu with children (shows right arrow) non-hovering */
/*.RadMenu_EPSBlue .rmExpandLeft,*/
.RadMenu_EPSBlue .rmFocused .rmExpandRight,
.RadMenu_EPSBlue .rmExpandRight
{
	background: transparent url('img/groupImage.gif') right center no-repeat;
}

.RadMenu_EPSBlue .rmExpandRight:hover
{
	/*background:transparent url('img/invertedGroupImage.gif') right center no-repeat;*/
}

/* Submenu with children (shows right arrow) hovering */
.RadMenu_EPSBlue .rmLink:hover .rmExpandLeft,
.RadMenu_EPSBlue .rmLink:hover .rmExpandRight,
.RadMenu_EPSBlue .rmFocused .rmExpandLeft,
.RadMenu_EPSBlue .rmFocused .rmExpandRight
{
	background:transparent url('img/groupImage.gif') right center no-repeat;
}


.RadMenu_EPSBlue a.rmDisabled,  
.RadMenu_EPSBlue .rmDisabled:hover  
{  
    background: none; 
    color:Aqua; 
    /*color: #ccc;  */
}  
