@charset "UTF-8";
/* CSS Document */

div.menu {
	position: absolute;
	visibility: hidden;
	z-index: 2;
	top: 123px;
	font-size: 11px;
}

div.submenu {
	position: absolute;
	visibility: hidden;
	z-index: 3;
	top: 123px;
	border-left: 1px solid #999999;
	font-size: 11px;
}

div.menuback {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url(../images/grad-menu-back.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

div.menuitems {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding-top: 12px;
}

div.menu a, div.submenu a {
	display: block;
	color: #5F6062;
	text-decoration: none;
	padding-left: 32px;
	line-height: 1.3em;
	padding-bottom: 4px;
	margin-right: 12px;
}

div.menu a:hover, div.submenu a:hover {
	color: #4270B6;
	font-weight: bold;
	text-decoration: none;
}

div.menu a.arrow {
	background-image: url(../images/menu-arrow-grey.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}

div.menu a.highlight {
	color: #4270B6;
	font-weight: bold;
	background-image: url(../images/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

div.menu a.arrow:hover {
	background-image: url(../images/menu-arrow.gif);
}

div#menu1 {
	width: 228px;
	height: 148px;
	left: 142px;
}

div#menu2 {
	width: 228px;
	height: 118px;
	left: 278px;
}

div#menu3 {
	width: 208px;
	height: 110px;
	left: 411px;
}

div#menu4 {
	width: 198px;
	height: 102px;
	left: 541px;
}

div#menu5 {
	width: 206px;
	height: 50px;
	left: 567px;
}

div#menu6 {
	width: 166px;
	height: 100px;
	left: 675px;
}

div#submenu1 {
	width: 256px;
	height: 150px;
	left: 615px;
}

div#submenu2 {
	width: 256px;
	height: 80px;
	left: 615px;
	top: 141px;
}

div#submenu3 {
	width: 256px;
	height: 130px;
	left: 615px;
	top: 159px;
}

div#submenu4 {
	width: 296px;
	height: 95px;
	left: 615px;
	top: 191px;
}

div#submenu5 {
	width: 156px;
	height: 65px;
	left: 739px;
}
