/*Applies to the DIV that holds the Menu*/
.RadMenu_109_menuSkin
{
    background: transparent;
    position: relative;
    float: right;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-transform: capitalize;
}


.RadMenu_109_menuSkin .leftImage
{
    padding: 0px;
    margin: 0px;
    _margin-right: -3px;
    _margin-left: -3px;
}
.RadMenu_109_menuSkin .item
{
    /*border:1px solid #FF0000;*/
    padding: 0px;
    margin: 0px;
}

/* applies to the root and sub menu items <a> tag */
.RadMenu_109_menuSkin .link
{
    padding: 0px;
    margin: 0px;
    cursor: pointer !important;
}

/* applies to the root and sub menu rollover state */
.RadMenu_109_menuSkin .link:hover, .RadMenu_109_menuSkin .focused, .RadMenu_109_menuSkin .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_109_menuSkin .text
{
	color: #FF0000;
}*/

/* applies to sub menu <ul> containers */
.RadMenu_109_menuSkin .group
{
    background: trasparent;
    width: 200px;
}

/*applied to text in sub menu items */
.RadMenu_109_menuSkin .group .text
{
    color: #ccc;
    font-family: arial;
}

/* applied to the <a> tag of the sub menu items */
.RadMenu_109_menuSkin .group .link
{
    text-align: left;
    background: #2d2d2d;
    padding: 5px 5px 0px 5px;
    color: #666 !important;
    border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #111;
    border-bottom: 1px solid #2d2d2d;
    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_109_menuSkin .group .leftImage
{
    padding-right: 5px;
}


/* applied to the text IN the <a> tag of sub menu items on rollover */
.RadMenu_109_menuSkin .group .link:hover .text, .RadMenu_109_menuSkin .group .focused .text
{
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=100)!important;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    background-color: Transparent;
    text-decoration:none;
    position:relative;
    z-index:100;
}

/* applied to the <a> tag of the sub menu items on rollover */
.RadMenu_109_menuSkin .group .link:hover, .RadMenu_109_menuSkin .group .focused, .RadMenu_109_menuSkin .group .expanded
{
    text-align: left;
    background-color:#e51837;
    color: #fff !important;
    border-bottom: 1px solid #555;
    border-top: 1px solid #555;
    text-decoration: none;

    position:relative;
    z-index:50;

    
}

.RadMenu_109_menuSkin .expandLeft, .RadMenu_109_menuSkin .expandLeft:hover
{
    background: Transparent url(images/arrow_bullets.gif) right center no-repeat;
}




