/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this scriptt and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_dropline_6.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* define defaults for IE */
#container {
	position:relative;
	z-index:100;
}
#outer {
	padding:0;
	text-align:center;
	margin:0;
	background:url(../images/bg.gif);
	height:30px;
	position:relative;
	z-index:500;
}
#outer ul {
	margin:0;
	padding:0;
	list-style-type:none;
	height:30px;
}
#outer ul li {
	float:left;
}
#outer ul li a {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	font-size:14px;
	text-decoration:none;
	text-align:center;
	line-height:33px;
	display:block;
	height:30px;
	padding:0 20px;
	white-space:nowrap;
	color:#fff;
	margin-left:-1px;
}
#outer ul li a.down {
	background:url(down.gif) no-repeat right center;
}
#outer ul li a:hover {
	color:#375173;
	background:#fff;
}
#outer ul li a:focus {
	outline:0;
}
#outer ul li#no1 a:hover {
	color:#375173;
	background:#41618a url(../images/hover1.gif) no-repeat 50% center;
}
#outer ul li#no1 a.down:hover {
	color:#375173;
	background:#41618a url(../images/hover1.gif) no-repeat 50% center;
}
#outer ul li#no1.clicked a.down {
	color:#375173;
	background:#41618a url(../images/hover1.gif) no-repeat 50% center;
}
#outer ul li#no2 a:hover {
	color:#375173;
	background:#41618a url(../images/hover1.gif) no-repeat 50% center;
}
#outer ul li#no2 a.down:hover {
	color:#375173;
	background:#41618a url(../images/hover1.gif) no-repeat 50% center;
}
#outer ul li#no2.clicked a.down {
	color:#375173;
	background:#41618a url(../images/hover1.gif) no-repeat 50% center;
}
#outer ul li#no3 a:hover {
	color:#375173;
	background:#41618a url(../images/hover2.gif) no-repeat 50% center;
}
#outer ul li#no3 a.down:hover {
	color:#375173;
	background:#41618a url(../images/hover2.gif) no-repeat 50% center;
}
#outer ul li#no3.clicked a.down {
	color:#375173;
	background:#41618a url(../images/hover2.gif) no-repeat 50% center;
}
#outer ul li#no4 a:hover {
	color:#375173;
	background:#41618a url(../images/hover1.gif) no-repeat 50% center;
}
#outer ul li#no4 a.down:hover {
	color:#375173;
	background:#41618a url(../images/hover1.gif) no-repeat 50% center;
}
#outer ul li#no4.clicked a.down {
	color:#375173;
	background:#41618a url(../images/hover1.gif) no-repeat 50% center;
}
#outer ul li#no5 a:hover {
	color:#375173;
	background:#41618a url(../images/hover3.gif) no-repeat 50% center;
}
#outer ul li#no5 a.down:hover {
	color:#375173;
	background:#41618a url(../images/hover3.gif) no-repeat 50% center;
}
#outer ul li#no5.clicked a.down {
	color:#375173;
	background:#41618a url(../images/hover3.gif) no-repeat 50% center;
}
#outer ul li#ul_6 a:hover {
	color:#375173;
	background:#41618a url(../images/hover.gif) no-repeat right center;
}
#outer ul li#ul_6 a.down:hover {
	color:#375173;
	background:#41618a url(../images/hover.gif) no-repeat right center;
}
#outer ul li#li_6.clicked a.down {
	color:#375173;
	background:#41618a url(../images/hover.gif) no-repeat right center;
}









#submenus {
	width:750px;
	background:#6a849f;
	position:absolute;
	top:0;
	left:19px;
	z-index:0;
	height:20px;
}
#submenus ul {
	margin:0 auto;
	padding:0;
	list-style-type:none;
	height:30px;
	position:absolute;
	top:0;
	left:0;
}
#submenus ul#ul_6 {
	background:#fff url(../images/border.gif) bottom left repeat-x;
	height:30px;
}
#submenus ul li {
	float:left;
}
#submenus ul li a {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	font-size:12px;
	color:#375173;
	text-decoration:none;
	text-align:center;
	line-height:30px;
	display:block;
	height:20px;
	padding:0 11px 0 7px;
	white-space:nowrap;
	background:url(../images/diamond2.gif) no-repeat right bottom;
}
#submenus ul li a:hover {
	color:#fb5b17;
	text-decoration:none;
}
#submenus ul li a.noBackground {
	background:none;
}

