﻿/* r.a.d.menu SnapIn skin */

.RadMenu_MasterMenu
{
	z-index:10;
}

.RadMenu_MasterMenu a:hover
{
    text-decoration: none;
}

.RadMenu_MasterMenu_Context
{
	z-index:10;
}

.RadMenu_MasterMenu .link
{
	margin: 0;
	width: 283px;
	height: 71px;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-y;
	color: #000000;
	text-decoration: none;
	border-bottom: Solid 1px #FFE1BA;
	overflow: hidden;
}

.RadMenu_MasterMenu .last .link
{
    /*border-bottom: none;*/
}

.RadMenu_MasterMenu .link:hover,
.RadMenu_MasterMenu .focused,
.RadMenu_MasterMenu .expanded
{
    background-image: url(images/menu-hover.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
}

.RadMenu_MasterMenu .text
{
	padding: 25px 23px 0 45px;
	color: #FFFFFF;
	font-size: 13pt;
	font-weight: bold;
	font-family: Arial, Verdana;
}

.RadMenu_MasterMenu .level1 .link
{
    height: 30px;
    background-image: none;
    background-color: #C41130;
    border-right: none;
    border-bottom: Solid 1px #FEEACD;
    width: 150px;
    text-align: center;
}

.RadMenu_MasterMenu .level1 .last .link 
{
    border-bottom: none;
}

.RadMenu_MasterMenu .level1 .link:hover,
.RadMenu_MasterMenu .level1 .focused,
.RadMenu_MasterMenu .level1 .expanded 
{
    background-image: none;
    background-color: #5F6062;
    color: #000000;
}

.RadMenu_MasterMenu .level1 .text
{
    font-weight: normal;
    padding: 5px 0 0 0;
}

.RadMenu_MasterMenu .group
{
}

.RadMenu_MasterMenu .group .link
{
}

.RadMenu_MasterMenu .group .link:hover,
.RadMenu_MasterMenu .group .focused,
.RadMenu_MasterMenu .group .expanded
{
}


.RadMenu_MasterMenu .vertical .separator .text
{
}

.RadMenu_MasterMenu .leftArrow,
.RadMenu_MasterMenu .rightArrow,
.RadMenu_MasterMenu .topArrow,
.RadMenu_MasterMenu .bottomArrow,
.RadMenu_MasterMenu .leftArrowDisabled,
.RadMenu_MasterMenu .rightArrowDisabled,
.RadMenu_MasterMenu .topArrowDisabled,
.RadMenu_MasterMenu .bottomArrowDisabled
{
}

.RadMenu_MasterMenu .topArrow,
.RadMenu_MasterMenu .topArrowDisabled
{
}

.RadMenu_MasterMenu .bottomArrow,
.RadMenu_MasterMenu .bottomArrowDisabled
{
}

.RadMenu_MasterMenu .rightArrow,
.RadMenu_MasterMenu .leftArrow
{
}

.RadMenu_MasterMenu .rightArrow,
.RadMenu_MasterMenu .rightArrowDisabled
{
}


.RadMenu_MasterMenu .expandLeft,
.RadMenu_MasterMenu .expandRight
{
}

.RadMenu_MasterMenu .link:hover .expandLeft,
.RadMenu_MasterMenu .link:hover .expandRight,
.RadMenu_MasterMenu .focused .expandLeft,
.RadMenu_MasterMenu .focused .expandRight,
.RadMenu_MasterMenu .expanded .expandLeft,
.RadMenu_MasterMenu .expanded .expandRight
{
}
