﻿/* r.a.d.menu Web 2.0 skin */

/* modified by Dragoljub on May 19th 2008 */
.RadMenu_MainMenu 
{
	background: #7CA0CC; /*color of the base skin*/
	text-decoration:none;
	color:black;
	line-height: 20px;
	width: 100%;
	z-index:3000 !important;
}

.RadMenu_MainMenu_Context
{
	background: none;
	border:0;
}

.RadMenu_MainMenu .rmLink, .RadMenu_MainMenu .rmLink:visited
{
	text-decoration: none;
	color: #000;
	border-top: solid 1px white;
	border-left: solid 1px white; /* solid 1px white; */
	border-bottom: solid 1px #FCB831; /* #FCB831; */
	border-right: solid 1px #D3D3D3; /*solid 1px #C3C3C3; */
	background: transparent;
}

.RadMenu_MainMenu .rmLink:hover,
.RadMenu_MainMenu .rmFocused,
.RadMenu_MainMenu .rmExpanded
{
	color: black;
	background-color:#99ccff;
	text-decoration:none;
}

.RadMenu_MainMenu .rmText
{
	text-decoration:none;
	font-size: 11px;
	padding-right: 15px;
	padding-left: 15px;
}


.RadMenu_MainMenu .rmRootGroup .rmText .rmLeftImage
{
	margin: 3px 1px 0; /* should be adjusted to the size of the images, if they are larger than 16x16px */
}

.RadMenu_MainMenu .rmHorizontal .rmExpandBottom,  
.RadMenu_MainMenu .rmHorizontal .rmExpandTop  
{  
  background: transparent url(Menu/RootGroupArrowDown.gif) no-repeat right center;  
} 

.RadMenu_MainMenu .rmVertical .rmExpandLeft,
.RadMenu_MainMenu .rmVertical .rmExpandRight  
{  
  background: transparent url(Menu/invertedGroupImage.gif) no-repeat right center;  
} 


.RadMenu_MainMenu .rmSlide
{
	margin-top:-1px;
}

.RadMenu_MainMenu .rmGroup
{
	/*border: solid 1px #6788be;*/
	background: white;
	padding: 0px;
	border: solid 1px #E3D5BF;
	border-bottom: none;
}

.RadMenu_MainMenu .rmGroup .rmLink
{
	background: whitesmoke;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: solid 1px #E3D5CF;
	text-align: left;
	text-decoration:none;
}

.RadMenu_MainMenu .rmGroup .rmText
{
	text-align: left;
	text-decoration:none;
	border: none;
}

.RadMenu_MainMenu .rmGroup .rmLink:hover,
.RadMenu_MainMenu .rmGroup .rmFocused,
.RadMenu_MainMenu .rmGroup .rmExpanded
{
	background: #99ccff;
	font-weight: normal;
	border-bottom: solid 1px #FCB831;
}

.RadMenu_MainMenu .rmLeftArrow,
.RadMenu_MainMenu .rmRightArrow,
.RadMenu_MainMenu .rmTopArrow,
.RadMenu_MainMenu .rmBottomArrow,
.RadMenu_MainMenu .rmLeftArrowDisabled,
.RadMenu_MainMenu .rmRightArrowDisabled,
.RadMenu_MainMenu .rmTopArrowDisabled,
.RadMenu_MainMenu .rmBottomArrowDisabled
{
	background: #e7f1ff url(Menu/left.gif) center center no-repeat;
	width: 15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#e7f1ff;
	overflow:hidden;
}

.RadMenu_MainMenu .rmTopArrow,
.RadMenu_MainMenu .rmTopArrowDisabled
{
	background-image: url(Menu/top.gif);
	width: 100%;
}

.RadMenu_MainMenu .rmBottomArrow,
.RadMenu_MainMenu .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width: 100%;
}

.RadMenu_MainMenu .rmRightArrow,
.RadMenu_MainMenu .rmLeftArrow
{
	height: 100%;
}

.RadMenu_MainMenu .rmRightArrow,
.RadMenu_MainMenu .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_MainMenu .rmVertical .rmSeparator
{
	padding-top: 2px;
	background: #6788be;
	font-size: 1px;
	line-height: 1px;
}

.RadMenu_MainMenu .rmSeparator .rmText
{
	display: none;
}

.RadMenu_MainMenu .rmExpandLeft,
.RadMenu_MainMenu .rmExpandRight,
.RadMenu_MainMenu .rmFocused .rmExpandLeft,
.RadMenu_MainMenu .rmFocused .rmExpandRight,
.RadMenu_MainMenu .rmExpanded .rmExpandLeft,
.RadMenu_MainMenu .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_MainMenu .rmGroup .rmExpandLeft,
.RadMenu_MainMenu .rmGroup .rmExpandRight,
.RadMenu_MainMenu .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_MainMenu .rmGroup .rmFocused .rmExpandRight,
.RadMenu_MainMenu .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_MainMenu .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/groupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_MainMenu .rmLink .rmDisabled,
.RadMenu_MainMenu .rmLink .rmDisabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #000;
	background: none;
}

