﻿
.leftnav-cell
{
	width:191px;
	background:#D6CFF7 url(leftnav-background.jpg) no-repeat top left;
	vertical-align:top;
	text-align:left;
}


/* Style 1 */
.LeftNav-Style1 ul
{
	padding: 0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
}
.LeftNav-Style1 li
{
	background:url(leftnav-button.gif) left top no-repeat;
	list-style-type: none;
	padding:5px 0px 0px 5px;
	width:170px;
	height:34px;
}

.LeftNav-Style1 li a
,.LeftNav-Style1 li a:hover
{
	color:white;
	font-weight:bold;
	font-family:Verdana;
	font-size:9pt;
	text-decoration:none;
}

.LeftNav-Style1 li a:hover
{
	text-decoration:underline;
}

.LeftNav-Style1 li#first
{
	margin-top:30px;
}

/* style 2 */
.LeftNav-Style2 
{
	padding-bottom:5px;	
}

.LeftNav-Style2 ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.LeftNav-Style2 td
{
	width:906px;
}

.LeftNav-Style2 li
{
	height:20px;
	border-left: 1px solid #ffffff;
	vertical-align:top;
	float:left;

	line-height: 1.2em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	white-space: nowrap;	
}

.LeftNav-Style2 li a
,.LeftNav-Style2 li a:hover
{
	color:white;
	font-weight:bold;
	font-family:Verdana;
	font-size:9pt;
	text-decoration:none;
}

.LeftNav-Style2 li a:hover
{
	text-decoration:underline;
}

.LeftNav-Style2 li#first
{
	border-left: 0px none #000;
}

