/* r.a.d.menu Main skin */

.RadMenu_Main 
{
	height: 25px;
	width:100%;
	text-align:right;
}

.RadMenu_Main_Context {
}

.RadMenu_Main .link, .RadMenu_Main a:visited, .link a:active 
{
	border-left-style: solid; border-left-width:1px; border-left-color:#152D65;
	border-bottom-style:none;border-bottom-width:0px;
	padding-left: 10px;	padding-right: 10px; padding-top: 5px;	padding-bottom: 5px;
	color: #152D65;
	font-weight: 600;
	text-transform:lowercase;
	text-decoration: none;
}

.RadMenu_Main .link:hover, .RadMenu_Main .focused, .RadMenu_Main .expanded {
	border-left-style: solid; border-left-width:1px; border-left-color:#152D65;
	border-bottom-style:none;border-bottom-width:0px;
	
	padding-left: 10px;	padding-right: 10px; padding-top: 5px;	padding-bottom: 5px;
	color: #152D65;
	text-decoration: none;
	cursor: hand;
	cursor:pointer;
}

.RadMenu_Main .text {
	font-family: Verdana;
	font-size: 1em;
}

.RadMenu_Main .group {
	background-color:white;
	border: solid 1px #8abbd9;
	color: #152d65;
	font-weight:normal;
	
}

.RadMenu_Main .group .link,.RadMenu_Main .group .link:hover,.RadMenu_Main .group .link:visited{
	text-align: left;
	width: auto;
	border-left:none;
	font-weight:normal;
	padding-left:13px;
	background-image:url(img/menuItemImage.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
}

.RadMenu_Main .group .link:hover,  .RadMenu_Main .group .focused,  .RadMenu_Main .group .expanded {
	background-color: #B7ECEC;
}

.RadMenu_Main .leftArrow, .RadMenu_Main .rightArrow, .RadMenu_Main .topArrow, .RadMenu_Main .bottomArrow, .RadMenu_Main .leftArrowDisabled, .RadMenu_Main .rightArrowDisabled, .RadMenu_Main .topArrowDisabled, .RadMenu_Main .bottomArrowDisabled {
	/*background: #ededed url(img/left.gif) center center no-repeat;*/
	background-color:Red;
	border: solid 1px lime;
	
	width: 15px;
}

.RadMenu_Main .topArrow, .RadMenu_Main .topArrowDisabled {
	background-image: url(img/top.gif);
	width: 100%;
}

.RadMenu_Main .bottomArrow, .RadMenu_Main .bottomArrowDisabled {
	background-image: url(img/bottom.gif);
	width: 100%;
}

.RadMenu_Main .rightArrow, .RadMenu_Main .leftArrow {
	height: 100%;
}

.RadMenu_Main .rightArrow, .RadMenu_Main .rightArrowDisabled {
	background-image: url(img/right.gif);
}

.RadMenu_Main .vertical .separator .text {
	padding-top: 2px;
	background: #cccccc;
	font-size: 1px;
}

.RadMenu_Main .expandLeft, .RadMenu_Main .expandRight {
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Main .link:hover .expandLeft, .RadMenu_Main .link:hover .expandRight, .RadMenu_Main .focused .expandLeft, .RadMenu_Main .focused .expandRight, .RadMenu_Main .expanded .expandLeft, .RadMenu_Main .expanded .expandRight {
	background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
