
/* 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/nav-item-bg.jpg');
	background-repeat: repeat-x;	
	padding-right: 30px;
	padding-top: 20px;*/
}

.menu_Context
{
	background: none;
	border:0;

}

.menu .link, .menu .link:active, .menu .link:visited
{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #414141;
	font-size:11pt;
	font-weight: bold;
}

.menu .link:hover, .menu .focused, .menu .expanded
{	
	color: #56baff;
	text-decoration: none;
	cursor: pointer;
}

.menu .text
{
	/*padding-left: 10px;	
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;*/
}

.menu .group
{
	background: #DAF584;
	text-align: left;
	border: 1px solid #414141;
	font-size: 10pt;
}

.menu .group .link, .menu .group .link:active, .menu .group .link:visited
{
	background: #DAF584;
}

.menu .group .link:hover, .menu .group .focused, .menu .group .expanded
{
	background: #DAF584;
	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;
}

.menu .item
{
	margin-right: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #414141;
	display: block;
	width: 148px;
}

.menu .group .item
{
	margin: 5px;
	width: 200px;
}

.menu .last
{
	border-right: 0px none;
}





