#topMenu {
	width:auto;
	height:24px;
	line-height:24px;
	float:right;
	margin-top:2px;
}

#topMenu a {
	color:#666666;
	text-decoration:none;
}

#topMenu a:hover {
	color:#333333;
	text-decoration:none;
}

#navigation {
	height:40px;
	width:710px;
	float:left;
}

div#net_top_menu {
	background:url(/assets/images/web/site/nav_bg.gif) repeat-x bottom;
	float:left;
	height:40px;
	width:709px;
}

.top_menu_item a {
	background:transparent url(/assets/images/web/site/nav_bg_off.gif) repeat scroll 0 0;
	color:#0066CC;
	display:inline;
	float:right;
	font-weight:bold;
	height:40px;
	padding:0 12px;
	text-align:center;
	text-decoration:none;
	width:115px;
}

.top_menu_item a:hover {
	background:transparent url(/assets/images/web/site/nav_bg_on.gif) repeat scroll 0 0;
	color:#0066CC;
	display:inline;
	float:right;
	font-weight:bold;
	height:40px;
	padding:0 12px;
	text-align:center;
	text-decoration:none;
	width:115px;
}


ul#net_right_menu {
	font-size:11px;
	line-height:18px;
	list-style-image:url(/assets/images/web/site/arrow-green.gif);
	/*margin-left:-20px;*/
}

.right_menu_item a {
	color:#0066CC;
	font-weight:bold;
	text-decoration:none;
}

.right_menu_item a:hover {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.right_menu_item ul {
	list-style-image:url(/assets/images/web/site/arrow-blue.gif);
	margin-left:15px;
	padding-left:0;
}

.right_menu_item ul a {
	color:#666666;
font-weight:normal;
text-decoration:none;
}

