/* 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 */

#navigation .menu {
	float: right;
}

.Menu1 
{
	margin: 0px auto;
}

.Menu1_Context
{
	background: none;
	border:0;
}

.Menu1 .item {
	background-image: url( /images/navSpacer.jpg );
	background-position: center left;
	background-repeat: no-repeat;
}

.Menu1 .group .item,
.Menu1 .item.first {
	background-image: none;
}

.Menu1 .link, .Menu1 .link:active, .Menu1 .link:visited
{
	line-height: 21px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	color: #ffffff;
	/* text-transform: lowercase; */
}

.Menu1 .link:hover, .Menu1 .focused, .Menu1 .expanded
{
	color: #ffffff;
      background-color:#226F2B;
	  background-image: url( ../images/NavBack2.jpg );
	  background-repeat: repeat-x;
	text-decoration: none;
	cursor: pointer;
}

.Menu1 .text
{

	padding-left: 15px;	
	padding-right: 15px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
        text-align: left;
}

.Menu1 .group .text {
        text-align: left;
}

.Menu1 .group
{
	background: #328D48;
	font-size: 8pt;
}

.Menu1 .group .link, .Menu1 .group .link:active, .Menu1 .group .link:visited
{
	background: #3AB54A;
}

.Menu1 .group .link:hover, .Menu1 .group .focused, .Menu1 .group .expanded
{
	

	text-decoration: none;
background-color: #226F2B;
color: #ffffff;
}

.Menu1 .leftArrow,
.Menu1 .rightArrow,
.Menu1 .topArrow,
.Menu1 .bottomArrow,
.Menu1 .leftArrowDisabled,
.Menu1 .rightArrowDisabled,
.Menu1 .topArrowDisabled,
.Menu1 .bottomArrowDisabled
{
	background: #ededed 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;
	background: #ccc;
	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;
}








































