#csslink {
	margin-left: 25px;
	margin-top: 65px;
}

.csslink a {
	font: bold 11px Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
	color: #cc0000;
	text-decoration: underline;
}

a {
	text-decoration: none;
}

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

#navigation {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 16px;
}

#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 --- */

#one {
	width: 110px;
}

#two {
	width: 240px;
}

#three {
	width: 55px;
}

#four {
	width: 115px;
}

#five {
	width: 130px;
}

#six {
	width: 95px;
}

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

div.menu li {
	float: left;
	font: 11px Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
}

div.menu a, div.menu a:link, div.menu a:visited {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #fff;
	background-color: #ffcc00;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 8px;
	height: 18px;
}

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

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

#oneone {
	width: 125px;
}

#onetwo {
	width: 57px;
}

#onethree {
	width: 60px;
}

#onefour {
	width: 125px;
}

#onefive {
	width: 130px;
}

#twoone {
	width: 125px;
}

#twotwo {
	width: 110px;
}

#twothree {
	width: 163px;
}

#twofour {
	width: 95px;
}

#threeone {
	width: 123px;
}

#threetwo {
	width: 112px;
}

#threethree {
	width: 95px;
}

#fourone {
	width: 112px;
}

#fourtwo {
	width: 150px;
}

#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 --- */

#smenu1, #smenu2 {
	position: absolute;
	display: none;
	width: 540px;
	height: 25px;
	top: 20px;
	left: 0px;
}

#smenu3 {
	position: absolute;
	display: none;
	width: 350px;
	height: 25px;
	top: 20px;
	left: 200px;
}

#smenu4 {
	position: absolute;
	display: none;
	width: 280px;
	height: 25px;
	top: 20px;
	left: 320px;
}

#smenu5, #smenu6 {
	position: absolute;
	display: none;
	width: 290px;
	height: 25px;
	top: 20px;
	left: 450px;
}

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

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

div.submenu a, div.submenu a:link, div.subitem a:visited {
	display: block;
	height: 17px;
	padding-top: 7px;
	padding-left: 8px;
	background: #FFEEB3;
	color: #333;	
	font: 10px/10px Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
}

div.submenu a:hover, div.submenu a:active {
	background: #FFEEB3;
	color: #cc0000;	
	font: 10px/10px Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
}

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

.subdivider {
	background-repeat: no-repeat;
	background-image: url(images/divider_submenu.gif);
	height: 20px;
}

.divider {
	background-repeat: no-repeat;
	background-image: url(images/divider.gif);
}
