/****************************************************
 * MENU::ICONS (in the top right corner)
 ****************************************************/
#nav_icon	{
	position: absolute;
	top: 20px;
	left: 920px;
}

#nav_icon img	{
	padding-bottom: 4px;
}

/****************************************************
 * MENU::FUNC
 ****************************************************/
#nav_func	{
	float: right;
}

#nav_func ul	{
	list-style-type: none;
	margin: 10px;
}

#nav_func ul li a	{
	color: #9bcc9f;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 10px;
}

#nav_func ul li a:hover, #nav_func ul li.active a	{
	color: #FFF;
	background: transparent url(images/bullet_full_gray.gif) no-repeat center left;
}

/****************************************************
 * MENU::MAIN
 ****************************************************/

#nav_main	{
	position: relative;
	display: block;
	height: 39px;
	font-size: 14px;
	font-weight: bold;
	background: transparent url(images/mainnav_off.gif) repeat-x top left;
	border-top: 4px solid #B30000;
}

#nav_main ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}

#nav_main ul li	{
	display: block;
	float: left;
	margin: 0;
}

#nav_main ul li a	{
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	padding: 11px 20px 0 20px;
	height: 23px;
	background: transparent url(images/mainnav_div.gif) no-repeat top right;
}

#nav_main ul li a:hover, #nav_main ul li.active a	{
	color:#B30000;
	background:#fff url(images/mainnav_on.gif) no-repeat top right;
}

/****************************************************
 * MENU::LEFT
 ****************************************************/

#nav_left	{
	padding: 20px 0 0 0;
	margin: 0 0 10px 0;
	background: transparent url('images/header_frame.png') no-repeat top left;
}

#nav_left ul	{
	border-bottom: 2px #1e3a1f solid;
	margin: 0;
	list-style-type: none;
}

#nav_left ul li	{
	background: #FFF url(images/leftnav_background.gif) repeat-x top right;
}

#nav_left ul li	a	{
	background: #FFF url(images/leftnav_background.gif) repeat-x top right;
	background-color: #FFF;
	border-right: 1px #D0D0D0 solid;
	display: block;
	padding: 6px 0 0px 10px;
	height: 22px;
	font-size: 12px;
}

#nav_left ul li a:hover, #nav_left ul li.active a	{
	background: transparent url(images/bullet_arrow_gray.gif) no-repeat center left;
	color: #B30000;
}

#nav_left ul.level-2	{
	border-bottom: 1px #1e3a1f solid;
}

#nav_left ul.level-2 li a	{
	background: none;
	font-size: 10px;
	height: 18px;
	padding: 4px 0 0 20px;
	color: #303030;
}

#nav_left ul.level-2 li a:hover, #nav_left ul.level-2 li.active a	{
	background: transparent url(images/bullet_arrow_gray.gif) no-repeat center left;
	color: #B30000;
}