﻿#nav1 {
	background:url(/images/menu.png) no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:950px;
	margin:27px auto 0;
	font-size:18px;
	text-transform:uppercase;
	float:left;
	font-weight:normal;
	height:44px;
	text-align:center;
}
#nav1 ul {
	list-style:none;
	margin:0;
	padding:0
}
#nav1 > ul > li {
	float:left;
	height:44px;
	position:relative
}
#nav1 > ul > li > a {
	display: block;
	margin:0 2px 0 0;
	padding:0;
	text-shadow:1px 1px 0 #283547;
	text-decoration: none;
	line-height:44px;
	color:#FFF;
}
#nav1 > ul > li:hover > a, #nav1 > ul > li > a.current {
	background:url(/images/current.png) no-repeat center center;
	color: #FFF;
	text-decoration:none;
}


#nav1 ul ul {
	background-color:#c10009;
	-webkit-border-radius-:0 0 4px 4px;
	-mo-border-radius:0 0 4px 4px;
	-ms-border-radius:0 0 4px 4px;
	-o-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	padding:4px 0;
	position:absolute;
	top:44px;
	left:-5000px;
	min-width:99%;
	z-index:100;
	opacity:0
}
#nav1 li:hover ul {
	left:0;
	opacity:1;
 -webkit-transition:opacity .1s;
 -moz-transition:opacity .1s;
 -ms-transition:opacity .1s;
 -o-transition:opacity .1s;
 transition:opacity .1s
}
#nav1 ul ul li {
	white-space:nowrap
}
#nav1 ul ul a {
	font-size:14px;
	color:#fff;
	padding:6px 15px;
	display:block;
	text-align:left;
 -webkit-transition:background-color .1s, color .1s;
 -moz-transition:background-color .1s, color .1s;
 -ms-transition:background-color .1s, color .1s;
 -o-transition:background-color .1s, color .1s;
 transition:background-color .1s, color .1s
}
#nav1 ul ul a:hover {
	color:#FFF;
	background:url(/images/menu.png) no-repeat center;
 -webkit-transition:background-color .1s, color .1s;
 -moz-transition:background-color .1s, color .1s;
 -ms-transition:background-color .1s, color .1s;
 -o-transition:background-color .1s, color .1s;
 transition:background-color .1s, color .1s
}
