*
{
	margin: 0pt;
	padding: 0pt;
}

ul.jDrawer
{
	display: block;
	overflow: hidden;
	position: relative;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-family: "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
}


ul.jDrawer a
{
	color: #a7da86;
	text-decoration: none;
	font-size: 12px;
}

ul.jDrawer li.jDrawer-active a
{
	color: #a7da86;
	font-size: 12px;
}

ul.jDrawer a:hover
{
	color: #CCCCCC !important;
	text-decoration: underline;
	font-size: 12px;
}


ul.jDrawer-top
{
	width: 188px;
}

ul.jDrawer-left
{
	height: 188px;
}

ul.jDrawer li.jDrawer-item
{
	display: block;
	_overflow: hidden;
	position: absolute;
	top: 0pt;
	left: 0pt;
	z-index: 1;
	border: 1px solid #FFFFFF;	
}

ul.jDrawer-top li.jDrawer-item
{
	width: 100%;
}


ul.jDrawer li.jDrawer-active
{
	background-color: #ffffff;
}



ul.jDrawer-top .jDrawer-content
{
	font-size: 12px;
	color: #ffffff;
	padding: 15px;
	/*background: transparent url(../images/jDrawer/jDrawer-top-item-bg.png) repeat-x scroll 0% 100%;
	_background: transparent url(../images/jDrawer/jDrawer-top-item-bg.gif) repeat-x scroll 0% 100%;*/
}

ul.jDrawer-top li.jDrawer-active .jDrawer-content
{
	font-size: 12px;
	color: #ffffff;
	background-color: #ffffff;
	/*background: transparent url(../images/jDrawer/jDrawer-top-item-bg-active.png) repeat-x scroll 0% 100%;
	_background: transparent url(../images/jDrawer/jDrawer-top-item-bg-active.gif) repeat-x scroll 0% 100%;*/
}

ul.jDrawer-top .jDrawer-content h3
{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}



ul.jDrawer-top .jDrawer-handle
{
	padding-top: 13px;
}


ul.jDrawer .jDrawer-divider
{
	border-top: 1px solid #E0E0E0;
	margin: 5px 0px;
}

ul.jDrawer-top li.jDrawer-active .jDrawer-divider
{
	border-top: 1px solid #969696;
}

.wrapper
{
	font-family: "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px auto;
	text-align: left;
	padding: 20px;
}

.title-l
{
	background: transparent url(../images/jDrawer/jDrawer-top-title-l.png) no-repeat scroll 0% 0%;
	padding: 0pt 0pt 0pt 10px;
}

.title-r
{
	background: transparent url(../images/jDrawer/jDrawer-top-title-r.png) no-repeat scroll 100% 0%;
	padding: 0pt 10px 0pt 0pt;
}

.title
{
	color: #FFF;
	height: 21px;
	font-size: 1.1em;
	line-height: 1.7em;
	padding: 2px 0pt;
}
