#menu {
	position:relative;
	z-index:500;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:1px 0 0 0;
	float:left;
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
}

/* Position of menu elements */
#menu ul li {
	position: relative;
	color: #fff;
	display: inline;
	padding: 0;
	margin:0;
	float: left;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #fff;
	padding: 28px 25px 10px 25px;
	text-decoration: none;
	font-weight:bold;
	font-size: 90%;
	letter-spacing:1px;
	background:transparent url(../images/nav_top_border.gif) no-repeat right bottom;
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding: 28px 25px 10px 25px;
}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #a4d6fb;
	background:#000 url(../images/nav_top_over.gif) no-repeat right bottom;
}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
}

/* Hover of the Main Menu */
#menu ul li:hover {

	background: #003366;  
	position: relative;
	color: #004393;
	background:#000 url(../images/nav_top_over.gif) no-repeat right bottom;
}

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	padding: 28px 25px 10px 25px;
	color: #a4d6fb;
	background:#000 url(../images/nav_top_over.gif) no-repeat right bottom;
}

/* For Top Level Hover when on the second level (I think) */
#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 180px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
}

/* Added specifically for Internet Explorer */
* html #menu ul li:hover ul { 
	background: none; 
}

#menu ul li ul li,
#menu ul li.more ul li {
	width: 174px;
	background: #fff;
	padding: 0;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: none;
	padding: 8px 0px 8px 25px;
	width: 150px;
	font-variant: normal;
	font-weight: normal;
	font-size: 70%;
	color: #fff;
	float: none;
	background: #14293f;
	border-bottom:solid 1px #fff;
	text-align:left;
}

#menu ul li ul li:hover { 
	
}

#menu ul li ul li a:hover {
	color:#a4d6fb;
	text-decoration:underline;
	background: #14293f;
	padding: 8px 0px 8px 25px;
}

#menu ul li ul li:hover > a {
	color:#a4d6fb;
	text-decoration:underline;
	background: #14293f;
	padding: 8px 0px 8px 25px;
}

#menu ul li ul li ul,
#menu ul li:hover ul li ul { 
	display: none; 
}

#menu ul li ul li:hover ul,
#menu li.exp:hover ul,
#menu ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	left: 100%;
	top: 0px;
	z-index: 300;
	width: 15px;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a { 
	width: 150px;
}

#menu ul li:hover ul li:hover ul li a {
}
