#menu {
	float:left;
	position:static;
	font-family: arial;
	font-size:10px;
	margin-top:0px;
	width:270px;
	}

#menu a {
	Text-Decoration: none;
	color: #000066;
	}
#menu a:hover {
	TEXT-DECORATION: none;
	}

#menu_list{
	margin:0;
	padding:0;
	width:260px;
	}

#menu_list ul{
	margin-bottom: 0 0 10px 0;
	padding:0;
	list-style-type:none;
	}


#menu_list li{
	list-style-type:none;
	padding:0px;
	margin:0px 0px 0px 10px;
  height: 22px;
	}

#menu_list ul.sub1{
	margin:0 0 10px 0;
	padding:0;
	list-style-type:none;
	}

  
#menu_list .sub1 li{
	background-image: none;
	padding-left: 0 0 0 6px;
	margin: 0px 0px 0px 20px;
	border: none;
  height: 18px;
	}

#menu_list a.level1{
	border-top:2px solid #000066;
	font-size:11px;
	padding-bottom:3px;
	width:100%;
	display:block;
	height:22px;
	padding: 3px 0 0 5px;
	color: #000066;
	}

#menu_list a.level1:hover{
	/* background-image:url(../img/menu_bg_level1_mover.gif); background-repeat: no-repeat; */
	/* padding-left:20px; */
	color: #A23903;
}

#menu_list a.level1_active{
	border-top:2px solid #000066;
	font-size:11px;
	padding-bottom:3px;
	width:100%;
	display:block;
	height:22px;
	padding: 3px 0 0 5px;
	color: #000066;
	}

#menu_list a.level2{
	/* background-image:url(../img/menu_bg_level2.gif); background-repeat: no-repeat; */

	font-size:11px;
	width:100%;
	height:16px;
	padding-left:4px;
  margin-left: 20px;
	}

#menu_list a:hover.level2{
	color: #A23903;
}

#menu_list a.level2_active{
	/* background-image:url(../img/menu_bg_level2_active.gif); background-repeat: no-repeat; */
	font-size:11px;
	width:100%;
	height:16px;
	padding-left:4px;
  margin-left: 20px;
	}

#menu_list a.level2_active_sub{
	/* background-image:url(../img/menu_bg_level2_active_sub.gif); background-repeat: no-repeat; */
	width:100%;
	height:16px;
	padding-left:4px;
  margin-left: 20px;
	}

#menu_list a.level3{
	background-image:none; background-repeat: no-repeat;
	font-size:11px;
	width:100%;
	height:16px;
	padding-left:0px;
//	padding:0px;
	margin:0px;
	font-weight: normal;
  margin-left: 35px;
	}
#menu_list a:hover.level3{
	color: #A23903;
}

#menu_list a.level3_active{
	background-image:none; background-repeat: no-repeat;
	font-size:11px;
	width:100%;
	height:16px;
	padding-left:0px;
//	padding:0px;
	margin:0px;
	font-weight: bold;
  margin-left: 35px;
	}

/* ###################################################################### topmenu */

#topmenu {
	float:none;
	margin-top:129;
	margin-left:280;
	padding:0px;
	width:630px;
	height:36px;
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; /* op, ff, ch */
	}

#topmenu div {
	float:left;
	list-style-type: none;
/*	background-image: url(../img/bg_tab_left.gif);*/
	background-image: url(../img/top.left.png);
	background-repeat: no-repeat;
	margin: 2px 0 0 0;
	padding:5px 0 0 16px;
  height: 29px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; /* op, ff, ch */
	}
#topmenu div.active {
	float:left;
	list-style-type: none;
/*	background-image: url(../img/bg_tab_left.gif);*/
	background-image: url(../img/top.left.png);
	background-repeat: no-repeat;
	margin:0px;
	padding:5px 0 0 16px;
  height: 36px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; /* op, ff, ch */
	}
#topmenu a.link {
	float:left;
	display:block;
/*	background-color:#FFFAF2;*/
	padding: 0px;
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	color:#000066;
  padding-top: 5px;
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; /* op, ff, ch */
	}

#topmenu a:hover {
	color:#A23903;
	}

#topmenu div.right_corner {
	float:left;
/*	background-image: url(../img/bg_tab_right.gif); */
	background-image: url(../img/top.right.png);
	background-repeat: no-repeat;
	width:15px;
	height:29px;
  margin-bottom: 7px;
	}
#topmenu div.right_corner_a {
	float:left;
/*	background-image: url(../img/bg_tab_right.gif); */
	background-image: url(../img/top.right.png);
	background-repeat: no-repeat;
	width:15px;
	height:36px;
  margin: 0;
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; /* op, ff, ch */
	}

/* ###################################################################### footer */

#footer {
	clear:both;
	margin-top:90px;
	padding:14px;
	margin-left:0;
	width:100%;
	background:url("../img/bg_footer.jpg") repeat-x left top;
	}

#footer ul {
	margin:0;
	list-style:none;
	}
#footer li {
	float:left;
	margin-right:23px;
	}
#footer a {
	float:left;
	display:block;
	text-decoration:none;
	font-family:arial;
	font-weight:normal;
	font-size:10px;
	color:#000066;
	}

#footer a:hover {
	color:#A23903;
	}

#footer_360 {
	clear:left;
	margin-top:15;
	padding:0px;
	margin-left:0;
	width:100%;
	background:url("../img/bg_footer.jpg") repeat-x left top;
	}
#footer_360 ul {
	margin-top:20;
	margin-left:30;
	list-style:none;
	}
#footer_360 li {
	float:left;
	margin-right:23px;
	}
#footer_360 a {
	float:left;
	display:block;
	text-decoration:none;
	font-family:arial;
	font-weight:normal;
	font-size:10px;
	color:#000066;
	}

#footer_360 a:hover {
	color:#000066;
	}