/********	TOP NAVIGATION *************/

#topnav {
	position: 		relative; /* relative */
	height: 		15px;
	width:			100%x;
	background:		; /*url(../images/blog_hash_15.png) 0 1px repeat-x */
	text-align: 	right;
	color: 			#333333;
	margin-right: 	161px; 
	padding-right: 	0px;
	top: 			47px; /* 47px middle positioning; 63px placed on the bottom line of the header; 129px for wider header of 146px height */
	/* border-top: 1px solid #4D4D46; /* #B4D107 */
	border-left: 	0px solid #ffffff;
	border-bottom: 	0px solid #ffffff;
	text-decoration:none;
}

#topnav li {
	display: 	inline;
	float: 		right;
	margin: 	0px;
	padding: 	0px;
	list-style: none;
}

#topnav a:link, #topnav a:visited {
	line-height: 	15px; /* line height */
	height:			15px; /* text line height */
	padding: 		0 18px;
	background:		#2E618B; /* #56789a #666666  #990000red */
	color:			#ffffff;
	border-left:	1px solid #56789a; /* same as background */
	border-right: 	1px solid #8cbbd9; /*#333333  #bfd9eb #8397aa */
	text-decoration: 	none;
}

#topnav a:hover {
	background:			#8cbbd9;/*#e6fd4e yellow #D1ED0E green; #990000 red*/
	border-left: 		1px solid #8cbad9 ; 
	border-right: 		1px solid #8cbad9;
	text-decoration:	none;
	color: 				#ffffff;
	border-bottom: 		0;
}

#topnav_act a {
	background:			#6D8DAD !important;
	color: 				;	
}

