/*  MENU  */


#MENULINE {
	background-image: url(images/menu_link.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 58px;
}
#MENU_POSITION {
	height:48px;
	left:18px;
	position:relative;
	top:11px;
	width:960px;
	overflow: hidden;
}
#MENU_POSITION a {
	cursor: pointer;
	color: #000000;
}

#SUBMENULINE {
	height: 35px;
	width: 998px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/submenu_line_off.png);
}



#SUBMENULINE #SUBMENU_POSITION {
	position: relative;
	height: 20px;
	width: 960px;
	left:10px;

}

#SUBMENUBG{
	height: 35px;
	width: 998px;
	background-repeat: no-repeat;
	background-position: center bottom;	
}



.sub_0 {
	background-image: url(images/submenu_line_off.png);
}

.sub_1 {
	background-image: url(images/submenu_line_1.png);
}

.sub_2 {
	background-image: url(images/submenu_line_2.png);
}


.sub_3 {
	background-image: url(images/submenu_line_3.png);
}

.sub_4 {
	background-image: url(images/submenu_line_4.png);
}

.sub_5 {
	background-image: url(images/submenu_line_5.png);
}

.sub_6 {
	background-image: url(images/submenu_line_6.png);
}



#MENU_POSITION div {
	color:#000000;
	float:left;
	height:51px;
	padding-left:13px;
	padding-right:13px;
	position:relative;
	text-decoration:none;
	background-repeat: repeat-x;
	background-position: bottom;
	top: -4px;	
}

#MENU_POSITION div b{
	position: relative;
	top: 19px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 50px;
}
#MENU_POSITION .ICON{
	border-style:none;
	height:43px;
	position:absolute;
	top:8px;
	width:41px;
}

#MENU_POSITION .menu_0{
	background-image: url(images/menu_0.jpg);

}

#MENU_POSITION .menu_1{
	background-image: url(images/menu_1.jpg);

}

#MENU_POSITION .menu_2{
	background-image: url(images/menu_2.jpg);

}

#MENU_POSITION .menu_3{
	background-image: url(images/menu_3.jpg);

}

#MENU_POSITION .menu_3 b{
	color: #FFFFFF;
}

#MENU_POSITION .menu_2 b{
	color: #FFFFFF;
}
#MENU_POSITION .menu_4 b{
	color: #FFFFFF;
}

#MENU_POSITION .menu_1 b{
	color: #FFFFFF;
}

#MENU_POSITION .menu_6 b{
	color: #FFFFFF;
}

#MENU_POSITION .menu_6 b{
	color: #FFFFFF;
}

#MENU_POSITION .menu_4{
background-image: url(images/menu_4.jpg);
}

#MENU_POSITION .menu_5{
background-image: url(images/menu_5.jpg);
}

#MENU_POSITION .menu_6{
background-image: url(images/menu_6.jpg);
}

.menu_selected {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	color: #000000;
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
}




/* --- submenu ---- */


.submenu {
	float: left;
	padding-left: 5px;
	font-size: 12px;
	color: #000000;
	position: relative;
	top: 5px;
	list-style-type: disc;
	padding-right: 5px;
	cursor: pointer;
	font-weight: bold;
}



.submenu a:visited{
	
}

.submenu a:hover{
color: #FFFFFF;
}

.submenu_selected {
	float: left;
	padding-left: 5px;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	top: 5px;
	font-weight: bold;
	padding-right: 5px;
	text-decoration: underline;
}

.submenu_selected a{
	color: #FFFFFF;
}

.submenu_selected a:hover{
	color: #FFFFFF;
}

