
/* RadMenu BottomMenu skin */

.RadMenu_BottomMenu

.RadMenu_BottomMenu_Context
{
	background: none;
}

.RadMenu_BottomMenu .link
{
	text-decoration: none;
}


.RadMenu_BottomMenu .link .text
{
	padding-left: 5px;
	padding-right: 8px;
	font-size: 8pt;
	color: #005da4;
	font-family: Arial;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
	background-position: right center;
	background-image: url(img/ParentItemICON.jpg);
	background-repeat: no-repeat;
}

.RadMenu_BottomMenu .link:hover, .RadMenu_BottomMenu .focused, .RadMenu_BottomMenu .expanded
{
	cursor: pointer;
}

.RadMenu_BottomMenu .link:hover .text, .RadMenu_BottomMenu .focused .text, .RadMenu_BottomMenu .expanded .text
{
	color: black;
}

.RadMenu_BottomMenu .rootGroup .disabled:hover .RadMenu_BottomMenu .rootGroup .disabled:hover .text .RadMenu_BottomMenu .text .RadMenu_BottomMenu .group
{
	border-right: #b81d15 1px solid;
	border-top: #b6e0f8 1px solid;
	border-left: #b6e0f8 1px solid;
	border-bottom: #b81d15 1px;
}

.RadMenu_BottomMenu .group .link
{
	text-decoration: none;
	text-align: left;	
	padding-left: 10px;
}

.RadMenu_BottomMenu .group .text
{
	background-color: #def3fb;
	padding-left: 12px;
	padding-right: 25px;
	text-transform: none;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 8pt;
	text-align: left;
	font-family: Arial;
	background-position: 5px center;
	background-image: url(img/ChildItemICON.jpg);
	background-repeat: no-repeat;
	border-right: #b6e0f8 1px solid;
	border-top: #b6e0f8 1px solid;
	border-left: #b6e0f8 1px solid;
	border-bottom: #b81d15 1px;
}



.RadMenu_BottomMenu .group .link:hover, .RadMenu_BottomMenu .group .focused, .RadMenu_BottomMenu .group .expanded
{		
	cursor: pointer;
}

.RadMenu_BottomMenu .group .link:hover .text, .RadMenu_BottomMenu .group .focused .text, .RadMenu_BottomMenu .group .expanded .text
{
	background-color: #0064b1;
	color: white;
	background-position: 5px center;
	background-image: url(img/ChildItemICONonMouse.jpg);
	background-repeat: no-repeat;
}

.RadMenu_BottomMenu .leftArrow,
.RadMenu_BottomMenu .rightArrow,
.RadMenu_BottomMenu .topArrow,
.RadMenu_BottomMenu .bottomArrow,
.RadMenu_BottomMenu .leftArrowDisabled,
.RadMenu_BottomMenu .rightArrowDisabled,
.RadMenu_BottomMenu .topArrowDisabled,
.RadMenu_BottomMenu .bottomArrowDisabled
{
	width:15px;
}

.RadMenu_BottomMenu .topArrow,
.RadMenu_BottomMenu .topArrowDisabled
{
	width: 100%;
}

.RadMenu_BottomMenu .bottomArrow,
.RadMenu_BottomMenu .bottomArrowDisabled
{
	width: 100%;
}

.RadMenu_BottomMenu .rightArrow,
.RadMenu_BottomMenu .leftArrow
{
	height:100%;
}

.RadMenu_BottomMenu .rightArrow,
.RadMenu_BottomMenu .rightArrowDisabled


.RadMenu_BottomMenu .vertical .separator .text
{
	background: #d4e5eb;
	font-size:1px;
	padding-top: 1px;
	border-left: solid 1px #b81d15;
	border-right: solid 1px #b81d15;
}


.RadMenu_BottomMenu .expandLeft,
.RadMenu_BottomMenu .expandRight
{
	margin: 0px;
}
.RadMenu_BottomMenu_rtl .group .link:hover .expandLeft,
.RadMenu_BottomMenu_rtl .group .link:hover .expandRight
{
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_BottomMenu_rtl .expandLeft,
.RadMenu_BottomMenu_rtl .expandRight

.RadMenu_BottomMenu .link:hover .expandLeft,
.RadMenu_BottomMenu .link:hover .expandRight,
.RadMenu_BottomMenu .focused .expandLeft,
.RadMenu_BottomMenu .focused .expandRight,
.RadMenu_BottomMenu .expanded .expandLeft,
.RadMenu_BottomMenu .expanded .expandRight