@charset "utf-8";
/* CSS Document */


#nav {
	height: 32px;
	width: 940px;
}
#nav img {
	float: left;
}
#topnav {
	width: 909px;
	height: 32px;
	background: url(../images/nav_bg.png) repeat-x scroll left top;
	float: left;
	font-size: 13px;
}

#topnav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#topnav ul li {
	display: inline;
	list-style: none;
	float: left;
}

#topnav ul li a, #topnav ul li a:link, #topnav ul li a:visited {
	color:#999999;
	float:left;
	font-weight:700;
	text-decoration:none;
	border:none;
}

a.link:hover, #topnav ul li.current a span, #bottom_menu ul li.current a span {
	/*color:#4495EC;*/
	color: #109dca;
}

#topnav ul li a span {
	background:transparent url(../images/top_nav_separator.png) no-repeat scroll right top;
	float:left;
	height:31px;
	line-height:31px;
	padding:1px 10px 0 11px;
}

#topnav ul li a:hover, #bottom_menu ul li a:hover {
	color:#109dca;
	cursor:pointer;
}

#top_right a {
	border: none;
}