/* menu */
#menu {
	margin: 0;
	padding:0px 0px 0px 180px;
	height: 58px;
}

#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
}

#menu ul li {
	background-image:url(images/bg-menu-separator.gif);
	background-position:right top;
	background-repeat:no-repeat;
	position: relative;
	color: #fff;
	font-size: 10px;
	display: inline;
	float: left;
}

#menu .end {
	background-image: none;
}


/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #6b5d50;
	padding: 18px 10px 9px 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding: 7px 10px 9px 10px;
	color: #6b5d50;
	}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #3d68a7;
	background-image: url(images/bg-menu-o.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005389;
}

/* Hover of the Main Menu */
#menu ul li:hover {
	position: relative;
}

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	color: #3d68a7;
}

/* 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: 211px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0;
	z-index: 0;
	color: #015287;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #00528B;
}

/* Added specifically for Internet Explorer */
* html #menu ul li:hover ul {
	background: none;
	color: #3d68a7;
}

#menu ul li ul li,
#menu ul li.more ul li {
	width: 211px;
	padding: 0;
	background-color: #FFF;
	background-image: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #015289;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background:transparent none repeat scroll 0%;
	border-left:1px solid #025189;
	color:#6F6259;
	float:none;
	font-size:11px;
	font-variant:normal;
	font-weight:normal;
	padding:4px 0px 4px 10px;
	text-transform:none;
	width:200px;
}

#menu ul li ul li:hover {
	color: #000000;
}

#menu ul li ul li a:hover {
	color: #3d68a7;
	padding: 4px 0px 4px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #114B70;
	background-image: url(images/bg-drop-line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#menu ul li ul li:hover > a {
	color: #000000;
	padding: 4px 0px 4px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00497B;
}

#menu ul li ul li ul,
#menu ul li:hover ul li ul {
	display: none;
	background-image: 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: 1;
	border-right: none;
	width: 211px;
	background-image: none;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a {
	width: 211px;
	background-image: none;
}

#menu ul li:hover ul li:hover ul li a {
	background-image: none;
}
