.jDrawer
{
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;
}

.jDrawer a
{
	color: #000;
	text-decoration: none;
}

.jDrawer li.jDrawer-active a
{
	color: #054378;
}

.jDrawer a:hover
{
	color: #000000 !important;
	text-decoration: underline;
}


#jDrawer-Main.jDrawer-vertical
{
	width: 570px;
}
#jDrawer-Main
{
	height: 100%; float:left;
}

#jDrawer-rcol.jDrawer-vertical
{
	width: 190px;
}

.jDrawer-sims.jDrawer-vertical
{
	width: 125px;
}

.jDrawer-sims ul.jDrawer-list
{
	display: block;
	overflow: hidden;
	position: relative;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 125px
}

.jDrawer-horizontal
{
	height: 184px;
}

.jDrawer-vertical .jDrawer-title-l
{
	background: transparent url(jquery.jdrawer/jDrawer-vertical-title-l.png) no-repeat scroll 0% 0%;
	padding: 0pt 0pt 0pt 5px;
	text-align:center;
}

.jDrawer-vertical .jDrawer-title-r
{
	background: transparent url(jquery.jdrawer/jDrawer-vertical-title-r.png) no-repeat scroll 100% 0%;
	padding: 0pt 5px 0pt 0pt;
}

.jDrawer-vertical .jDrawer-title-bg
{
	
	height: 15px;
	font: 9px Helvetica, Arial, Verdana, sans-serif;
	color:#c80000;
	line-height: 1.7em;
	padding: 5px 0pt;
}

#jDrawer-Main .jDrawer-list
{
	height: 600px;
	 
}

#jDrawer-rcol .jDrawer-list
{
	height: 500px;
	 
}

.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;
	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
{

}

.jDrawer-vertical .jDrawer-item-border-1
{
	background: transparent url(jquery.jdrawer/jDrawer-vertical-item-l.png) no-repeat scroll 0% 100%;
	padding: 0px 0px 0px 10px;
}

.jDrawer-vertical li.jDrawer-active .jDrawer-item-border-1
{
	background: transparent url(jquery.jdrawer/jDrawer-vertical-item-l-active.png) no-repeat scroll 0% 100%;
}

.jDrawer-vertical .jDrawer-item-border-2
{
	background: transparent url(jquery.jdrawer/jDrawer-vertical-item-r.png) no-repeat scroll 100% 100%;
	padding: 0px 10px 0px 0px;
}

.jDrawer-vertical li.jDrawer-active .jDrawer-item-border-2
{
	background: transparent url(jquery.jdrawer/jDrawer-vertical-item-r-active.png) no-repeat scroll 100% 100%;
}

.jDrawer-vertical .jDrawer-item-border-3
{
	background: transparent url(jquery.jdrawer/jDrawer-vertical-item-b.png) repeat-x scroll 0% 100%;
	padding: 0px 0px 10px 0px;
}

.jDrawer-vertical li.jDrawer-active .jDrawer-item-border-3
{
	background: transparent url(jquery.jdrawer/jDrawer-vertical-item-b-active.png) repeat-x scroll 0% 100%;
}

.jDrawer-vertical .jDrawer-content
{
	color: #000;
	padding-top:5px;
	background: transparent url(jquery.jdrawer/jDrawer-vertical-item-bg.gif) repeat scroll 0% 100%;
}

.jDrawer-vertical li.jDrawer-active .jDrawer-content
{
	color: #c80000;
	background: transparent url(jquery.jdrawer/jDrawer-vertical-item-bg-active.png) repeat-x scroll 0% 100%;
}

.jDrawer-vertical .jDrawer-content h3
{
	font-size: 14px;
	font-weight:900;
}

.jDrawer-vertical .jDrawer-content h4
{
	font-size: 11px;
	font-weight:900;
}

.jDrawer-horizontal .jDrawer-item-border-1
{
	background: transparent url(jquery.jdrawer/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(jquery.jdrawer/jDrawer-horizontal-item-t-active.gif) no-repeat scroll 100% 0%;
}

.jDrawer-horizontal .jDrawer-item-border-2
{
	background: transparent url(jquery.jdrawer/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(jquery.jdrawer/jDrawer-horizontal-item-b-active.gif) no-repeat scroll 100% 100%;
}

.jDrawer-horizontal .jDrawer-item-border-3
{
	background: transparent url(jquery.jdrawer/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(jquery.jdrawer/jDrawer-horizontal-item-r-active.gif) repeat-y scroll 100% 0%;
}

.jDrawer-horizontal .jDrawer-content
{
	color: #7d7d7d;
	padding: 10px;
	background: transparent url(jquery.jdrawer/jDrawer-horizontal-item-bg.gif) repeat-y scroll 100% 0%;
}

.jDrawer-horizontal li.jDrawer-active .jDrawer-content
{
	color: #333;
	background: transparent url(jquery.jdrawer/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 .jDrawer-handle
{
	padding-top: 5px;
}

.jDrawer-horizontal .jDrawer-buffer .jDrawer-handle
{
	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;
}


.jDrawer-sims ul.jDrawer-list
{
	display: block;
	overflow: hidden;
	position: relative;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 125px
}