/* CSS Document */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.preload1 {
	background: url(three_1.gif);
}
.preload2 {
	background: url(three_1a.gif);
}

#navH {
	padding:0;
	margin:0; 
	list-style:none; 
	height:27px; 
	background:url(../medias/menu_h_bg.jpg) repeat-x; 
	position:relative; 
	z-index:50; 
	font-family:arial, verdana, sans-serif;
	width:830px;
	float:left;
}
#navH li.top {
	display:block; 
	float:left; 
	height:27px;
	background-image:url(../medias/menu_h_sep.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
#navH li a.top_link {
	display:block;
	float:left; 
	height:27px; 
	line-height:27px; 
	color:#fff; 
	text-decoration:none; 
	font-size:11px; 
	font-weight:bold; 
	padding:0 0 0 12px; 
	cursor:pointer;
	text-transform:uppercase;
	font-size:12px;
}
#navH li a.top_link span {
	float:left;
	display:block;
	padding:0 12px 0 6px;
	height:27px;
}
#navH li a.top_link span.down {
	float:left; 
	display:block; 
	padding:0 12px 0 6px; 
	height:27px; 
	background: url(../medias/three_0a.gif) no-repeat right top;
}
#navH li:hover a.top_link {
	color:#fff; 
	background: url(../medias/three_1.gif) no-repeat;
}
#navH li:hover a.top_link span {
	background:url(../medias/three_1.gif) no-repeat right top;
}
#navH li:hover a.top_link span.down {
	background:url(../medias/three_1a.gif) no-repeat right top;
}
/* Default list styling */
#navH li:hover {
	position:relative; 
	z-index:200;
}
#navH li:hover ul.sub {
	left:1px; 
	top:27px; 
	background: #212121; 
	padding:8px; 
	border:1px solid #9f9e9e; 
	white-space:nowrap; 
	width:90px; 
	height:auto; 
	z-index:300;
}
#navH li:hover ul.sub li {
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:90px; 
	font-weight:normal;
	padding:2px;
	border-bottom:1px dashed #181818;
}
#navH li:hover ul.sub li a {
	display:block; 
	font-size:11px; 
	height:18px; 
	width:88px; 
	line-height:18px; 
	text-indent:5px; 
	color:#fff; 
	text-decoration:none;
}
#navH li ul.sub li a.fly {
	background:#212121 url(../medias/arrow.gif) 80px 6px no-repeat;
}
#navH li:hover ul.sub li a:hover  {
	background:#ccc; 
	color:#000; 
	border-color:#fff;
}
#navH li:hover ul.sub li a.fly:hover {
	background:#ccc url(../medias/arrow_over.gif) 80px 6px no-repeat; 
	color:#000;
}
#navH li:hover li:hover ul,
#navH li:hover li:hover li:hover ul,
#navH li:hover li:hover li:hover li:hover ul,
#navH li:hover li:hover li:hover li:hover li:hover ul {
	left:90px; 
	top:-4px; 
	background: #212121; 
	padding:5px; 
	border:1px solid #a2a1a1; 
	white-space:nowrap; 
	width:90px; 
	z-index:400; 
	height:auto;
}
#navH ul, 
#navH li:hover ul ul,
#navH li:hover li:hover ul ul,
#navH li:hover li:hover li:hover ul ul,
#navH li:hover li:hover li:hover li:hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}
#navH li:hover li:hover a.fly,
#navH li:hover li:hover li:hover a.fly,
#navH li:hover li:hover li:hover li:hover a.fly,
#navH li:hover li:hover li:hover li:hover li:hover a.fly {
	background:#ccc url(../medias/arrow_over.gif) 80px 6px no-repeat; 
	color:#fff; 
	border-color:#fff;
}
#navH li:hover li:hover li a.fly,
#navH li:hover li:hover li:hover li a.fly,
#navH li:hover li:hover li:hover li:hover li a.fly {
	background:#ccc url(../medias/arrow.gif) 80px 6px no-repeat; 
	color:#000; border-color:#bbd37e;
} 
#navH li.first {
	background-image:url(../medias/menu_h_left.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:21px;
}
