﻿div.pageMenu
{
	position:absolute;
	top:68px;
	left:0px;
	width:180px;
	height:365px;
	overflow:auto;
}

p.pageMenuHeader
{
	font:12px/15px Arial;
	margin-left:18px;
	font-variant:small-caps;
	font-weight:bold;
	height:17px;
}

div.pageMenuHeader_Normal
{
	width:163px;
	height:17px;
	color: #505050;
	border:0px;
	margin-bottom:2px;
	margin-left:0px;
	cursor:pointer;
	background: transparent url("/Images/arrowOrangeRight.gif") no-repeat 7px 4px;
	background-color:#D6D6D6;
}

div.pageMenuHeader_Hover
{
	width:163px;	
	height:17px;
	color:#505050;
	border:0px;
	background-color:#FCFF0F;
	margin-bottom:2px;
	margin-left:0px;
	cursor:pointer;
	background: #FF4A00 url("/Images/arrowWhiteRight.gif") no-repeat 7px 4px;
}

div.pageMenuHeader_Active
{
	width:163px;
	height:17px;
	color:#FFFFFF;
	border:0px;
	margin-bottom:2px;
	margin-left:0px;
	cursor:pointer;
	background:#FF4A00 url("/Images/arrowWhiteDown.gif") no-repeat 4px 6px;
}

div.pageMenuItems_Closed
{
	width:143px;
	margin-top:4px;
	margin-bottom:4px;
	margin-left:7px;
	display:none;
	background-color:White;
}

div.pageMenuItems_Opened
{
	width:143px;
	margin-top:4px;
	margin-bottom:4px;
	margin-left:7px;
	display:block;
}

p.pageMenuItem_Normal
{
	padding-left:10px;
	margin-bottom:4px;
	margin-left:7px;
	letter-spacing:1px;
	font: 11px/12px arial;
	color:#000080;
	cursor:pointer;

}

p.pageMenuItem_Hover
{
	padding-left:10px;
	margin-bottom:4px;
	margin-left:7px;
	letter-spacing:1px;
	font: 11px/12px arial;
	color:#000080;
	cursor:pointer;
	background: transparent url("/Images/arrowGrayRight.gif") no-repeat 1px 2px;
}

p.pageMenuItem_Active
{
	padding-left:10px;
	margin-bottom:4px;
	margin-left:7px;
	letter-spacing:1px;
	font: 11px/12px arial;
	color:#505050;
	cursor:pointer;
	background: transparent url("/Images/arrowGrayRight.gif") no-repeat 1px 2px;
}