.drawers-wrapper {
	position: relative;
	width: 160px;
	/*height: 222px;*/
	float:left;
	/*margin:10px;*/
}
.drawers {
	/*margin-bottom:15px;*/
	color:#76797C;
	font-size:11px;
	line-height: 24px;
	/*height: 222px;*/
}
.drawer {
	/*background:transparent url(../images/sideboxlight_bg.gif) repeat-y scroll 0pt;*/
	background: url(../images/bottom-left-menu-bars.png) no-repeat !important;
	background-attachment: scroll;
	background-position: left top !important;
	color:#666;
	font-size:11px;
	*height: 27px;
	line-height: 27px;
	/*line-height:1.3em;*/
	border-top:1px solid #fff;
}
.drawer.open{
    *height: auto !important;
    *padding-top: 0 !important;
    *margin-top: 0 !important;
}
.drawer.legal, .drawer.item2 {
	background-position: 0 -28px !important;
}
.drawer.commercial, .drawer.item3 {
	background-position: 0 -56px !important;
}
.drawer.other, .drawer.item4 {
	background-position: 0 -84px !important;
}
.drawer-handle {
	display: block;
	width: 132px !important;
	/**width: 154px !important;*/
	height: 28px !important;
	*height: 27px !important;
	margin-left: 6px;
	padding-left: 22px;
	background: url(../images/arrow-right.png) no-repeat;
	background-position: center left;
	line-height: 27px;
	text-decoration: none;
	color: #fff !important;
	font-size: 13px;
	cursor:pointer;
}
a.drawer-handle { height:28px; }
a.drawer-handle:hover {
	background: url(../images/arrow-right-rollover.png) no-repeat;
	background-position: center left;
	color: #d6fb73 !important;
}
a.drawer-handle.open 
{
    background: url(../images/arrow-down.png) no-repeat;
	background-position: center left;
}

.drawer ul {
	/*padding: 0 12px;*/
	height: auto !important;
	padding-bottom:0pt;
	background: url(../images/bottom-left-menu-background.png) repeat-y !important;
}
.drawer li {
	/*border-bottom:1px solid #E5E5E5;*/
	line-height:28px;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	/*height: 28px;
	line-height:18px;*/
}
.drawer-content ul {
	padding-top: 7px;
}
.drawer ul li a {
	display:block;
	overflow:hidden;
	line-height:28px;
	height:28px;
	margin-left: 7px !important;
	padding-left: 7px !important;
	background: none !important;
	color:#666666;
	text-decoration:none;
}
.drawer ul li a:hover {
	background: url(../images/dot-rollover.png) no-repeat !important;
	background-position: center left !important;
}
