/**************************************************************
 Vertical menu items styles
***************************************************************/

/* This is the start item*/
.verticalMenuStart
{
	border-bottom: solid 1px #999999;
	width:140px;
	height:16px;
	margin-left:10px;
	padding: 4px 0px 4px 0px;
	color: White;
}
/* This is the item itself */
.verticalMenuItem
{
	background-image: url('../images/left_menu_arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: solid 1px #999999;
	width: 140px;
	margin-left: 10px;
	padding: 4px 0px 4px 0px;
	color: white;
}

.verticalMenuItem a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	display: block;
	margin-left:5px;
	text-decoration: none;
	color:white;
}

.verticalMenuItem a:hover
{
	color:#999999;
}

/**************************************************************
 The menu panel styles
***************************************************************/
/* The menu panel */
.menuPanel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	position: absolute;
	visibility: hidden;
	border: 1px solid #999999;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color:  #151B2F;
	width: 160px;
}

.menuPanel a
{
	color:white;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #999999;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.menuPanel a:hover
{ 
	color:#999999;
}

