.menuItem a {
	text-decoration: none;
}

/* Horizontal Menus */
.horizontalMenu .menuItem {
	float: left;
}
.horizontalMenu {
	clear: left;
	list-style-type: none;
}

/* Tree Menus */
.treeMenu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.treeMenu .menuItem {
}

/* Small Menu */
#menu1 {
	position: absolute;
	right: 10px;
	top: 70px;
	padding-left: 0px;
	font-size: 8pt;
}
#menu1 .menuItem {
	margin-right: 10px;
}
#menu1 .menuItem a {
	color: #ffffff;
}

/* Main Menu */
#menu2 {
	position: absolute;
	right: 10px;
	top: 100px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12pt;
}
#menu2 .menuItem {
	height: 20px;
	margin: 1px 5px 0 0;
	padding: 20px 0 0 0;
}
#menu2 .activeMenuItem {
	border-color: #cc0033;
}
#menu2 .menuItem a {
	text-decoration: none;
	margin: 20px 2px 0 2px;
	color: #3d5b8b;
	border-bottom: 5px solid #3d5b8b;
}
#menu2 .menuItem a:hover {
	color: #c03;
	border-color: #c03 !important;
	border-color: #3d5b8b
}

/* Sidebar Menu */
#menu3 {
	list-style-type: none;
	padding: 0 0 1px 0;
	margin: 0;
	margin: 9px 5px 5px 5px;
	background-image: url(sidebar-background-1.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#menu3 .menuItem {
	font-size: 9pt;
}
#menu3 .menuItem a {
	color: #3d5b8b;
}
#menu3 .menuItemLevel1 {
	font-weight: normal;
	width: 235px;
	min-height: 20px;
	margin: -4px 3px 3px 0;
	padding: 5px 0 0 5px;
	background-image: url(sidebar-background-2.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#menu3 .menuItemLevel1-cur {
	font-weight: bold;
}
#menu3 .menuItemLevel1 ul {
	list-style-type: none;
	padding: 3px 0 8px 0;
	margin: 0 0 0 -5px;
	border: solid #cccccc;
	border-width: 0 1px 0 1px;
}
#menu3 .menuItemLevel2 {
	padding: 2px 0 2px 10px;
}
#menu3 .menuItemLevel2-no {
	font-weight: normal;
}
#menu3 .menuItemLevel2-cur {
	font-weight: bold;
}
#menu3 .menuItemLevel2 ul {
	border: 0;
}
#menu3 .menuItemLevel3 {
	padding: 2px 0 2px 19px;
}
#menu3 .menuItemLevel3-no {
	font-weight: normal;
}
#menu3 .menuItemLevel3-cur {
	font-weight: bold;
}
#menu3 .menuItemLevel4 {
	padding: 2px 0 2px 28px;
}
#menu3 .menuItemLevel4-no {
	font-weight: normal;
}
#menu3 .menuItemLevel4-cur {
	font-weight: bold;
}

/* Rootline */
#menu4 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 362px;
	font-size: 9pt;
	font-weight: bold;
}
#menu4 .menuItem {
	color: #3d5b8b;
	margin-top: 3px;
	margin-right: 5px;
}
#menu4 .menuItem a {
	margin-right: 5px;
	color: #3d5b8b;
}
#menu4 .menuItem a:hover {
	color: #c03;
}

/* IE Hacks */
* html #menu1 {
	top: 83px;
	right: 0px;
}
* html #menu3 {
	margin: 4px 3px 6px 6px;
	padding-top: 5px;
	height: 240px;
}
* html #menu3 .menuItemLevel1 {
	height: 20px;
}
* html #menu4 {
	top: 364px;
}

/* Sitemap */
.sitemap {
	list-style-type: none;
	padding: 0 0 1px 0;
	margin: 0;
	margin: 9px 5px 5px 5px;
}
.sitemap .menuItem {
	font-size: 9pt;
}
.sitemap .menuItem a {
	color: #3d5b8b;
}
.sitemap .menuItem ul {
	list-style-type: none;
	padding: 3px 0 8px 30px;
	margin: 0;
}
