@charset "UTF-8";
/* CSS Document */


/* --- menu level 1 --- */

#navigation {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 22px;
	background-color: #000000;
	border-top: 1px solid #FFFFFF;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#navigation ul li {
	list-style-type: none;
	text-align: left;
	
}

/* --- menubuttons level 1, here you define the length of each button --- */

#zero {
	width: 70px;
	padding-left: 110px;
	background-image: url(images/template/toc_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#one {
	width: 110px;
	padding-left: 15px;
	background-image: url(images/template/toc_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#two {
	width: 100px;
	padding-left: 15px;
	background-image: url(images/template/toc_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#three {
	width: 100px;
	padding-left: 15px;
	background-image: url(images/template/toc_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#four {
	width: 120px;
	padding-left: 15px;
	background-image: url(images/template/toc_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#five {
	width: 150px;
	padding-left: 15px;
	background-image: url(images/template/toc_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#six {
	width: 100px;
	padding-left: 15px;
	background-image: url(images/template/toc_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* --- menu level 1, here you define the textstyles and the effects for the links --- */

div.menu li {
	float: left;
	font: bold 10px Arial, Helvetica, sans-serif;
}

div.menu a, div.menu a:link, div.menu a:visited {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #999999;css
	
	font-weight: bold;
	padding-top: 5px;
	padding-left: 8px;
	height: 17px;
}

div.menu a:hover, div.menu a:active {
	color: #fff;
	font-weight: bold;
}

/* --- submenus level 2 buttons, here you define the length of each subbutton  --- */

#twoone {
	width: 75px;
}

#twotwo {
	width: 110px;
}

#twothree {
	width: 150px;
}

#twofour {
	width: 110px;
}

#twofive {
	width: 140px;
}

#threeone {
	width: 80px;
}

#threetwo {
	width: 80px;
}

#threethree {
	width: 80px;
}

#fourone {
	width: 135px;
}

#fourtwo {
	width: 55px;
}

#fourthree {
	width: 60px;
}

#fourfour {
	width: 60px;
}

#fourfive {
	width: 60px;
}

#fiveone {
	width: 62px;
}

#fivetwo {
	width: 60px;
}

#fivethree {
	width: 92px;
}

#fivefour {
	width: 45px;
}


/* --- submenus level 2, here you define the length and the top and left position of each submenu --- */

#smenu2 {
	position: absolute;
	display: none;
	width: 700px;
	height: 150px;
	top: 22px;
	left: 325px;
	z-index: 99;
	background-image: url(images/template/cleardot.gif);
}

#smenu3 {
	position: absolute;
	display: none;
	width: 350px;
	height: 150px;
	top: 22px;
	left: 440px;
	z-index: 99;
	background-image: url(images/template/cleardot.gif);
	
}

#smenu4 {
	position: absolute;
	display: none;
	width: 430px;
	height: 150px;
	top: 22px;
	left: 558px;
	z-index: 99;
	background-image: url(images/template/cleardot.gif);
	
}

#smenu5, #smenu6 {
	position: absolute;
	display: none;
	width: 290px;
	height: 150px;
	top: 22px;
	left: 450px;
	z-index: 99;
	background-image: url(images/template/cleardot.gif);
}

/* --- here you define the submenus level 2 text and link styles --- */

div.submenu li {
	padding-top: 4 px;
	float: left;
	font: bold 10px Arial, Helvetica, sans-serif;
	
}

div.submenu a, div.submenu a:link, div.subitem a:visited {
	display: block;
	height: 12px;
	padding-top: 7px;
	padding-left: 8px;
	color: #999999;	
	font: bold 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

div.submenu a:hover, div.submenu a:active {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div.submenu a:hover, div.submenu a:active {
	color: #FF0000;
}

/* --- dividers for menu and submenu --- */

.subdivider {
	height: 20px;
}

.divider {
	
}