.mainnav
{
	margin: 0px;
	padding: 0px;
}

.mainnav li
{
	padding: 0px;
	margin: 0px;
	text-indent: 6px;
	list-style: none;
	text-transform: uppercase;
}

/********************** NAVIGATION LEVEL 1 **********************/

#lvl_1 li a
{	
	display: block;
	width: 147px;
	height: 26px;
	padding: 3px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	color:#ffffff;
	text-decoration: none;
	background-image: url(nav/nav_1_no.png);
	background-repeat: no-repeat;
}

#lvl_1 a:hover
{
	background-image: url(nav/nav_1_ro.png);
}

#lvl_1 li a.act
{
	background-image: url(nav/nav_1_act.png);
}

#lvl_1 li a.act:hover
{
	background-image: url(nav/nav_1_ro.png);
}


#lvl_1 li.first a
{
	background-image: url(nav/nav_1_f_no.png);
}


#lvl_1 li.first a.act
{
	background-image: url(nav/nav_1_f_act.png);
}

#lvl_1 li.first a:hover
{
	background-image: url(nav/nav_1_f_no.png);
}

/********************** NAVIGATION LEVEL 2 **********************/

#lvl_2 li a,
#lvl_2 li.first a,
#lvl_2 li.last a
{
	display: block;
	width: 147px;
	height: 18px;
	padding: 4px 0 0 0;
	font-size: 10px;
	color: #666;
	background-image: url(nav/nav_2_no.png);
	background-repeat: no-repeat;
	margin: 0px;
}

#lvl_2 li a:hover,
#lvl_2 li.first a:hover,
#lvl_2 li.last a:hover
{
	color: #FFF;
	background-image: url(nav/nav_2_ro.png);
}

#lvl_2 li a.act,
#lvl_2 li.first a.act,
#lvl_2 li.last a.act
{
	color: #666;
	background-image: url(nav/nav_2_act.png);
}

#lvl_2 li a.act:hover,
#lvl_2 li.first a.act:hover,
#lvl_2 li.last a.act:hover
{
	color: #FFF;
	background-image: url(nav/nav_2_act_ro.png);
}

/********************** NAVIGATION LEVEL 3 **********************/

#lvl_3 li,
#lvl_3 li.first,
#lvl_3 li.last
{
	text-indent: 8px !important;
}	

#lvl_3 li a,
#lvl_3 li.first a,
#lvl_3 li.last a
{
	font-weight: normal !important;
	background-image: url(nav/nav_3_no.png) !important;
}

#lvl_3 li a:hover,
#lvl_3 li.first a:hover,
#lvl_3 li.last a:hover
{
	color: #666 !important;
	background-image: url(nav/nav_3_ro.png) !important;
}

#lvl_3 li a.act,
#lvl_3 li.first a.act,
#lvl_3 li.last a.act
{
	color: #666 !important;
	background-image: url(nav/nav_3_act.png) !important;
}

#lvl_3 li a.act:hover,
#lvl_3 li.first a.act:hover,
#lvl_3 li.last a.act:hover
{
	color: #666 !important;
	background-image: url(nav/nav_3_act_ro.png) !important;
}
