
/* Upload images you wish to use to any directory in the site */
/* Refer to them here using their full path. i.e. /images/myimage.gif */

.Menu1 
{
	background-color: #5B800C;
	background-color: #E26310;
	text-align: center;
}

.Menu1_Context
{
	background: none;
	border:0;
}

.Menu1 .link, .Menu1 .link:active, .Menu1 .link:visited
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.Menu1 .link:hover, .Menu1 .focused, .Menu1 .expanded
{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	background-color: #C42A1A;
}

.Menu1 .text
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 3px;
	border-left: 1px solid #FFFFFF;
	/*border-right: 1px solid #FFFFFF;*/
}

.Menu1 .group
{
	background-color: #E26310;
	font-size: 14px;
	padding: 3px;
	border: 1px solid #FFFFFF;
	text-align: left;
}

.Menu1 .group .link, .Menu1 .group .link:active, .Menu1 .group .link:visited
{
	background: #5B800C;
	background-color: #E26310;
	color: #FFFFFF;
}

.Menu1 .group .link:hover, .Menu1 .group .focused, .Menu1 .group .expanded
{
	font-weight: normal;
	text-decoration: none;
	background-color: #C42A1A;
}

.Menu1 .leftArrow,
.Menu1 .rightArrow,
.Menu1 .topArrow,
.Menu1 .bottomArrow,
.Menu1 .leftArrowDisabled,
.Menu1 .rightArrowDisabled,
.Menu1 .topArrowDisabled,
.Menu1 .bottomArrowDisabled
{
	background: #5B800C url('/images/nav/left.gif') center center no-repeat;
	width:15px;
}

.Menu1 .topArrow,
.Menu1 .topArrowDisabled
{
	background-image:url('/images/nav/top.gif');
	width:100%;
}

.Menu1 .bottomArrow,
.Menu1 .bottomArrowDisabled
{
	background-image:url('/images/nav/bottom.gif');
	width:100%;
}

.Menu1 .rightArrow,
.Menu1 .leftArrow
{
	height:100%;
}

.Menu1 .rightArrow,
.Menu1 .rightArrowDisabled
{
	background-image: url('/images/nav/right.gif');
}

.Menu1 .vertical .separator .text
{
	padding-top: 2px;
	font-size: 1px;
}

.Menu1 .expandLeft,
.Menu1 .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.Menu1 .link:hover .expandLeft,
.Menu1 .link:hover .expandRight,
.Menu1 .focused .expandLeft,
.Menu1 .focused .expandRight,
.Menu1 .expanded .expandLeft,
.Menu1 .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}























