/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
ul#menu {
	padding:0; 
	background:url(back2.gif); 
	list-style:none; 
	text-align:center; 
	margin:0 auto; 
	height:35px; 
	width:955px; 
	position:absolute; /*left:0; top:139px */;
/* font-family:arial, sans-serif;
font-size:12px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
ul#menu ul {
	padding:0; 
	margin:0; 
	list-style:none; 
	position:absolute; 
	left:-9999px;}
	
ul#menu table {
	border-collapse:collapse; 
	font-size:1em; 
	float:left; 
	margin:-1px;}

ul#menu ul li {
	float:left; 
	margin:0; 
	text-align:left;}
	
ul#menu ul li a {
	display:block; 
	line-height:35px; 
	margin:0; 
	padding:0 10px; 
	/*background:transparent;*/ 
	background:url(back2.gif); width:150px;}

ul#menu li {
	display:inline; 
	margin:0 -2px; 
	text-align:left;}
	
	/*this is for the unhovered text*/
ul#menu li a {
	display:inline-block; 
	height:35px; 
	margin:0px 0 0 0;
	padding:0 10px 0 0; 
	/* background: #CEBB8A;*/ 
	line-height:35px; 
	text-decoration:none; 
	color:#003399;}
/* ul#menu li a.sub {background:url(button-arrow.gif) right top;} */

/* removes down arrow */
ul#menu li a.sub {
	background:url(back2.gif)/* background: #CEBB8A;*/;}

html>/**/body ul#menu li {
	display:inline-block; 
	padding:0;}

* html ul#menu li a.sub {
	margin-right:3px;}
* html ul#menu li a {
	margin-bottom:-4px;}

ul#menu li a b {
	display:block; 
	height:35px; 
	float:left; 
	padding:0 0 0 10px; /* background: #CEBB8A;*/ 
	background:url(back2.gif); 
	cursor:pointer;}

/* next seems to be for ie6 and firefox...top level, don't change this bkdg to gif*/
ul#menu li a:hover {
	position:relative; 
	background-position:right bottom; 
	color:#006633; 
	background:#fff; }
	
ul#menu li a:hover b {
	background-position:left bottom; 
	background:#fff;  
}

ul#menu li:hover {
	position:relative; }

/* this is for top level color change */
ul#menu li:hover > a {
	background-position:right bottom;
	color:#006633;
	background:url(back3.gif);  /*don't have this in folder but leave in this code so the line stays showing*/
}
	
ul#menu li:hover > a b {
	background-position:left bottom;  
	background:url(back3.gif); }
	
/* this top changed how close drop down is to top level line */
ul#menu :hover ul {
	left:0px; 
	width:105px; 
	top:35px; 
	background:url(back3.gif);}
	
* html ul#menu :hover ul {
	top:35px; 
	background:url(back3.gif);}

ul#menu :hover ul li {
	display:block; 
	float:left; 
	margin:0; 
	border-bottom:0px solid #fff;}
	
/* change width below and color for 2nd level, don't change this bkdg to gif */
ul#menu :hover ul li a {
	display:block;
	float:left;
	margin:0;
	height:25px;
	line-height:25px;
	width:180px;
	background:#F1F1E4;
	color:#003399;
	font-weight: normal;
}
ul#menu :hover ul li a.fly {
	background:#F1F1E4 url(arrow-over.gif) no-repeat right center;}
ul#menu :hover ul li a:hover {
	background:#F1F1E4;
	color:#006633;
}
ul#menu :hover ul li:hover > a {
	background:#F1F1E4; color:#006633;}

ul#menu :hover ul li a.fly:hover {
	background:#F1F1E4 url(arrow-over.gif) no-repeat right center;}
ul#menu :hover ul li:hover > a.fly {
	background:#F1F1E4 url(arrow-over.gif) no-repeat right center;}

ul#menu :hover ul ul {left:-9999px;}

/* shifts flyout to the right by left px*/
ul#menu :hover ul :hover ul {
	left:200px; top:0; width:190px;}

ul#menu :hover ul :hover ul li {
	display:block; 
	float:left; margin:0; 
	border-bottom:0px solid #fff;}
	
/* change color and width for 3rd level */
ul#menu :hover ul :hover ul li a {
	display:block;
	float:left;
	margin:0;
	height:25px;
	line-height:25px;
	background:#F1F1E4;
	color:#003399;
	width:190px;
}
/* background and color of 3rd level flyout */
ul#menu :hover ul :hover ul li a:hover {
	color:#003399; 
	background:#F1F1E4;}


