/* ================================================================ 
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 */
#content {position:relative;background:#ffffff url(images/menubg2.jpg) bottom repeat-x; width:100%;}

#outer {
	position: relative;
	left:70px;
	text-align:right;
	padding:0;
	margin:0;
	height:27;
	width:90%;
	z-index: 100;
}
#outer ul { text-align:right;display:table; margin:0 auto; padding:0; list-style-type:none; height:26px; border-left:0px solid #28103B;}
#outer ul li {display:table-cell; width:auto; margin:0; height:26px;}
#outer ul li a {font-family: Arial, Helvetica, sans-serif; float:left; font-size:10pt; text-decoration:none; font-weight:bold;text-align:center; line-height:22px; display:block; height:24px; padding:0 15px; white-space:nowrap; color:#28103B; border:0px solid #330066; margin-left:-1px;}
#outer ul li a.down {background:url(images/down.gif) no-repeat right center;}
#outer ul li a:hover {color:#fff; background: url(images/menubg.jpg);}
#outer ul li a.down:hover, #outer ul li a.select {color:#ffcc00; background:#28103B url(images/down_over.gif) no-repeat right center;}

#outer ul li a:focus {outline:0;}
#outer ul li.clicked a, #outer ul li.clicked a:hover {color:#ffcc00; background:#28103B url(images/down_up.gif) no-repeat right center;}
#outer ul li.clicked a.select:hover {color:#fff; background:#28103B url(images/down_over.gif) no-repeat right center;}

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

#selected ul {display:table; background:url(images/menubg.jpg);}

#submenus {clear:left; text-align:center; width:100%; background:url(images/menubg.jpg); position:absolute;}
#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:Arial, Helvetica, sans-serif; float:left; font-size:10pt; color:#fff; text-decoration:none;text-align:center; line-height:16px; display:block; height:20px; padding:0 10px 0 10px; white-space:nowrap; background: url(images/diamond2.gif) no-repeat right center;}
#submenus ul li a.last {background:url(images/menubg.jpg);}
#submenus ul li a:hover {color:#ffcc00; text-decoration:none;}

#selected {clear:left; text-align:center; width:100%; background: url(images/menubg.jpg) repeat-x; position:absolute;}
#selected ul {margin:0 auto; padding:0; list-style-type:none; height:20px;}
#selected ul li {display:table-cell; width:auto; margin:0;}
#selected ul li a {font-family:Arial, Helvetica, sans-serif; float:left; font-size:10pt; color:#fff; text-decoration:none;text-align:center; line-height:16px; display:block; height:20px; padding:0 14px 0 10px; white-space:nowrap; background: url(images/diamond2.gif) no-repeat right center;}
#selected ul li a.last {background:url(images/menubg.jpg);}
#selected ul li a:hover {color:#ffcc00; text-decoration:none;}
