/* ================================================================ 
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;}

#outer {padding:0; text-align:left; margin:0; width:100%; background:url(../images/bg_top_menu.gif); height:30px;}
#outer ul {display:inline; margin:0 auto; padding:0; list-style-type:none; height:30px;}
#outer ul li {display:inline; width:auto; margin:0; height:30px; }
#outer ul li a {font-family:verdana, arial, sans-serif; float:left; font-size:12px;text-decoration:none;text-align:center; line-height:25px; display:block; height:24px; padding:0 15px; white-space:nowrap; color:#fff; margin-left:-1px;}
#outer ul li a.down {color:#fff; background: transparent;}
/*#outer ul li a:hover {color:#fff; background:url(../images/bg_topmenua.gif) repeat-x right center;height:30px;}*/
#outer ul li a.down:hover, #outer ul li a.select {color:#fff; background:url(../images/bg_topmenua.gif) repeat-x right center;height:30px;}

#outer ul li a:focus {outline:0;}
#outer ul li.clicked a, #outer ul li.clicked a:hover {color:#fff; background:url(../images/bg_topmenua.gif) repeat-x right center;height:30px;}
#outer ul li.clicked a.select:hover {color:#fff; background:url(../images/bg_topmenua.gif) repeat-x right center;height:30px;}

#submenus ul.none {display:none;}
#submenus ul.yes {display:inline;}

#selected ul {display:inline; background:#6a849f;}

#submenus {text-align:center;  background: transparent; width:100%;position:absolute;}
#submenus ul {margin:0 auto; padding:0; list-style-type:none; height:28px; text-align:center}
#submenus ul li {display:inline; width:auto; margin:0;}
#submenus ul li a {color: #003366;font-family:verdana, arial, sans-serif;font-size:12px;float:left; text-decoration:none;text-align:center; line-height:28px; display:block; height:28px; padding:0px 10px; white-space:nowrap; background: url(../Images/bg_menu_sub_sep.gif) no-repeat right center;}
#submenus ul li a.last {background: transparent;}
#submenus ul li a:hover {color:#003366; text-decoration:underline;}

#selected {clear:left; text-align:center; width:100%; background:#6a849f; position:absolute;}
#selected ul {margin:0 auto; padding:0; list-style-type:none; height:20px;}
#selected ul li {display:inline; width:auto; margin:0;}
#selected ul li a {font-family:verdana, arial, sans-serif; float:left; font-size:10px; 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(diamond2.gif) no-repeat right center;}
#selected ul li a.last {background:#6a849f;}
#selected ul li a:hover {color:#fff; text-decoration:underline;}



.submenus
{
	background: url(/Images/bg_menu_level2.gif) center center repeat-x;	
	height:27px;
	display:block;
	margin: 0;
	padding:0;	
	width: 100%;

}
