/* Top Navigation */
#nav_top {
	background:url(../images/top_nav_bar.gif) repeat-x;
	float:left;
	width:721px;
	height:30px;
	text-decoration: none; 
}

#nav_top ul { 
	margin:5px 0 0 0; 
}

#nav_top ul li { 
	margin:0; 
	padding:0px 20px 0px 20px;
	list-style-type: none; 
	display: inline; 
}

#nav_top ul li a { 
	color: #217865; 
	text-decoration: none; 
	font-weight:bold; 
	font-size:13px; }

#nav_top ul li a:hover { 
	color: #000;
}


/* Right Navigation */

#nav_right {
	width: 200px;
	height:auto;
}
#nav_right ul li { 
	margin:25px 0px 0px 0px; 
	padding:0px 5px 0px 5px;
	list-style-type: none;
	list-style-image:url(../images/list_image.gif);
}
#nav_right ul li a { 
	color: #217865; 
	text-decoration: none; 
	font-weight:bold; 
	font-size:14px; }

#nav_right ul li a:hover { 
	color: #000;
}