
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


#header .hmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 160px; /* Width of Menu Items */
	z-index: 500;
}
	
#header .hmenu ul li
{
	position: relative;
	display: block;
	width: 100%;
	z-index: 500;

}

/* ----- элементы списка в главном меню ----- */
/*#c-left #header .hmenu li.main { margin: 0 0 13px 0; cursor: pointer; }
#c-left #header .hmenu li.main-act { margin: 0 0 13px 0; cursor: default; }

*html #c-left #header .hmenu li.main { margin: 0 0 12px 0; }
*:first-child+html #c-left #header .hmenu li.main { margin: 0 0 12px 0; }
*/
/*Sub level menu items */


/* ----- блок выпадающего меню ----- */
#header .hmenu ul li ul
{
	position: absolute;
	width: 200px; /*sub menu width*/
	top: 0;
	left: 160px;
	visibility: hidden;
	padding: 0px 5px;
	background: url("../images/empty.gif") no-repeat;
}

#header .hmenu ul li ul li
{
	margin: 0 0 4px 0;
}

*html #header .hmenu ul li ul li
{
	margin: 0 0 0px 0;
}

*:first-child+html #header .hmenu ul li ul li
{
	margin: 0 0 0px 0;
}

#header .hmenu ul li ul li a { width: 185px; }
#header .hmenu a.asub { background: url("../images/menu-bd2.gif") no-repeat; }

/* Sub level menu links style */
#header .hmenu a.amain
{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
}

	
/* Holly Hack for IE \*/
*html #header .hmenu ul li { float: left; height: 1%; }
*html #header .hmenu ul li a { height: 1%; }

*:first-child+html #header .hmenu ul li { float: left; height: 1%; }
*:first-child+html #header .hmenu ul li a { height: 1%; }
/* End */
