/*Applies to the DIV that holds the Menu*/
.RadMenu_bank_menu
{
    background: transparent;
    position: relative;
    float: right;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-transform: capitalize;
}


.RadMenu_bank_menu .leftImage
{
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.RadMenu_bank_menu .item
{
    /*border:1px solid #FF0000;*/
    padding: 0px;
    margin: 0px;
}

/* applies to the root and sub menu items <a> tag */
.RadMenu_bank_menu .link
{
    padding: 0px;
    margin: 0px;
    cursor: pointer !important;
}


/* applies to the root menu items - padding added */
.RadMenu_bank_menu .rootGroup .item {margin:0px 22px 0px 0px;}

.RadMenu_bank_menu .rootGroup .first {padding-left:15px;}

.RadMenu_bank_menu .group .first {padding-left:0px !important;}

/* applies to the root and sub menu rollover state */
.RadMenu_bank_menu .link:hover, .RadMenu_bank_menu .focused, .RadMenu_bank_menu .expanded
{
    padding: 0px;
    margin: 0px;
    cursor: hand;
    cursor: pointer;
}

/* applies to root item text */
/* because unilink main menu doesn't have text and uses only images, this style is not needed */
/*.RadMenu_bank_menu .text
{
	color: #FF0000;
}*/

/* applies to sub menu <ul> containers */
.RadMenu_bank_menu .group
{
    background: trasparent;
    width: 200px;
    
}

/*applied to text in sub menu items */
.RadMenu_bank_menu .group .text
{
    /*color: #ccc;*/
    color: #666666;
    font-family: verdana, arial !important;
}

/* applied to the <a> tag of the sub menu items */
.RadMenu_bank_menu .group .link
{
    text-align: left;
    background-color: #fff;
    padding: 5px 5px 0px 5px;
    color: #666 !important;
    border-bottom: 1px solid #ededee;
    min-width: 120px;
    height: 20px; 
    /*filter: alpha(opacity=95);
    opacity: 0.95;
    -moz-opacity: 0.95;*/
}

/*applies to the image that appears on the left of sub menus, the icons */
.RadMenu_bank_menu .group .leftImage
{
    padding-right: 5px;
}


/* applied to the <a> tag of the sub menu items on rollover */
.RadMenu_bank_menu .group .link:hover, .RadMenu_bank_menu .group .focused, .RadMenu_bank_menu .group .expanded
{
    text-align: left;
    background-color:#ededee !important;
    color: #666 !important;
    border-bottom: 1px solid #ededee;
    text-decoration: none !important;
    z-index:50;#
    _padding-left:5px;
    _padding-top:5px;
    _width: 173px !important;
    _height: 20px; 
 
}


/* applied to the text IN the <a> tag of sub menu items on rollover */
.RadMenu_bank_menu .group .link:hover .text, .RadMenu_bank_menu .group .focused .text
{
    color: #666;
    text-decoration: none !important;
    background-color: transparent;
    text-decoration:none !important;
    position:relative;
    z-index:100;
}


.RadMenu_bank_menu .expandLeft, .RadMenu_bank_menu .expandLeft:hover
{
    background: Transparent url(images/arrow_bullets.gif) right center no-repeat;
}

.RadMenu_bank_menu .slide
{
    margin-top:1px;
    
}

