﻿.RadMenu_AP_top_hrz {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: #fffffc;

}
.RadMenu_AP_top_hrz .group,
.RadMenu_AP_top_hrz .rootGroup {
	border: 0;
}
.RadMenu_AP_top_hrz .horizontal {
	border-left: 0;
}
.RadMenu_AP_top_hrz .vertical {
	border-top: 0;
}
.RadMenu_AP_top_hrz .item .link .text {
	color: #fffffc; 
	font-weight: bold;
}
.RadMenu_AP_top_hrz .link:hover,
.RadMenu_AP_top_hrz .focused,
.RadMenu_AP_top_hrz .expanded {
	background-color: #00327b;
	cursor: pointer;
	text-decoration: none;
}
.RadMenu_AP_top_hrz .link,
.RadMenu_AP_top_hrz .disabled,
.RadMenu_AP_top_hrz .disabled:hover {
	
        padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration: none;
	cursor: pointer;
	background-color: #000000;

}
.RadMenu_AP_top_hrz .text {
	cursor: pointer; 
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
}
.RadMenu_AP_top_hrz .horizontal .link {
	border-bottom: 1px solid #474747;
	border-top: 0;
	color: #ffffff;
}
.RadMenu_AP_top_hrz .vertical .link {
	border-left: 0;
	border-bottom: 1px solid #474747;

}

.RadMenu_AP_top_hrz .group .link
{ width: 160px; 	
}

.RadMenu_AP_top_hrz .group .text
{ 	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial;

}

.RadMenu_AP_top_hrz .link:hover .expandLeft,
.RadMenu_AP_top_hrz .link:hover .expandRight {
	background-image: url(Img/arrowWhite.gif);
}
.RadMenu_AP_top_hrz .expandLeft,
.RadMenu_AP_top_hrz .expandRight, .RadMenu_AP_top_hrz .disabled:hover .expandLeft, .RadMenu_AP_top_hrz .disabled:hover .expandRight {
	background: transparent url('Img/arrow.gif') right center no-repeat;
}
.RadMenu_AP_top_hrz _rtl .expandLeft, .RadMenu_AP_top_hrz _rtl .expandRight {
	background: transparent url(img/left.gif) left center no-repeat;
}
/* right to left */
.RadMenu_AP_top_hrz _rtl .group .link:hover .expandLeft, .RadMenu_AP_top_hrz _rtl .group .link:hover .expandRight {
	background: transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
}
.RadMenu_AP_top_hrz .leftArrow, .RadMenu_AP_top_hrz .rightArrow, .RadMenu_AP_top_hrz .topArrow, .RadMenu_AP_top_hrz .bottomArrow, .RadMenu_AP_top_hrz .leftArrowDisabled, .RadMenu_AP_top_hrz .rightArrowDisabled, .RadMenu_AP_top_hrz .topArrowDisabled, .RadMenu_AP_top_hrz .bottomArrowDisabled {
	background: #666655 url('img/left.gif') center center no-repeat;
	width: 15px;
}
.RadMenu_AP_top_hrz .topArrow, .RadMenu_AP_top_hrz .topArrowDisabled {
	background-image: url('img/top.gif');
	width: 100%;
}
.RadMenu_AP_top_hrz .bottomArrow, .RadMenu_AP_top_hrz .bottomArrowDisabled {
	background-image: url('img/bottom.gif');
	width: 100%;
}
.RadMenu_AP_top_hrz .rightArrow, .RadMenu_AP_top_hrz .leftArrow {
	height: 100%;
}
.RadMenu_AP_top_hrz .rightArrow, .RadMenu_AP_top_hrz .rightArrowDisabled {
	background-image: url('img/right.gif');
}
