
/* 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 */

.Menu 
{
	background: #005FAF;
/* Background used to say: #ececec url('/images/nav/MenuItemBackground.gif') repeat-x; */
	border-top: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
}

.Menu_Context
{
	background: none;
	border:0;
}

.Menu .link,.link:active, .link:visited
{
	line-height: 20px;
	text-decoration:none;
	color: #666;
	background: #005FAF;
/* Background used to say: #ececec url('/images/nav/MenuItemBackground.gif') repeat-x; */
	border-left: solid 1px #fff;
	border-right: solid 1px #d6d6d6;
}

.Menu .link:hover,
.Menu .focused,
.Menu .expanded
{
	color: #000;
text-decoration: none;
}

.Menu .text
{
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: white;
font-weight: bolder;
        text-align: center;
}

.Menu .group
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.Menu .group .link
{
	background: #84b315;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #184184;
	text-align: left;
	text-decoration: none;
}

.Menu .group .link:hover,
.Menu .group .focused,
.Menu .group .expanded
{
	background: #658e02;
	border-bottom-color: #184184;
	font-weight: normal;
	text-decoration: none;
}

.Menu .leftArrow,
.Menu .rightArrow,
.Menu .topArrow,
.Menu .bottomArrow,
.Menu .leftArrowDisabled,
.Menu .rightArrowDisabled,
.Menu .topArrowDisabled,
.Menu .bottomArrowDisabled
{
	background: #ededed url('/images/nav/left.gif') center center no-repeat;
	width:15px;
}

.Menu .topArrow,
.Menu .topArrowDisabled
{
	background-image:url('/images/nav/top.gif');
	width:100%;
}

.Menu .bottomArrow,
.Menu .bottomArrowDisabled
{
	background-image:url('/images/nav/bottom.gif');
	width:100%;
}

.Menu .rightArrow,
.Menu .leftArrow
{
	height:100%;
}

.Menu .rightArrow,
.Menu .rightArrowDisabled
{
	background-image: url('/images/nav/right.gif');
}

.Menu .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.Menu .expandLeft,
.Menu .expandRight
{
	background:transparent url('/img/groupImage.gif') right center no-repeat;
	margin-right: 4px;
}

.Menu .link:hover .expandLeft,
.Menu .link:hover .expandRight,
.Menu .focused .expandLeft,
.Menu .focused .expandRight,
.Menu .expanded .expandLeft,
.Menu .expanded .expandRight
{
	background:transparent url('/img/invertedGroupImage.gif') right center no-repeat;
}






























