/* RadMenu Oswego skin */

.RadMenu_Oswego
{
	border: 1px solid #010101;
	border-bottom-width: 0;
	border-top-color: #000000;
	background: #000 url("img/MenuBackground3.gif") repeat-x top left;
	text-align: left;
	line-height:30px;
	height:31px;
	cursor:pointer;
}

.RadMenu_Oswego_rtl
{
	text-align: right;
}

.RadMenu_Oswego_Context
{
	background: none;
	border: 0;
	
}

.RadMenu_Oswego a
{
	text-decoration: none;
}

.RadMenu_Oswego .link
{
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	position: relative;
	float:left;
	
}

.RadMenu_Oswego .link:focused,
.RadMenu_Oswego .focused
{
	outline: 0;
}

.RadMenu_Oswego .expanded
{
	z-index: 10000;
}

.RadMenu_Oswego .rootGroup:hover,
.RadMenu_Oswego .group .link:hover
{	
	color: #fff;
	background: none;
	cursor:pointer;
}

.RadMenu_Oswego .rootGroup .focused,
.RadMenu_Oswego .rootGroup .expanded
{
	background: #000 url("img/MenuBackground3.gif") repeat-x top left;
	color: #fff;
	cursor:pointer;
}

.RadMenu_Oswego .rootGroup .link .text
{
	font: normal 11px Arial, Helvetica, sans-serif;
	
}

.RadMenu_Oswego .group
{
	background-color: Red;
	
}

.RadMenu_Oswego .group .link
{
	/*background-color: #454545;*/
	
	background-image: url(img/navBG.jpg);
	text-decoration: none;
	
	font-weight: bold;
	color: #FFFFFF;
	border-color:Black;	
	border-left-style:solid;
	border-right-style:solid;
	border-width: 1px;	
	border-top: 1px solid #3A3A3A;
	
}

.RadMenu_Oswego .group .first .link
{
	border-top-style:solid;	
}

.RadMenu_Oswego .group .last .link
{
	border-bottom-style:solid;	
}


.RadMenu_Oswego_rtl .group .link
{
	text-align: right;	
}

.RadMenu_Oswego .group .link:hover,
.RadMenu_Oswego .group .focused,
.RadMenu_Oswego .group .expanded
{	
	background-color: #3C3C3C;
	text-decoration:none;		
}

.RadMenu_Oswego .text
{
	padding: 8px 11px 3px 11px;	
	
}

.RadMenu_Oswego .group .link .text
{
	font-size: 12px;
	 
}

/* <expand arrows styling> */

.RadMenu_Oswego .group .link .expandLeft
{
	background: transparent url("img/more_arrow.gif") no-repeat;
	background-position:right;
	padding-right:10px;
}

.RadMenu_Oswego .group .link .expandRight
{
	background: transparent url("img/more_arrow.gif") no-repeat;
	background-position:right;
	padding-right:10px;
}

.RadMenu_Oswego .group .link:hover .expandLeft,
.RadMenu_Oswego .group .focused .expandLeft,
.RadMenu_Oswego .group .expanded .expandLeft
{
	background-image: url("img/more_arrow.gif");
	padding-right:10px;
}

.RadMenu_Oswego .group .link:hover .expandRight,
.RadMenu_Oswego .group .focused .expandRight,
.RadMenu_Oswego .group .expanded .expandRight
{
	background-image: url("img/more_arrow.gif");
	padding-right:10px;		
}

/* </expand arrows styling> */

.RadMenu_Oswego .horizontal .item { border-right: 1px solid #353535; }
.RadMenu_Oswego .horizontal .last { border-right: 0; }

.RadMenu_Oswego .vertical .item { border-bottom: 1px solid #353535;}
.RadMenu_Oswego .vertical .last { border-bottom: 0; }

.RadMenu_Oswego_rtl .horizontal .item { border-left: 0; }

.RadMenu_Oswego .rootGroup .group .item { border-right: 0; border-bottom: 0; }

.RadMenu_Oswego .group
{
	border: 1px solid #828282;
	background-color: #fff;
	
}

.RadMenu_Oswego .group .expanded
{
	z-index: 11;
}

.RadMenu_Oswego .topArrowDisabled,
.RadMenu_Oswego .bottomArrowDisabled,
.RadMenu_Oswego .leftArrowDisabled,
.RadMenu_Oswego .rightArrowDisabled
{
	display: none;
}

.RadMenu_Oswego .topArrow,
.RadMenu_Oswego .bottomArrow,
.RadMenu_Oswego .leftArrow,
.RadMenu_Oswego .rightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_Oswego .topArrow,
.RadMenu_Oswego .bottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url("img/ArrowScrollUpDown.gif") no-repeat top center;
}

.RadMenu_Oswego .bottomArrow
{
	/*background-position: center -18px;*/
}

.RadMenu_Oswego .leftArrow,
.RadMenu_Oswego .rightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url("img/ArrowScrollLeftRight.gif") no-repeat left center;
}

.RadMenu_Oswego .rightArrow
{
	/*background-position: -18px center;*/
	
}

.RadMenu_Oswego .rootGroup .item .disabled .text,
.RadMenu_Oswego .group .item .disabled .text
{
	color: #999;
}

.RadMenu_Oswego .rootGroup .item .disabled
{
	background: none;
}

.RadMenu_Oswego .group .item .disabled
{
	background-color: red;
}

.RadMenu_Oswego .horizontal .separator
{
	height: 30px;
	width: 1px;
}

.RadMenu_Oswego .rootGroup .separator
{
	background-color: red;
	border-top: 1px solid #676767;
}

.RadMenu_Oswego .vertical .separator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	background-color: #8f8f8f;
}

.RadMenu_Oswego .separator .text
{
	display: none;
	background-color:Red;
}

.RadMenu_Oswego .slide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_Oswego .vertical .slide
{
	margin-left: -2px !important;
}

* html .RadMenu_Oswego .horizontal .slide
{
	margin-top: -2px !important;
}

.RadMenu_Oswego_rtl .slide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_Oswego_rtl .vertical .slide
{
	margin-left: 3px !important;
}

* html .RadMenu_Oswego_rtl .horizontal .slide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_Oswego .rootGroup .item .disabled:hover
{
	background: none;
}
