/* ================================================================ 
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(../img/three_1.gif);}
.preload2 {background: url(../img/three_1a.gif);}

#nav {
	font-family: "MS PGothic";
	padding:0px 0px 0px 70px;
	margin:0px;
	list-style:none;
	height:42px;
	position:relative;
	z-index:500;
	background-color: #ffffff;
	background-image: url(../img/three_0.gif);
	background-repeat: repeat-x;
}
#nav li.top {
	display:block;
	float:left;
	height:42px;
	margin:0px 20px 0px 0px;
}
#nav li a.top_link {
	display:block;
	float:left;
	height:42px;
	line-height:42px;
	color:#ccc;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	cursor:pointer;
	background-image: url(../img/three_0.gif);
}
#nav li a.top_link span {
	float:left;
	display:block;
	height:42px;
	background: url(../img/three_0.gif) right top no-repeat;
	padding:0px 0px 0px 100px;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0px 0px 0px 40px;
	height:42px;
	background: url(../three_0a.gif) no-repeat right top;
	font-size: 13px;
	color: #FFFFFF;
	width:94px;
}

#nav li:hover a.top_link {
	color:#fff;
	background: url(../img/three_1.gif) no-repeat;
}
#nav li:hover a.top_link span {
	background:url(../img/three_1.gif) no-repeat right top;
}
#nav li:hover a.top_link span.down {
	background:url(three_1a.gif) no-repeat right top;
}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{
	left:1px;
	top:40px;
	padding:10px 0px 10px 4px;
	border:1px solid #c35244;
	white-space:nowrap;
	width:126px;
	height:auto;
	z-index:300;
	background-image: url(../img/touming_1.png);
	background-repeat: repeat;
}
#nav li:hover ul.sub li
{
	display:block;
	height:20px;
	position:relative;
	float:left;
	font-weight:normal;
}
#nav li:hover ul.sub li a
{
	display:block;
	font-size:12px;
	height:22px;
	width:122px;
	line-height:22px;
	text-indent:5px;
	color:#000;
	text-decoration:none;
}
#nav li:hover ul.sub li a:hover 
{
	color:#fff;
	border-color:#fff;
	background-color: #AA0000;
	background-image: url(../img/menu_selected_img_1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/********************************************************/
#nav li:hover ul.sub1
{
	left:1px;
	top:40px;
	padding:10px 0px 10px 4px;
	border:1px solid #c35244;
	white-space:nowrap;
	width:155px;
	height:auto;
	z-index:300;
	background-image: url(../img/touming_1.png);
	background-repeat: repeat;
}
#nav li:hover ul.sub1 li
{
	display:block;
	height:20px;
	position:relative;
	float:left;
	font-weight:normal;
}
#nav li:hover ul.sub1 li a
{
	display:block;
	font-size:12px;
	height:22px;
	width:150px;
	line-height:22px;
	text-indent:5px;
	color:#000;
	text-decoration:none;
}
#nav li:hover ul.sub1 li a:hover 
{
	color:#fff;
	border-color:#fff;
	background-color: #AA0000;
	background-image: url(../img/menu_selected_img_3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/***************************************************/

#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{
	left:100px;
	top:-4px;
	padding:5px;
	border:1px solid #c35244;
	white-space:nowrap;
	width:150px;
	z-index:400;
	height:auto;
	background-image: url(../img/touming_1.png);
	background-repeat: repeat;
}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav 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;}


#nav li ul.sub1 li a.fly
{
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 90px 6px;
}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{
	color:#fff;
	border-color:#fff;
	background-image: url(../img/menu_selected_img_2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} 