/* Left Navigation */

#leftNav {
	padding-top: 30px;
	float: left;
	width: 150px;
	margin-left: -733px;
	background: #FAE3FD url(../images/left-bg.png) repeat-y left top;
}
#leftNav p {
	padding-left: 5px;
	padding-right: 5px;
}

.leftMain {

	color: #8A06B0;
}

.leftMain h1{
	background: #E187FF url(../images/left-header-bg.png) repeat-y left top;
	border-top: 1px solid #d7a3e6;	
	border-bottom: 1px solid #fff;
	text-decoration: none;
	text-transform: uppercase;
	Text-align: center;
	display: block;	
	padding: 3px 4px 4px 4px;
	font: bold 14px  Calibri, Arial,  Helvetica, sans-serif;	
}

.leftMain p{
	background: #FAE3FD url(../images/left-bg-light.png) repeat-y left top;	
	text-decoration: none;
	display: block;	
	padding: 10px 4px 10px 4px;
	font: bold 12px  Calibri, Arial,  Helvetica, sans-serif;	
}


.leftMain li {
	list-style: none;
	width: 150px;
	display: inline;
}
.leftMain li a {

	text-decoration: none;
	color: #8A06B0;
	padding: 4px 4px 4px 30px;
	font: bold 11px  Calibri, Arial,  Helvetica, sans-serif;	
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	display: block;
	background: url(../images/ball-purple.png) no-repeat 5px center;
}
.leftMain ul {

	margin-bottom: 20px;
}

.leftMain li a:hover {
	background: #C2F4FC url(../images/left-bg-over.png) repeat-y 0px center;
	padding-right: 0px;
	padding-left: 38px;
	font-weight: bold;
	color: #176370;

}

.leftMain li a.selected {

	text-decoration: none;
	color: #176370;
	padding: 4px 0px 4px 38px;
	font: bold 11px  Calibri, Arial,  Helvetica, sans-serif;	
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	display: block;
	background: url(../images/left-button-selected.png) no-repeat 5px center;
}



