@charset "utf-8";
/* CSS Document */

#topnav {
	width: 886px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-topnav.jpg);
	background-repeat: no-repeat;
	background-position: 8px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/* THIS IS THE MENU 
---------------------------------------------------------*/

/* Overall Box Properties */
#menu {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 37px;
}

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

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

/* Edit look of 1st level menu items */
#menu ul li a {
	color:#FFF;
	display:block;
	float:left;
	font-size:0.9em;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:uppercase;
	height:19px;
	padding-top:14px;
	width:138px;
	background-image:url(images/bg-menu-button.gif);
	background-repeat:no-repeat;
	background-position:center top;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#FFF;
	margin:0;
}
/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding-top: 14px;
	width: 138px;
	height: 19px;
	background-image: url(images/bg-menu-button.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/bg-menu-button-drop.gif);
}

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

/* Hover of the Main Menu */
#menu ul li:hover {
	position: relative;
	color: #fff;
	background-image: none;
}

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/bg-menu-button-drop.gif);
}

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

/* Added specifically for Internet Explorer */
* html #menu ul li:hover ul {
	width: 140px;
	background-image: none;
}

#menu ul li ul li,
#menu ul li.more ul li {
	background-color: #000000;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	float: none;
	padding: 10px;
	width: 120px;
	text-transform: none;
	background-image: none;
}

#menu ul li ul li:hover {
	background-color: #3378B3;
}

#menu ul li ul li a:hover {
	color: #FFFFFF;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 10px;
	width: 120px;
	background-image: none;
}

#menu ul li ul li:hover > a {
	color: #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

#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;
	border-right: none;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a {
}

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