/**** FPMR ****/


/* Main Navigation */

#wrapper-nav {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	line-height: 1.0;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}
#nav li {
	display: inline;
	list-style-type: none;
}
#nav ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
#nav a {
	color: #004581;
	float: left;
	padding: 8px 10px 10px 10px;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover, #nav a:active, #nav a:focus, #nav a.current, #nav a:hover.current {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/* Secondary Nav */

#nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	line-height: 1.0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 980px;
}
#nav2 li {
	display: inline;
	list-style-type: none;
}
#nav2 ul {
	margin: 0;
	padding: 15px 20px 0 0;
}
#nav2 a {
	border-left: 4px solid #fff;
	color: #fff;
	float: right;
	font-weight: bold;
	padding: 8px 10px 10px 10px;
	margin-right: 0;
	text-decoration: none;
	background: #0099dc;
}

#nav2 a:hover,
#nav2 a:active,
#nav2 a:focus,
#nav2 a.current { color: #fff; font-weight: bold; }

#nav2 a.current, #nav2 a:hover.current { font-weight: bold; }


/* Secondary Nav Round corners */

li.left a { background-position: bottom left !important; }
li.right a { background: #af4f89 !important; }

.nav_clear {
	width: 100%;
	height: 5px;
	background: url(../images/generic/nav-shadow.gif) repeat-x top;
	font-size: 1%;
	overflow: hidden;
}
