
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#c-left .suckerdiv { width: 262px; height: 425px; background: url("../images/cleft-bg.jpg") no-repeat; padding: 45px 0 0 32px; z-index: 500; }
#c-left .suckerdiv { font-family: tahoma; font-size: 9pt; color: #fff; }

.suckerdiv ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 140px; /* Width of Menu Items */
	z-index: 500;
}

*html .suckerdiv ul { margin-top: 0px; }

.suckerdiv ul li
{
	position: relative;
	display: block;
	width: 100%;
	z-index: 500;
}

/* ----- элементы списка в главном меню ----- */
#c-left .suckerdiv li.main { margin: 0 0 12px 0; cursor: pointer; }
#c-left .suckerdiv li.main-act { margin: 0 0 12px 0; cursor: default; }

*html #c-left .suckerdiv li.main { margin: 0 0 11px 0; }
*html #c-left .suckerdiv li.main-act { margin: 0 0 11px 0; }
*:first-child+html #c-left .suckerdiv li.main { margin: 0 0 10px 0; }
*:first-child+html #c-left .suckerdiv li.main-act { margin: 0 0 10px 0; cursor: default; }

/*Sub level menu items */
/* ----- блок выпадающего меню ----- */
.suckerdiv ul li ul
{
	position: absolute;
	width: 121px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	background-color: #611322;
	border: 1px solid #a42f23;
	padding: 5px 5px 0 5px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.suckerdiv ul li ul li
{
	margin: 0 0 5px 0;
}

/* Sub level menu links style */
.suckerdiv a.amain
{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
}

.suckerdiv a.asub { color: #d2b7aa; text-decoration: none; text-indent: 5px; display: block; }
.suckerdiv a.asub:hover { color: #fff; }


	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
