
/* 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 
{
        padding-left: 20px;
        padding-bottom: 20px;
        valign="top";
}

.menu_Context
{
        background: none;
        border:0;
        valign="top";

}

.menu .link, .menu .link:active, .menu .link:visited
{
	text-decoration: none;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;	
	color: #E6DDD4;
	font-size:10pt;
	font-weight: bold;
}

.menu .link:hover, .menu .focused, .menu .expanded
{	
	color: #E6DDD4;
	text-decoration: none;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold
}

.menu .text
{
	/*padding-left: 10px;	
	padding-right: 15px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;*/
}

.menu .group
{
	background-color: #C8733C;
	text-align: top;
	border: 1px solid #E8C085;
	font-size: 10pt;
}

.menu .group .link, .menu .group .link:active, .menu .group .link:visited
{
	background: none;
}

.menu .group .link:hover, .menu .group .focused, .menu .group .expanded
{
	background: none;
	font-weight: bold;
	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;
	margin-left: 0px;
}

.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
{
	margin-right: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #414141;
	display: block;
	width: 140px;
}

.menu .group .item
{
	margin: 5px;
	width: 120px;
	margin-left: 10px;
	margin-top: 0px;
}

.menu .last
{
	border-right: 0px none;
}












