/* RadMenu Default skin */

.RadMenu_JISCMenu 
{
	border-bottom-width: 0;
	background: #fff url("img/MenuBackground.gif") repeat-x bottom left;
	text-align: left;
}

.RadMenu_JISCMenu li.item  a:link span
{
}

.RadMenu_JISCMenu .level1 li.item 
{
}

/* <expand arrows styling> */
.RadMenu_JISCMenu .expandTop,
.RadMenu_JISCMenu .expandBottom
{
}

.RadMenu_JISCMenu .group .link .expandTop
{
}

.RadMenu_JISCMenu .group .link .expandBottom
{
}

.RadMenu_JISCMenu  .rootGroup
 {
    white-space:nowrap;    
}

/* wrap on all subsequent levels */
.RadMenu_JISCMenu .level1
{
    white-space:nowrap; 
}

.RadMenu_JISCMenu_Context
{
	background: none;
	border: 0;
}

.RadMenu_JISCMenu a
{
	text-decoration: none;
	/*text-align:left;*/
}

.RadMenu_JISCMenu a.link:hover{cursor:pointer;}

.RadMenu_JISCMenu a.link:link, .RadMenu_JISCMenu a.link:visited
{
	width:100%;
	height:25px;
	text-decoration: none;
	/*color:#3e4763;*/
	position: relative;
	float:left;
`	border:solid 1px #ffffff;	
}

.RadMenu_JISCMenu .level1 a.link:link, .RadMenu_JISCMenu .level1 a.link:visited
{
`	border:none;	
}

.RadMenu_JISCMenu .link:focused,
.RadMenu_JISCMenu .focused
{
	outline: 0;
}

.RadMenu_JISCMenu .expanded
{
	z-index: 10000;
}

.RadMenu_JISCMenu .rootGroup .link:hover,
.RadMenu_JISCMenu .rootGroup .focused,
.RadMenu_JISCMenu .rootGroup .expanded
{
	background-color: #d95900;
	color: #ffffff;
}

.RadMenu_JISCMenu .link .text
{
	font: normal 12px Arial, sans-serif;
	font-weight:bold;
	padding-left:4px;
	padding-right:4px;
}

.RadMenu_JISCMenu .rootGroup .group .item { border-right: 0; border-bottom: 0; }

.RadMenu_JISCMenu .group
{
	background-color: #d95900;
	border:solid 1px #c5855a;
}

.RadMenu_JISCMenu .group .link
{
	text-decoration: none;
	color:#ffffff;
	background: #d95900;
}

.RadMenu_JISCMenu .group .link:hover,
.RadMenu_JISCMenu .group .focused,
.RadMenu_JISCMenu .group .expanded
{
	color: #ffffff;
	text-decoration:underline;
}

.RadMenu_JISCMenu .group .expanded
{
	z-index: 11;
}

.RadMenu_JISCMenu .text
{
	padding-top: 4px;
}

/* <expand arrows styling> */
.RadMenu_JISCMenu .expandTop,
.RadMenu_JISCMenu .expandBottom
{
	background: transparent url("img/ArrowExpand.gif") no-repeat right -4px;
}

.RadMenu_JISCMenu .group .link .expandTop
{
	background: transparent url("img/ArrowExpand.gif") no-repeat right -4px;
}

.RadMenu_JISCMenu .group .link .expandBottom
{
	background: transparent url("img/ArrowExpandRTL.gif") no-repeat left -4px;
}

.RadMenu_JISCMenu .group .link:hover .expandTop,
.RadMenu_JISCMenu .group .focused .expandTop,
.RadMenu_JISCMenu .group .expanded .expandTop
{
	background-image: url("img/ArrowExpandHovered.gif");
}

.RadMenu_JISCMenu .group .link:hover .expandBottom,
.RadMenu_JISCMenu .group .focused .expandBottom,
.RadMenu_JISCMenu .group .expanded .expandBottom
{
	background-image: url("img/ArrowExpandHoveredRTL.gif");
}

.RadMenu_JISCMenu .topArrowDisabled,
.RadMenu_JISCMenu .bottomArrowDisabled,
.RadMenu_JISCMenu .leftArrowDisabled,
.RadMenu_JISCMenu .rightArrowDisabled
{
	display: none;
}

.RadMenu_JISCMenu .topArrow,
.RadMenu_JISCMenu .bottomArrow,
.RadMenu_JISCMenu .leftArrow,
.RadMenu_JISCMenu .rightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_JISCMenu .topArrow,
.RadMenu_JISCMenu .bottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url("img/ArrowScrollUpDown.gif") no-repeat top center;
}

.RadMenu_JISCMenu .bottomArrow
{
	background-position: center -18px;
}

.RadMenu_JISCMenu .leftArrow,
.RadMenu_JISCMenu .rightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url("img/ArrowScrollLeftRight.gif") no-repeat left center;
}

.RadMenu_JISCMenu .rightArrow
{
	background-position: -18px center;
}

/* </expand arrows styling> */

.RadMenu_JISCMenu .horizontal .item { border-right: 1px solid #cecece;}

.RadMenu_JISCMenu .rootGroup .item .disabled .text,
.RadMenu_JISCMenu .group .item .disabled .text
{
	color: #999;
}

.RadMenu_JISCMenu .rootGroup .item .disabled
{
	background: none;
}

.RadMenu_JISCMenu .rootGroup .item .disabled:hover
{
	background: none;
}

.RadMenu_JISCMenu .group .item .disabled
{
	background-color: #fff;
}

.RadMenu_JISCMenu .level1 li.item .link {color:#FFF;}
.RadMenu_JISCMenu .level1 li.item a.link:link, 
.RadMenu_JISCMenu .level1 li.item a.link:visited {}
.RadMenu_JISCMenu .level1 li.item a.link:hover {}


/* path styles */
.RadMenu_JISCMenu div.PathItemx, .RadMenu_JISCMenu div.PathItemx:link, .RadMenu_JISCMenu .PathItemx, .RadMenu_JISCMenu .PathItemx:link, .RadMenu_JISCMenu .PathItem, .RadMenu_JISCMenu .PathItem:link {
background-color:#d95900;
white-space:nowrap;
color:#ffffff;
}

