div.RadMenu_Mcl {
/*	text-align: left !important;*/
	float: right;
}

div.RadMenu_Mcl ul li {
	font-size: 1em !important;
}

.RadMenu_Mcl .rmLink, .RadMenu_Mcl .rmLink:visited
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div.RadMenu_Mcl ul.rmHorizontal
{
	padding: 0;
	line-height: 25px;
	/*background-image: url('img/main-menu-divider.gif');*/
	background-position: left 0;
	background-repeat: no-repeat;	
}

div.RadMenu_Mcl ul.rmHorizontal .rmLink, div.RadMenu_Mcl ul.rmHorizontal .rmLink:visited {
/*	background-image: url('img/main-menu-divider.gif');*/
	background-position: right 0;
	background-repeat: no-repeat;	
}

div.RadMenu_Mcl ul ul.rmHorizontal .rmLink, div.RadMenu_Mcl ul ul.rmHorizontal .rmLink:visited {
	background-image: none;
}

.RadMenu_Mcl .rmHorizontal .rmLink:hover,
/*.RadMenu_Mcl .rmHorizontal .rmFocused,*/
.RadMenu_Mcl .rmHorizontal .rmExpanded
{

	text-decoration: underline;
	background-image: url(/css/main-menu-background-hover.png);
}

.RadMenu_Mcl .rmHorizontal .rmText
{
	padding: 0 5px;
}

div.RadMenu_Mcl ul.rmVertical
{
	border: solid 1px #999;
	float: left;
	line-height: normal;
	background-image: url(/css/main-menu-background-hover.png);
}

.RadMenu_Mcl .rmVertical .rmLink, .RadMenu_Mcl .rmVertical .rmLink:visited
{
	border: 0;
/*	line-height: 25px;*/
	text-align: left;
}

.RadMenu_Mcl .rmVertical .rmText
{
	padding: 4px 10px;
}

.RadMenu_Mcl .rmVertical .rmExpandRight
{
	background: transparent url('img/right.gif') no-repeat 100% 10px;
}

.RadMenu_Mcl .rmVertical .rmLink:hover,
/*.RadMenu_Mcl .rmVertical .rmFocused,*/
.RadMenu_Mcl .rmVertical .rmExpanded
{
	background-image: url(/css/main-menu-background-hover.png);
	color: #fff;
}

.RadMenu_Mcl .rmVertical .rmLink:hover .rmText,
/*.RadMenu_Mcl .rmVertical .rmFocused .rmText,*/
.RadMenu_Mcl .rmVertical .rmExpanded .rmText
{
	background-image: url(/css/main-menu-background-hover.png);
	/*background: transparent url('Menu/RootHover.png') no-repeat 100% 0;*/
}

.RadMenu_Mcl .rmVertical .rmLink:hover .rmExpandRight,
/*.RadMenu_Mcl .rmVertical .rmFocused .rmExpandRight,*/
.RadMenu_Mcl .rmVertical .rmExpanded .rmExpandRight
{
	/*background: transparent url('Menu/RootExpandableHover.png') no-repeat 100% 0;*/
}

.RadMenu_Mcl .rmVertical .rmGroup
{
	border: 1px solid #999;
	padding: 0;
	/*background: #fff url('Menu/SubMenuBg.gif') repeat-y 0 0;*/
}

.RadMenu_Mcl .rmVertical .rmGroup .rmLink
{
}

.RadMenu_Mcl .rmVertical .rmGroup .rmText
{
	padding: 3px 30px 3px 21px;
	/*border-bottom: solid 1px #ddd;*/
}

.RadMenu_Mcl .rmVertical .rmGroup .rmLink:hover,
/*.RadMenu_Mcl .rmVertical .rmGroup .rmFocused,*/
.RadMenu_Mcl .rmVertical .rmGroup .rmExpanded
{
	color: #fff;
	text-decoration: underline;
	background-image: url(/css/main-menu-background-hover.png);	
	/*background: transparent url('Menu/SubMenuHover.png') no-repeat 0 0;*/
}

.RadMenu_Mcl .rmVertical .rmGroup .rmLink:hover .rmText,
/*.RadMenu_Mcl .rmVertical .rmGroup .rmFocused .rmText,*/
.RadMenu_Mcl .rmVertical .rmGroup .rmExpanded .rmText
{
	/*background: transparent url('Menu/SubMenuHover.png') no-repeat 100% 0;*/
}

.RadMenu_Mcl .rmVertical .rmGroup .rmLink:hover .rmExpandRight,
/*.RadMenu_Mcl .rmVertical .rmGroup .rmFocused .rmExpandRight,*/
.RadMenu_Mcl .rmVertical .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url('img/right.gif');
}

.RadMenu_Mcl .rmSeparator
{
	margin: 1px 0;
	background-image: url('img/main-menu-divider.gif');
	background-repeat: no-repeat;
}

.RadMenu_Mcl .rmSeparator .rmText
{
	padding: 1px 0 0 !important;
	background: #6C6B6C;
}

.RadMenu_Mcl .rmTopArrowDisabled,
.RadMenu_Mcl .rmBottomArrowDisabled,
.RadMenu_Mcl .rmLeftArrowDisabled,
.RadMenu_Mcl .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_Mcl .rmTopArrow,
.RadMenu_Mcl .rmBottomArrow,
.RadMenu_Mcl .rmLeftArrow,
.RadMenu_Mcl .rmRightArrow
{
	font-size: 0;
	color: #fff;
	line-height: 0;
}

.RadMenu_Mcl .rmTopArrow,
.RadMenu_Mcl .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: transparent url('img/bottom.gif') no-repeat top center;
}

.RadMenu_Mcl .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_Mcl .rmLeftArrow,
.RadMenu_Mcl .rmRightArrow
{
	width: 10px;
	height: 100%;
	background-image: url('img/right.gif');	
}

.RadMenu_Mcl .rmRightArrow
{
	background-position: -18px center;
	background-image: url('img/right.gif');	
}