@charset "utf-8";
/* CSS Document */

#nav_news { background: url("../../images/nav_news_on.gif") no-repeat;}

.press_item {
	padding: 10px 0 0 0;
	line-height: 1.3;
}

.press_item a {
	color: #666666;
}

#press_releases {
	padding: 20px 0 0 0;
}

/*SUB NAV*/
ul.sub_nav {
	width: 966px;
	height: 40px;
	background-color: #999999;
	border-top: 1px solid white;
	color: #FFFFFF;
	list-style-type: none;
}

li.sub_nav_item {
	float: left;
	padding: 10px 20px 15px 20px;
	height: 15px;
	cursor: pointer;
	border-right: solid 1px white;
}

li.sub_nav_item_on {
	float: left;
	padding: 10px 20px 15px 20px;
	height: 15px;
	cursor: pointer;
	border-right: solid 1px white;
	background-color: #666666;
}

a.sub_nav_item {
	text-decoration: none;
	color: #FFF;
}

.sub_nav a {
	display: block;
}

#press {
	dispay: none;
}