/* ~~~ ©2006 by (v) ~~~
	vady[at]i.com.ua
*/

/* ~~~ [all <ul> tags] ~~~ */
.menuha, .menuha  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ~~~ [submenus (<ul> tags] ~~~ */
.menuha ul {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 65px;
	width: 129px;
	border-width: 8px 18px 8px 14px;
	border-style: solid;
	border-color: #fff
}

/* ~~~ [second and third levels, etc.] ~~~ */
.menuha ul ul {
	top: -1px;
	left: 90px;
	width: 150px;
}
.menuha ul ul ul {
	left: 149px;
}

/* ~~~ [all <li> tags] ~~~ */
.menuha li {
	float: left;
	position: relative;
	background: #7d347d;
/*	margin-right: -1px;*/
	color: #fff;
	font: 9px Century Gothic;
}

/* ~~~ [items in submenus] ~~~ */
.menuha ul li {
	float: none;
	margin-right: 0;
/*	border-bottom: 1px dotted #666666;*/
	background: #fff url(../images/menu-line.gif) repeat-x top;
	/* IE hack */
	_background-image: expression(previousSibling == null ? 'none' : 'inherit');
}
.menuha ul>li:first-child {
	background-image: none
}
.menuha ul li li {
	text-align: left;
}

/* ~~~ [links inside the menus] ~~~ */
.menuha a {
	display: block;
	padding: 25px 7px;
	color: #fff;
	text-decoration: none;
	font: bolder 12px Century Gothic;
}

.menuha ul li a  {
	font: bold 11px century gothic;
	color: #666666;
	padding: 6px 0;
	letter-spacing: -0.1em
}
.menuha a .no {
	display: none;
}

/* ~~~ [hovers & mouseovers] ~~~ */
.menuha a:hover, .menuha a.highlighted:hover, .menuha a:focus {
	color: #fff;
	background-color: #955a95;
	text-decoration: none;
}
.menuha a.highlighted {
	color: #FFF;
	background-color: #955a95;
}
.menuha ul li a:hover {
	color: #7d347d;
	background: inherit;
}

/* ~~~ [level-indicator] ~~~ */
.menuha a .level-indicator {
	display: none;
}
.menuha ul a .level-indicator {
	display: block;
	float: right;
	margin: 4px 1px 0px 4px;
}
#active {
	background: url(../images/menu-marker.gif) no-repeat top center
}
#active a:hover, #active a.highlighted:hover, #active a:focus, #active a.highlighted {
	background: #955a95 url(../images/menu-marker.gif) no-repeat top center
}

/* ('Escaped Comment' hack) for IE5/Mac */
.menuha a {
	float: left;
}
.menuha ul a {
	float: none;
}
/* \*/
.menuha a {
	float: none;
}
/* */

/* fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menuha  ul li {
	float: left;
	height: 1%;
}
* html .menuha  ul a {
	height: 1%;
}
/* End Hack */
