.jDrawer
{
	font-family: " Verdana,Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
}

.jDrawer SPAN
{
	color: #c3c3c3;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}
.jDrawer li.jDrawer-active span
{
	color: #c3c3c3;
}

.jDrawer a
{
	color: #5A9FC4;
	text-decoration: none;
}

.jDrawer li.jDrawer-active a
{
	color: #005596;
}

.jDrawer a:hover
{
	color: #009DE3 !important;
	text-decoration: underline;
}


.jDrawer-vertical
{
	width: 98.5%;
}

.jDrawer-horizontal
{
	height: 90%;
}

.jDrawer-vertical .jDrawer-title-l
{
	background: transparent url(../images/jDrawer-vertical-title-l.png) no-repeat scroll 0% 0%;
	padding: 0pt 0pt 0pt 10px;
}

.jDrawer-vertical .jDrawer-title-r
{
	background: transparent url(../images/jDrawer-vertical-title-r.png) no-repeat scroll 100% 0%;
	padding: 0pt 10px 0pt 0pt;
}
.jDrawer-vertical .jDrawer-title-l-active
{
	background: transparent url(../images/jDrawer-vertical-title-l-active.png) no-repeat scroll 0% 0%;
	padding: 0pt 0pt 0pt 10px;
}

.jDrawer-vertical .jDrawer-title-r-active
{
	background: transparent url(../images/jDrawer-vertical-title-r-active.png) no-repeat scroll 100% 0%;
	padding: 0pt 10px 0pt 0pt;
}
.jDrawer-vertical .jDrawer-title-bg
{
	color: #6b6a64;
	height: 34px;
	cursor:pointer;
	font-size: 18px;
	line-height: 1.7em;
	padding: 2px 0pt;
}
.jDrawer-vertical .jDrawer-title-bg-active
{
	color: #FFFFFF;
	height: 34px;
	cursor:pointer;
	font-size: 18px;
	line-height: 1.7em;
	padding: 2px 0pt;
}
.jDrawer ul.jDrawer-list
{
	display: block;
	overflow: hidden;
	position: relative;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.jDrawer li.jDrawer-item
{
	display: block;
	_overflow: hidden;
	position: absolute;
	background-color:White;
	top: 0pt;
	left: 0pt;
	z-index: 1;
}

.jDrawer-vertical li.jDrawer-item
{
	width: 100%;
}

.jDrawer-horizontal li.jDrawer-item
{
	height: 100%;
}

.jDrawer li.jDrawer-active
{
	cursor:pointer;
}

.jDrawer-vertical .jDrawer-item-border-1
{
	background: transparent url(../images/jDrawer-vertical-item-l.gif) no-repeat scroll 0% 100%;
	padding: 0px 0px 0px 10px;
}

.jDrawer-vertical li.jDrawer-active .jDrawer-item-border-1
{
	background: transparent url(../images/jDrawer-vertical-item-l-active.gif) no-repeat scroll 0% 100%;
}

.jDrawer-vertical .jDrawer-item-border-2
{
	background: transparent url(../images/jDrawer-vertical-item-r.gif) no-repeat scroll 100% 100%;
	padding: 0px 10px 0px 0px;
}

.jDrawer-vertical li.jDrawer-active .jDrawer-item-border-2
{
	background: transparent url(../images/jDrawer-vertical-item-r-active.gif) no-repeat scroll 100% 100%;
}

.jDrawer-vertical .jDrawer-item-border-3
{
	background: transparent url(../images/jDrawer-vertical-item-b.gif) repeat-x scroll 0% 100%;
	padding: 0px 0px 10px 0px;
}

.jDrawer-vertical li.jDrawer-active .jDrawer-item-border-3
{
	background: transparent url(../images/jDrawer-vertical-item-b-active.gif) repeat-x scroll 0% 100%;
}

.jDrawer-vertical .jDrawer-content
{
	color: #969696;
	padding: 10px;
	/*background: transparent url(../images/jDrawer-vertical-item-bg.gif) repeat-x scroll 0% 100%;*/
}

.jDrawer-vertical li.jDrawer-active .jDrawer-content
{
	color: #333;
	background: transparent url(../images/jDrawer-vertical-item-bg-active.gif) repeat-x scroll 0% 100%;
}

.jDrawer-vertical .jDrawer-content h3
{
	font-size: 1.45em;
	font-weight: bold;
}

.jDrawer-horizontal .jDrawer-item-border-1
{
	background: transparent url(../images/jDrawer-horizontal-item-t.gif) no-repeat scroll 100% 0%;
	padding: 10px 0px 0px 0px;
}

.jDrawer-horizontal li.jDrawer-active .jDrawer-item-border-1
{
	background: transparent url(../images/jDrawer-horizontal-item-t-active.gif) no-repeat scroll 100% 0%;
}

.jDrawer-horizontal .jDrawer-item-border-2
{
	background: transparent url(../images/jDrawer-horizontal-item-b.gif) no-repeat scroll 100% 100%;
	padding: 0px 0px 10px 0px;
}

.jDrawer-horizontal li.jDrawer-active .jDrawer-item-border-2
{
	background: transparent url(../images/jDrawer-horizontal-item-b-active.gif) no-repeat scroll 100% 100%;
}

.jDrawer-horizontal .jDrawer-item-border-3
{
	background: transparent url(../images/jDrawer-horizontal-item-r.gif) repeat-y scroll 100% 0%;
	padding: 0px 10px 0px 0px;
}

.jDrawer-horizontal li.jDrawer-active .jDrawer-item-border-3
{
	background: transparent url(../images/jDrawer-horizontal-item-r-active.gif) repeat-y scroll 100% 0%;
}

.jDrawer-horizontal .jDrawer-content
{
	color: #969696;
	padding: 10px;
	background: transparent url(../images/jDrawer-horizontal-item-bg.gif) repeat-y scroll 100% 0%;
}

.jDrawer-horizontal li.jDrawer-active .jDrawer-content
{
	color: #333;
	background: transparent url(../images/jDrawer-horizontal-item-bg-active.gif) repeat-y scroll 100% 0%;
}

.jDrawer-horizontal .jDrawer-content h3
{
	font-size: 1.45em;
	font-weight: bold;
}

.jDrawer-vertical .jDrawer-buffer
{
	padding-top: 5px;
}

.jDrawer-horizontal .jDrawer-buffer
{
	float: left;
}

.jDrawer .jDrawer-divider
{
	border-top: 1px solid #E0E0E0;
	margin: 5px 0px;
}

.jDrawer-vertical li.jDrawer-active .jDrawer-divider
{
	border-top: 1px solid #969696;
}
