
/* 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: #633b10;
}

.Menu1_Context
{
	background: none;
	border:0;

}

.Menu1 .link, .Menu1 .link:active, .Menu1 .link:visited
{
	line-height: 20px;
	text-decoration:none;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 15px;	
	color: #fceed0;
	/* text-transform: lowercase; */
}

.Menu1 .link:hover, .Menu1 .focused, .Menu1 .expanded
{
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.Menu1 .text
{
	padding-left: 10px;	
	padding-right: 15px;
	font-size: 15px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

.Menu1 .group
{
	background: #633b10;
	font-size: 14px;
}

.Menu1 .group .link, .Menu1 .group .link:active, .Menu1 .group .link:visited
{
	background: #633b10;
}

.Menu1 .group .link:hover, .Menu1 .group .focused, .Menu1 .group .expanded
{
	background: #633b10;
	font-weight: normal;
	text-decoration: none;
}

.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;
}





















