/* menus css */

/*************** TOP NAV ***************/

#topnav {
	position: absolute;
	top: 139px;
	left: 280px;
	display: inline;
	height: 20px;
	width: 500px;
}

#topnav ul {
	list-style: none;
	display: inline;
}

#topnav li {
	display: inline;
	float: left;
	color: #ffffff;
}

#topnav li a {
	text-decoration: none;
	display: inline;
	float: left;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
}

#topnav li a:hover {
	color: #E0B801;
}


/**************** LEFT NAV ***************/

#left_nav {
	width: 216px;
	float: left;
	position: relative;
	bottom: 50px;
	margin-left: 0px;
	/*border: 1px solid #ccc;*/
}

#left_nav ul {
	list-style: none;
	display: block;
	margin-top: 8px;
}

#left_nav li {
	float: left;
	color: #343233;
	padding-bottom: 6px;
	background: url(../images/sidebar_underline.jpg) bottom no-repeat;
	width: 200px;
}

#left_nav li a {
	background: url(../images/sidebar_arrow.jpg) 0px no-repeat;
	padding-left: 10px;
	text-decoration: none;
	color: #343233;
	font-size: 12px;
	font-weight: bold;
	border-bottom:none;
}

#left_nav li a:hover {
	color: #525252;
}

img.sidebar_header {
	position: relative;
	top: 8px;
	left: 13px;
	border: none;
}




