﻿div.pageMenu
{
	position:absolute;
	top:214px;
	left:15px;
	width:165px;
	height:340px;
	overflow:auto;
}

p.pageMenuHeader
{
	font:12px/18px Arial;
	margin-left:5px;
	font-variant:small-caps;
	font-weight:bold;
}

div.pageMenuHeader_Normal
{
	width:135px;	
	height:20px;
	color: #C9E026;
	border:1px solid #C9E026;
	background-color:Transparent;
	margin-bottom:2px;
	cursor:pointer;
}

div.pageMenuHeader_Hover
{
	width:135px;	
	height:20px;
	color:#4F3B00;
	border:1px solid #C9E026;
	background-color:#C9E026;
	margin-bottom:2px;
	cursor:pointer;
}

div.pageMenuHeader_Active
{
	width:135px;	
	height:20px;
	color:#4F3B00;
	border:1px solid #D4E751;
	background-color:#D4E751;
	margin-bottom:2px;
	cursor:pointer;
}

div.pageMenuItems_Closed
{
	width:143px;
	margin-top:4px;
	margin-bottom:4px;
	display:none;
	background-color:White;
}

div.pageMenuItems_Opened
{
	width:143px;
	margin-top:4px;
	margin-bottom:4px;
	display:block;
}

p.pageMenuItem_Normal
{
	padding-left:10px;
	margin-bottom:4px;
	letter-spacing:1px;
	font: 11px/12px arial;
	color:#C9E026;
	cursor:pointer;
}

p.pageMenuItem_Hover
{
	padding-left:10px;
	margin-bottom:4px;
	letter-spacing:1px;
	font: 11px/12px arial;
	color:#C9E026;
	cursor:pointer;
	background: transparent url("/Images/menuFreccia.gif") no-repeat 1px 2px;
}

p.pageMenuItem_Active
{
	padding-left:10px;
	margin-bottom:4px;
	letter-spacing:1px;
	font: 11px/12px arial;
	color:#C9E026;
	cursor:pointer;
	background: transparent url("/Images/menuFrecciaChiara.gif") no-repeat 1px 2px;
}