/* --------------------------- MAIN NAV --------------------------- */

#nav {
	position: relative;
	float:left;
	width: 750px;
	height: 21px;
	padding: 0px;
	}

#nav ul {
	list-style: none;
	display: inline;
	padding: 0px;
	}

#nav li {
	display: inline;
	padding: 0px;
	}
	
.nav1 { float: left; width: 65px; height: 21px; background: url(../images/nav1.gif) no-repeat 0 0px; }
a.nav1:link { background: url(../images/nav1.gif) no-repeat 0 0px; }
a.nav1:hover { background: url(../images/nav1.gif) no-repeat 0 -21px;	}
a.nav1:active { background: url(../images/nav1.gif) no-repeat 0 -42px; }

.nav2 { float: left; width: 122px; height: 21px; background: url(../images/nav2.gif) no-repeat 0 0px; }
a.nav2:link { background: url(../images/nav2.gif) no-repeat 0 0px; }
a.nav2:hover { background: url(../images/nav2.gif) no-repeat 0 -21px; }
a.nav2:active {	background: url(../images/nav2.gif) no-repeat 0 -42px; }

.nav3 { float: left; width: 151px; height: 21px; background: url(../images/nav3.gif) no-repeat 0 0px; }
a.nav3:link { background: url(../images/nav3.gif) no-repeat 0 0px; }
a.nav3:hover { background: url(../images/nav3.gif) no-repeat 0 -21px; }
a.nav3:active { background: url(../images/nav3.gif) no-repeat 0 -42px; }

.nav4 { float: left; width: 145px; height: 21px; background: url(../images/nav4.gif) no-repeat 0 0px; }
a.nav4:link { background: url(../images/nav4.gif) no-repeat 0 0px; }
a.nav4:hover { background: url(../images/nav4.gif) no-repeat 0 -21px; }
a.nav4:active { background: url(../images/nav4.gif) no-repeat 0 -42px; }

.nav5 { float: left; width: 115px; height: 21px; background: url(../images/nav5.gif) no-repeat 0 0px; }
a.nav5:link { background: url(../images/nav5.gif) no-repeat 0 0px; }
a.nav5:hover { background: url(../images/nav5.gif) no-repeat 0 -21px; }
a.nav5:active { background: url(../images/nav5.gif) no-repeat 0 -42px; }

.nav6 { float: left; width: 152px; height: 21px; background: url(../images/nav6.gif) no-repeat 0 0px; }
a.nav6:link { background: url(../images/nav6.gif) no-repeat 0 0px; }
a.nav6:hover { background: url(../images/nav6.gif) no-repeat 0 -21px; }
a.nav6:active { background: url(../images/nav6.gif) no-repeat 0 -42px; }

/* --------------------------- SUB NAV --------------------------- */

#subnav_title {
	font-size: 12px;
	color: #FFF;
	background: #000 url(../images/178top.gif) top left no-repeat; 
	margin: 0px;
	padding: 5px 10px 5px 6px;
	white-space: nowrap;
	overflow: hidden;
	}

#subnav {
	padding: 0px 2px 0px 2px;
	background-color: #FFF;
	text-align: left;
	font-size: 12px;
	}
	
#subnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#subnav li {
	padding: 0px;
	border-top: 1px solid #000;
	}

#subnav li a {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 5px;
	}
	
#subnav li a:hover {
	text-decoration: none;
	display: block;
	background: #FFE0CC;
	padding: 5px;
	}

.subnav_0 {
	display: block;
	background: #FFE0CC;
	padding: 5px;
	}

#subnav_footer {
	float: left;
	height: 24px;
	width: 178px;
	background: url(../images/178btm.gif);
	}

/* --------------------------- TOP NAV --------------------------- */

#topnav {
	height: 20px;
	padding: 5px 15px 0px 0px;
	font-size: 12px;
	color: #CCC;
	}
	
#topnav ul {
	list-style: none;
	display: inline;
	padding: 0px;
	}

#topnav li {
	display: inline;
	padding: 0px;
	}
	
#topnav li a {
	text-decoration: underline;
	color: #CCC;
	padding: 0px;
	}
	
#topnav li a:hover {
	text-decoration: none;
	color: #F60;
	padding: 0px;
	}

/* --------------------------- COOKIE TRAIL --------------------------- */

#cookie {
	position: relative;
	height: 20px;
	width: 750px;
	top: 5px;
	text-align: left;
	font-size: 12px;
	padding-top: 5px;
	}
	
#cookie ul {
	display: inline;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	}

#cookie li {
	display: inline;
	padding: 0px;
	}
	
#cookie li a {
	text-decoration: underline;
	color: #CCC;
	}
	
#cookie li a:hover {
	text-decoration: none;
	color: #F60;
	}
	
/* --------------------------- FOOTER --------------------------- */

#footer {
	position: relative;
	float: right;
	text-align: right;
	height: 20px;
	width: 500px;
	white-space: nowrap;
	font-size: 10px;
	color: #666;
	padding: 10px 15px 10px 15px;
	}
	
#footer a {
	text-decoration: none;
	color: #666;
	clear: both;
	}
	
#footer a:hover {
	text-decoration: none;
	color: #F60;
	}