﻿.MenuWrapper
{
    margin-top:16px;
    width:940px;
    height:57px;
    border:1px solid black;
        background: url(Layout/Images/MenuBG.jpg) no-repeat center center ;

}
.MenuInner
{
    top:-210px;
    width:940px;
    height:57px;
    background-color:black;
    opacity:0.35;
    filter:alpha(opacity=35);
    z-index:0;
}
.MenuBack
{
    position:relative;
    top:-158px;
}

.MenuItems
{
    margin-top:11px;
    padding-left:30px;
}

/* root menu item */
.RadMenu_Default 
{
    width:910px;
}
.RadMenu_Default .rmRootGroup .rmLink  
{
    
    text-decoration:none;
    cursor:pointer;
    color:white;
    font-weight:bold;
    text-transform:uppercase;
    font-size:12px;
    width:93px;
    height:42px;
    margin-right:38px;
    margin-top:-5px;
    /*background: url(Layout/Images/menuItemBG.jpg) no-repeat center center;*/

}
/* root menu item hover */
.RadMenu_Default .rmRootGroup .rmLink:hover
{
    
   background: url(Layout/Images/MenuItem_On.png) no-repeat center center;
   margin-top:-5px;
}

/* menu item text */
.RadMenu_Default .rmText
{
    padding-top:15px;
}

/* root item focused */
.RadMenu_Default .rmRootGroup .rmFocused
{
    
background: url(Layout/Images/MenuItem_On.png) no-repeat center center;
margin-top:-5px;
}

.focused
{
   
    background: url(Layout/Images/MenuItem_On.png) no-repeat center center;
}

.RadMenu_Default .rmRootGroup .rmFocused:hover
{
     
background: url(Layout/Images/MenuItem_On.png) no-repeat center center;
margin-top:-5px;
}
.RadMenu_Default .rmGroup .rmLink 
{
     
    width:auto;
    text-transform:capitalize;
    font-weight:normal;
    padding-left:23px;
    padding-right: 15px;
    text-align:left;
    margin-top:5px;
    background:black;
    border:1px solid #3f3f3f;
    opacity:0.95;
    filter:alpha(opacity=95);
    margin-right:5px;
   /* visibility:hidden;*/
   
}
.RadMenu_Default .rmGroup .rmLink:hover
{
    margin-top:5px;
    background:#1f224e;
}
.RadMenu_Default .rmGroup .rmFocused
{
    background:#1f224e;
}
.RadMenu_Default .rmGroup .rmFocused:hover
{
  background:#535787;  
}

/* <expand arrows styling> */

.RadMenu_Default .rmGroup .rmLink .rmExpandRight {
	background: url(Images/Menu/ArrowExpand.gif) no-repeat right 3px ;
	padding-right:14px;

	}
.RadMenu_Default .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Default .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Default .rmGroup .rmExpanded .rmExpandRight {
	background: url(Images/Menu/ArrowExpandHovered.gif) no-repeat right 3px;
	}

/* </expand arrows styling> */