
/* 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-image: url( /images/menu-bg.gif );
	background-repeat: repeat-y;
	background-color: #FFF7EF;
	padding-top: 20px;
}

.menu_Context
{
	background: none;
	border:0;

}

.menu .link, .menu .link:active, .menu .link:visited
{
	line-height: 20px;
	text-decoration:none;
	font-family: Times New Roman, Times, serif;
	font-size: 9pt;
	color: #451b0b;
}

.menu .link:hover, .menu .focused, .menu .expanded
{	
	color: #451b0b;
	text-decoration: none;
	cursor: pointer;
}

.menu .text
{
	font-family: Times New Roman, Times, serif;
	font-size: 8pt;
	font-weight: bold;
	padding-bottom: 5px;
}

.menu .group
{
	font-size: 12pt;
}

.menu .rootGroup .link
{
	text-align: center;
}

.menu .rootGroup .link:hover, .menu .rootGroup .focused, .menu .rootGroup .expanded
{
	text-decoration: underline;
	background: #FFF7EF;
}

.menu .group .link, .menu .group .link:active, .menu .group .link:visited
{
	background: #FFF8EF;
	border: 2px solid #0B4475;
	border-top: none;
}

.menu .group .first .link, .menu .group .first .link:active, .menu .group .first .link:visited
{
	border-top: 2px solid #0B4475;
}

.menu .group .link:hover, .menu .group .focused, .menu .group .expanded
{
	background: #FFF7EF;
	font-weight: normal;
	text-decoration: underline;
}

.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;
}

.menu .item
{
	display: block;
	float: none !important;
	width: 120px;
	text-align: center;
	margin-left: 5px;
}

.menu .last
{
	border-right: 0px none;
}





