/*=== Nav1 Dropdown Additional Setup ===*/
#nav1 li{
	position: relative
}
#nav1 li ul{
	background: url(../images/nav1-sub-bgr.gif) #f0f1f3 top repeat-x;
	clear: both;
	left: -999em;
	position: absolute;
	text-indent: 0;
	top: 35px;
	width: 133px
}
#nav1 li li{
	background: none;
	height: 28px;
	margin: 0;
	padding: 0
}
#nav1 li#n13 a{
	width: 83px
}
#nav1 li#n13 li a{
	width: 120px
}
#nav1 li#n15{
	background: none;
	padding-right: 0
}
/* \*/ 
* html #nav1 li a{
	float: left;
	height: 1%
}
/* Main Level Normal State with Hovered Sub Level */
#nav1 li:hover a,
#nav1 li.over a{
	background: url(../images/nav1-hover.gif) top repeat-x;
	text-decoration: none
}
/* Sub Level Normal State */
#nav1 li:hover li a,
#nav1 li.over li a {
	background: url(../images/nav1-sep2.gif) bottom repeat-x;
	color: #174c68;
	font-weight: normal;
	height: 28px;
	letter-spacing: normal;
	line-height: 27px;
	padding: 0 0 0 13px;
	text-decoration: none;
	text-transform: none;
}
/* Sub Level Hovered State */
#nav1 li:hover li a:hover,
#nav1 li.over li a:hover {
	color: #000000;
}
* html #nav1 li.over li a:hover{
	background: url(../images/nav1-sep2.gif) bottom repeat-x;
}
/* Show Sub Level */
#nav1 li:hover ul,
#nav1 li.over ul {
	left: 0
}
