/* Begin Root Level */   
.RadMenu_Black .rmRootGroup .rmItem .rmLink
{
    cursor: pointer;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.RadMenu_Black .rmRootGroup .rmItem .rmLink .rmLeftImage
{
    /*padding: 21px 30px 0 30px;*/
    /*padding: 21px 16px 0 16px;*/
    /*padding: 21px 4px 0 4px;*/
    padding: 21px 13px 0 8px;
}

.RadMenu_Black .rmRootGroup .rmItem
{
    background-image: url('./Menu/menu.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    height: 49px;
    width: auto;
    text-align: center;
    margin: 0 auto;
}

.RadMenu_Black .rmRootGroup .rmItem .rmText
{
    /* Text is displayed with images, but we want the text in our source for search engines */
    /* The following line will prevent the text from being displayed, but is still readable for search engines */
    text-indent: -9999em;
    height: 49px;
    background-image: url('Menu/separator.png');
    background-repeat: no-repeat;
    background-position: right -1px;
}

.RadMenu_Black .rmRootGroup .rmLast .rmText
{
    background-image: none;
}

.RadMenu_Black .rmRootGroup .rmItem:hover
{
    background-image: url('./Menu/menu.png');
    background-repeat: repeat-x;
    background-position: 0 -49px;
    height: 49px;
}

.RadMenu_Black .rmRootGroup .rmFirst
{
	background-image: url('./Menu/menu_left.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 110px;
	height: 49px;
}

.RadMenu_Black .rmRootGroup .rmFirst:hover
{
    background-image: url('./Menu/menu_left.png');
	background-repeat: no-repeat;
	background-position: 0 -49px;
	width: 110px;
	height: 49px;
}

.RadMenu_Black .rmRootGroup .rmLast
{
	background-image: url('./Menu/menu_right.png');
	background-repeat: no-repeat;
	background-position: -65px 0;
	padding: 0 30px 0 0;
	width: 110px;
	height: 49px;
}

.RadMenu_Black .rmRootGroup .rmLast:hover
{
	background-image: url('./Menu/menu_right.png');
	background-repeat: no-repeat;
	background-position: -65px -49px;
	padding: 0 30px 0 0;
	width: 110px;
	height: 49px;
}
/* End Root Level */


/* Begin Level 1 */
.RadMenu_Black .rmLevel1 .rmItem
{
    height: 30px;
    line-height: 30px; 
    background-color: #333333;
    background-image: none;
    width: 150px;
}

.RadMenu_Black .rmLevel1 .rmItem:hover
{
    height: 30px;
    width: 150px;
}

.RadMenu_Black .rmLevel1 .rmItem .rmText
{
    text-indent: 0;
    font-size: 11px;
    text-align: left;
    background-image: url('./Menu/arrow.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.RadMenu_Black .rmLevel1 .rmItem .rmText:hover
{
    text-indent: 0;
    font-size: 11px;
    text-align: left;
    background-image: url('./Menu/arrow.png');
    background-repeat: no-repeat;
    background-position: 0 -36px;
}

.RadMenu_Black .rmLevel1 .rmLink
{
    height: 36px;
    background-image: url('./Menu/submenu.png');
    background-position: 0 0;
    border-style: solid;
    border-color: #fff;
    border-width: 0 1px;    
}

.RadMenu_Black .rmLevel1 .rmLink:hover
{
    height: 36px;
    text-decoration: none;
    border-style: solid;
    border-color: #fff;
    border-width: 0 1px;
    background-image: url('./Menu/submenu.png');
    background-position: 0 -36px;
}

.RadMenu_Black .rmLevel1 .rmFirst
{
    padding: 0;
}

.RadMenu_Black .rmLevel1 .rmFirst:hover
{
    padding: 0;
}

.RadMenu_Black .rmLevel1 .rmFirst .rmLink
{
    background-image: url('./Menu/subtop.png');
    background-repeat: repeat-x;
    background-position: 0 -36px;
}

.RadMenu_Black .rmLevel1 .rmFirst .rmLink:hover
{
    background-image: url('./Menu/subtop.png');
    background-repeat: repeat-x;
    background-position: 0 0;
}

.RadMenu_Black .rmLevel1 .rmLast
{
    border-style: solid;
    border-color: #fff;
    border-width: 0 0 0 1px;
    background-image: url('./Menu/subbottom.png');
    background-repeat: no-repeat;
    background-position: right -4px;
    background-color: Transparent;
    height: 36px;
}

.RadMenu_Black .rmLevel1 .rmLast:hover
{
    border-style: solid;
    border-color: #fff;
    border-width: 0 0 0 1px;
    background-image: url('./Menu/subbottom.png');
    background-repeat: no-repeat;
    background-position: right -44px;
    background-color: Transparent;
    height: 36px;
    margin: 0;
    padding: 0;
}

.RadMenu_Black .rmLevel1 .rmLast .rmLink
{
    background: none;
    border: none;   
}

.RadMenu_Black .rmLevel1 .rmLast .rmLink:hover
{
    background: none;
    border: none;
}

.RadMenu .rmLeftImage
{
    margin: 0 !important;
    padding: 0;
}

.RadMenu .rmHorizontal .rmSeparator .rmText,
.RadMenu .rmVertical .rmHorizontal .rmSeparator .rmText
{
    width: 0 !important;
    margin: 0 !important;
}
/* End Level 1 */