@charset "utf-8";
#topnav {
	background-image: url(images/bg-topnav.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

/* CSS Document */

/* THIS IS THE MENU 
---------------------------------------------------------
 Overall Box Properties */
#menu {
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 730px;
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	list-style:none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/* Position of menu elements */
#menu ul li {
	float: left;
	display: inline;
	background-image: url(images/bg-list.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	height: 30px;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	text-decoration:none;
	color: #013f5c;
	font-size: 13px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-position: top;
	padding-right: 14px;
	padding-left: 14px;
}

#contact,#contact a,#contact a:link,#contact a:visited,#contact a:hover {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:right;
	border-bottom-width:6px;
	border-bottom-style:solid;
	border-bottom-color:#B27F29;
	line-height:36px;
	text-decoration:none;
}

/* Added specifically for Internet Explorer 
 Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #647d29;
}

/* Position of Drop Down Elements */
#menu ul li ul {
position:absolute;
display:none;
padding-right:5px;
padding-left:0;
}

/* Hover of the Main Menu */
#menu ul li:hover {
	position:relative;
	color:#FFF;
	z-index:9999;
}

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,#menu li a:hover,* html #menu li a:hover {
	color:#647d29;
}

/* 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:200px;
height:auto;
z-index:9999;
margin:0;
padding:0;
}

/* Added specifically for Internet Explorer */
* html #menu ul li:hover ul {
background-image:none;
}

#menu ul li ul li,#menu ul li.more ul li {
	width:200px;
	background-color:#284D77;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	left: 0px;
	top: 9px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	font-variant:normal;
	font-weight:400;
	font-size:12px;
	color:#eee;
	background-image:none;
}

#menu ul li ul li:hover {
	background-color:#9A9FA3;
	background-image: url(images/over-img.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#menu ul li ul li a:hover {
	color:#fff;
	background-image:none;
	width:200px;
}

#menu ul li ul li:hover > a {
color:#fff;
background:none;
margin:0;
padding:0;
}

#menu ul li ul li ul,#menu ul li:hover ul li ul {
display:none;
padding:0;
}

#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:0;
z-index:9999;
width:200px;
padding-right:0;
padding-left:0;
}
#short {
	float: right;
}

/* THIS IS THE MENU */
#short ul {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #efb209;
}

#short ul li {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #efb209;
	padding-right: 13px;
}
#short ul li a {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #efb209;
}
#short ul li a:hover {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F39E0D;
}
