@charset "utf-8";

/* THIS IS THE MENU 
---------------------------------------------------------
 Overall Box Properties */
#menu {
	background-image: url(images/bg-menu.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
	height: 27px;
	padding-top: 20px;
	margin: 0px;
	font-family:"Trajan Pro",Arial,Helvetica,sans-serif;
	font-size:13px;
}

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

/* Position of menu elements */
#menu ul li {
	position:relative;
	color:#fff;
	display:inline;
	z-index:9999;
	float:left;
	padding-right: 25px;
	padding-left: 0px;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	
	display:block;
	font-family:"Trajan Pro",Arial,Helvetica,sans-serif;
	font-size:14px;
	display:block;
	color:#fff;
}

#contact,#contact a,#contact a:link,#contact a:visited,#contact a:hover {
	color:#FFF;
	font-family:"Trajan Pro",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 {

}

/* 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:#efb209;
}

/* 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:140px;
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:140px;
	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:140px;
}

#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:140px;
padding-right:0;
padding-left:0;
}

#short {
	float: right;
}


/* THIS IS THE MENU */

#short li a {
	font-family: "Trajan Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:  normal;
	color: #ffffff;
}

#short li a:hover {
	font-family: "Trajan Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #efb209;
	text-decoration: none;
}

#short ul{
	font-family: "Trajan Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:  normal;
	color: #ffffff;
}

#short ul li {
	font-family: "Trajan Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	padding-right: 13px;
}
#short ul li a {
	font-family: "Trajan Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}

