/* ================================================================ 
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_4.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%;
	height:30px;
	background-image: url(tab.png); background-repeat: repeat; behavior: url(iepngfix.htc);
}
#outer ul {display:table; margin:0 auto; padding:0; list-style-type:none; height:26px; border-left:1px solid #555;}
#outer ul li {display:table-cell; width:auto; margin:0; height:26px; }
#outer ul li a {font-family:verdana, arial, sans-serif; float:left; font-size:10px; text-decoration:none;text-align:center; line-height:22px; display:block; height:24px; padding:0 20px; white-space:nowrap; color:#000; border:1px solid #555; margin-left:-1px;}
#outer ul li a.down {background:url(down.gif) no-repeat right center;}
#outer ul li a:hover {
	color:#fff;
	background-color: #d2ad38;
}
#outer ul li a.down:hover {
	color:#fff;
	background-color: #d2ad38;
	background-image: url(down_over.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#outer ul li a:focus {outline:0;}
#outer ul li.clicked a, #outer ul li.clicked a:hover {
	color:#000;
	;
	background-color: #d2ad38;
	background-image: url(down_up.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#submenus ul.none {display:none;}
#submenus ul.yes {display:table;}

#submenus {
	clear:left;
	text-align:center;
	width:100%;
	position:absolute;
	background-image: url(images/gold_trans_DivBack2.png);
}
#submenus ul {margin:0 auto; padding:0; list-style-type:none; height:20px;}
#submenus ul li {display:table-cell; width:auto; margin:0;}
#submenus ul li a {
	font-family:verdana, arial, sans-serif;
	float:left;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	text-align:center;
	line-height:16px;
	display:block;
	height:20px;
	padding:0 14px 0 10px;
	white-space:nowrap;
	background: url(diamond.gif) no-repeat right center;
}
#submenus ul li a.last {

}
#submenus ul li a:hover {
	color:#FFCC00;
	text-decoration:underline;
}
