/* side bullets */
div.sideLeft { position:absolute; width: 201px; }
div.bullets { margin: 5px 0px 20px 0px; }
div.subHeading { margin-left: 25px; font-weight:bold; font-size:12px; color:#666666; }
	
div.sideLeft div.bullets a
{
	display: block; margin: 5px 5px 5px 30px; padding: 4px 2px 4px 26px;
	background: url(../images/bullets.gif) 3px -188px no-repeat;
	font: 10pt Verdana;
	text-decoration: none;
	color: Black;
}
div.sideLeft div.bullets a:hover { background: url(../images/bullets.gif) 3px -124px no-repeat; }
div.sideLeft div.bullets a.selected { font-weight: bold; background: url(../images/bullets.gif) 3px 4px no-repeat; }
div.sideLeft div.bullets a.selected:hover { background: url(../images/bullets.gif) 3px 4px no-repeat; }


/* side tabs */
div.sideLeftTabs { width: 334px; z-index: 1; margin-left: -325px; position: absolute; }
div.sideLeftTabs div { width: 304px; height: 49px; margin: 15px 0px 0px 12px; }
div.sideLeftTabs div.selected { width: 322px; height: 49px; }
div.sideLeftTabs a { display: block; height: 49px; }
div.sideLeftTabs ul { margin: 0px 30px 10px 20px; padding: 10px 0px 5px 0px; background: url(../images/popup.gif) bottom left no-repeat; }
div.sideLeftTabs ul li { list-style: none; margin: 0px; padding: 0px; }
div.sideLeftTabs ul a
{
	height: auto; display: block; background: url(../images/tab_bullet.gif) 10px -66px no-repeat; padding: 4px 10px 4px 35px;
	text-decoration: none; color: #333333; margin-bottom: 8px;
}
div.sideLeftTabs ul a.selected
{
	background-position: 10px 0px; color: #555555;
}
div.sideLeftTabs ul a:hover
{
	background-position: 10px 0px; color: #555555;
}

