
/* -------------   Local Navigation bar   ------------- */


#nav_column {
	float: right;
	width: 276px;
	margin: 28px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: red;
}

#nav_column ul {
	float: right;
	width: 276px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
}

#nav_column ul li.firstlink {
	border-top: 0px;
	list-style: none;
}

#nav_column ul li {
	border-top: 1px solid #020A0C;
	list-style: none;
}

#nav_column li a {
	padding: 8px 0px 0px 0px;
	height: 24px;
	display: block;
	color: #235966;
	text-decoration: none;

	background:#020A0C url("../images/dot_bg.gif") no-repeat;
	background-position: 0px -8px;
	padding-left: 24px;
}

#nav_column li a:hover {
	color: #307a8c;
	text-decoration: none;

	background:#235966 url("../images/dot_bg.gif") no-repeat;
	background-position: 0px -8px;
	padding-left: 24px;

}


/* -------------   Level Two Links   ------------- */

#nav_column li .sublink a {
	padding: 6px 0px 0px 10px;
	text-decoration: none;
	font-weight: normal;
}

#nav_column li .sublink a:hover {
	text-decoration: underline;
}


/* -------------   Local Navigation bar: SELECTED   ------------- */

#nav_column li a.selected {
	color: #fff;
	background-color: #ED1C24;
	text-decoration: none;
}

#nav_column li a.selected:hover {
	color: #fff;
	text-decoration: none;
}



/* -------------   Secondary header links   ------------- */

ul#nav_buttons {
	width:740px;
	height:17px;
	position: relative;
	top: 5px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

ul#nav_buttons li {
	list-style-type:none;
	float:left;
	text-indent:-9999px;
}

ul#nav_buttons li a {
	display:block;
}

li#login a {
	width: 145px;
	height: 17px;
	background:transparent url("../images/button_login.gif") no-repeat;
}

li#join a {
	width: 145px;
	height: 17px;
	background:transparent url("../images/button_join.gif") no-repeat;
}