ul#nav {
	float: left;
	display: block;
	position: relative;	
	margin: 0;
	padding: 0;
	background: url(../images/nav_bground2.gif) no-repeat 0 0;
}

#nav li {
	display: inline;
}
#nav li a {
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	padding: 5px 10px;
	height: 17px;
	line-height: 17px;
	background: url(../images/nav_separator.gif) no-repeat 100% 1px;
}

#nav li a:hover, #nav li.li_selected a {
	color: #FFF;
	background: #2D798B url(../images/nav_separator.gif) no-repeat 100% 1px;
}

#nav ul, #nav ul ul { display: none; }

#col-right h2#article-cat{
	padding-top: 15px;
}

#subnav {
	margin: 0;
	padding: 0;
	clear: both;
}

#subnav li {
	list-style: none;
	display: inline;
}

#subnav li a {
	float: left;
	display: block;
	padding: 0 0 0 25px;
	line-height: 31px;
	width: 216px;
	color: #000;
	text-decoration: none;
	font-size: 0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ddd url(../images/bg_bullet.gif) 0 50% no-repeat; 
	border-bottom: 1px solid #fff;
}

#subnav li a:hover {
	background: #D7EBEF url(../images/bg_bullet.gif) 0 50% no-repeat;
}

#subnav li#li_selected a {
	background: #D7EBEF url(../images/bg_bullet.gif) 0 50% no-repeat;
	font-weight: bold;
}
