/* ================================================================ 
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_5.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 
a {color:#000;}
a:visited {color:#111;}
a:hover {color:#222;}
#content {position:relative;} */

#outer {
	padding:0; 
	text-align:center; 
	margin:0; 
/*	width:100%;  */
	width:520px;
	z-index:500;
	height:40px;
	position:relative;
	float:left;
}
#outer ul {
	display:table; 
	margin:0; 
	padding:0; 
	list-style-type:none; 
/*	height:26px;  */
	line-height:100%;
}
#outer ul li {
	display:table-cell; 
	width:auto; 
	margin:0; 
/*	height:26px;  */
}
#outer ul li a {
	float:left; 
	text-decoration:none;
	text-align:center; 
/*	line-height:22px; */
	display:block; 
	height:14px; 
	padding:0 10px; 
	white-space:nowrap; 
	padding:14px 15px 12px 15px;
	border-right: 1px solid #BBBBBB;
	font-weight:bold;
	color:#333;

}
#outer ul li a.down {
/*	background:url(down.gif) no-repeat right center; */
}
#outer ul li a:hover {
/*	color:#fff; 
	background:#689; */
	background-image:url(../images/navarrow.png);
	background-position:50% 100%;
	background-repeat:no-repeat;
	background-color:#999999;
}
#outer ul li a.down:hover, #outer ul li a.select {
/*	color:#fff; 
	background:#689 url(down_over.gif) no-repeat right center; */
	background-image:url(../images/navarrow.png);
	background-position:50% 100%;
	background-repeat:no-repeat;
	background-color:#999999;
}

#outer ul li a:focus {outline:0;}
#outer ul li.clicked a, #outer ul li.clicked a:hover {
/*	color:#000; 
	background:#8ac url(down_up.gif) no-repeat right center; */
	background-image:url(../images/navarrow.png);
	background-position:50% 100%;
	background-repeat:no-repeat;
	background-color:#999999;
}
#outer ul li.clicked a.select:hover {
/*	color:#fff; 
	background:#a4a427 url(down_over.gif) no-repeat right center; */
	background-image:url(../images/navarrow.png);
	background-position:50% 100%;
	background-repeat:no-repeat;
	background-color:#999999;
}
#outer ul li a.lasthorinav {
	border-right: none;
}


#submenus ul.none {display:none;}
#submenus ul.yes {display:table;}

#submenus {
	clear:left; 
	text-align:center; 
/*	width:100%;  */
	width:960px;
	background-color: #CCC;
	filter:alpha(opacity=90);
    opacity:0.9;
	position:absolute;
	left:0;
	top:40px;
	z-index:900;
}
#submenus ul {
	margin:0 auto; 
	padding:0; 
	list-style-type:none; 
	height:26px;
	float:left;
}
#submenus ul li {
	display:table-cell; 
	width:auto; 
	margin:0;
	height:26px;
}
#submenus ul li a {
/*	font-family:verdana, arial, sans-serif; */
	float:left; 
/*	font-size:10px;  */
	color:#000; 
	font-weight:bold;
	text-decoration:none;
	text-align:center; 
	line-height:26px; 
	display:block; 
	height:26px; 
	padding:0 10px 0 10px; 
	white-space:nowrap; 
/*	background: url(diamond2.gif) no-repeat right center; */
	border-right:#999 thin solid;
	background-color:#CCC;
	filter:alpha(opacity=70);
    opacity:0.7;

}
#submenus ul li a.last {
/*	background:transparent; */
	border-right:none;
}
#submenus ul li a:hover {
	color:#2F405E; 
	background:#e8e8e8; 
	border-color: #fff #fff #fff #fff; 
	line-height:26px;
	text-decoration:underline;
	filter:alpha(opacity=70);
    opacity:0.7;
}
