#navbar {
	position:absolute;
	width:174px;
	
	top: 114px;
}

#navbar .mainmenu {
  font: 10px Arial;
	background-image:url(../image/nav_top.jpg);
	background-repeat:no-repeat;
  text-transform: uppercase;
  float: left;
	width:174px;
}

.mainmenu .mainmenu_no, .mainmenu .mainmenu_act{
	float: left;
	background-image: url(../image/b_nav.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 150px;
	height: 22px;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left:10px;
}


.mainmenu .mainmenu_no a, .mainmenu .mainmenu_act a{
	float: left;
	font-size: 11px;
  background-image: url(../image/b_nav.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 150px;
	height: 22px;
	padding-left: 20px;
	padding-top: 5px;
}

.mainmenu .mainmenu_no a {
	color: black;
}

.mainmenu .mainmenu_act a {
	background-image: url(../image/b_nav_inv.gif);
	color: white;
}

.mainmenu .mainmenu_no a:hover {
	background-image: url(../image/b_nav_inv.gif);
	color: white;
}


.mainmenu .mainmenu_act a:hover {
	color: white;
}


.submenu_no, .submenu .submenu_act{
	text-align:left;
	
	width: 154px;
	margin-left: 7px;
	line-height: 1.2em;
	margin-left: 30px;
	margin-right: 13px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-transform:none;
}

.submenu_no a {
font-size: 11px;

	text-align:left;
	width: 154px;
	color: white;
}

.submenu_act a {
	text-align:left;
	width: 154px;
	color: #EEEEEE;
}

.submenu_no a:hover {
	text-align:left;
	width: 154px;
	color: #EEEEEE;
}


.submenu_act a:hover {
	text-align:left;
	width: 154px;	
	color: #EEEEEE;
}

