@CHARSET "UTF-8";

/**
 * Main top menu
 * @use home, portal, content
 */
#menu {
	height: 48px;
	background: url(../images/menu.gif) repeat-x left bottom;
	width: 751px;
	position: absolute;
	left: 50%;
	margin-left: -271px;
	z-index: 1000;
	top: 225px;
	line-height: 1.4em;
}

#menu ul {
	padding:0;
	margin: 0;
}

#menu li {
	display: block;
	margin: 0px 7px 0px 0px;
	float: left;
	padding-left: 1px;
	padding-bottom: 0px;
	padding-top: 8px;
	background: url(../images/menu_bg_left.gif) no-repeat left 8px;
}

#menu li:hover {
	background: url(../images/menu_li_hover.png) no-repeat left 8px;
}

#menu li a {
	text-decoration: none;
	height: 30px;
	color: #FFFFFF;
	display: block;
	background: url(../images/menuli_bg_a.gif) no-repeat right top;
	padding: 8px 18px 10px 13px;
	font-size: 1.4em;
}

#menu li a:hover, #menu li.active a {
	color: #000;
	background: url(../images/menuli_bg_a_hover_sub.gif) no-repeat right top;
}

#menu li.no a:hover, #menu li.no.active a {
	background: url(../images/menuli_bg_a_hover.gif) no-repeat right top;
}

#menu li.selected a {
	background: url(../images/menu_li_selected.gif) no-repeat right top;
	padding: 4px 18px 0px 13px;
	color: #000;
}

#menu li.selected a:hover {
	color: #000;
	background: url(../images/menu_li_selected.gif) no-repeat right top;
}

#menu li.selected {
	margin-top: 21px;
	background: url(../images/li_selected.gif) no-repeat left bottom;
	padding-left: 6px;
	height: 19px;

	position:relative;
	z-index:-2;
}

#menu ul ul {
	display: none;
	position: absolute;
	width: 200px;
	margin-left: -1px;
	margin-top: -19px;
	padding-top: 15px;
	border: solid #00769a;
	border-width: 1px 1px 1px;
	background: #fff;
	z-index: -1;
}

#menu li.selected ul {
	margin-top: -16px;
	padding-bottom: 10px;
}

#menu ul ul li, #menu ul ul li.selected {
	float: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

#menu ul ul a,
#menu ul li.selected ul a {
	width: auto !important;
	height: auto !important;
	margin: 0px !important;
	padding: 0.4em 0.7em !important;
	background: transparent !important;
	color: #000;
	font-size: 1.1em !important;
}

#menu ul ul a:hover {
	background: none !important;
	color: #00a6d6 !important;
}

#menu ul ul li:hover {
	background: none !important;
}

/**
 * Content menu
 * Menu on left side of the page
 * @use content
 */
#contentMenu {
	line-height: 1.4em;
}
#contentMenu,
#contentMenu ul {
	margin: 0;
	padding: 0;
	width: 180px;
	margin-bottom: 1px;
}

#contentMenu li {
	display: block;
	font-size: 12px;
	width: 180px;
}

#contentMenu li.parent li a {
	width:143px;
	width: 79%;
	display: block;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 6%;
	padding-right: 15%;
	text-decoration: none;
}

#contentMenu li.parent h2 {
	width:143px;
	width: 79%;
	display: block;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 6%;
	padding-right: 15%;
	background-color:#000;
	color:#fff;
	font-weight:bold;
	line-height: 1.4em;
	font-family: "Tahoma","Arial",sans-serif;
	font-size: 100%;
	margin: 0;
}

#contentMenu li.parent h2 a {
	font-weight:bold;
	text-decoration: none;
	display: block;
	color: #fff;
	width: 100%;
	height: auto;
}

#contentMenu li.parent h2 a:hover {
	text-decoration: underline;
}

#contentMenu li.parent li {
	background-color:#33B9DF;
	color:#FFFFFF;
	font-weight: normal;
	border-bottom:1px solid #59C5E4;
}

#contentMenu li.parent li a {
	background-color:#33B9DF;
	color:#FFFFFF;
	font-weight: normal;
}

#contentMenu li.parent li.selected a {
	background-color:#98D8EA;
	color:#000;
	font-weight:normal;
}

#contentMenu li.parent li.selected.current {
	background-color:#98D8EA;
	color:#000;
	font-weight:normal;
	display: block;
	padding: 0.7em 15% 0.7em 6%;
	text-decoration: none;
	width: 79%;
}

#contentMenu li.parent li.selected li a {
	background-color:#fff;
}

#contentMenu li a:hover,
#contentMenu li.parent li a:hover {
	text-decoration: underline;
}

#contentMenu li.parent li.selected li.amenu-act a{
	color: #00a6d6;
}


#contentMenu li a.level1 {
	background: #00a6d6 url(../images/level1.gif) no-repeat left top;
	font-weight: bold;
}

#contentMenu li a.level2 {
	background: #31bade url(../images/level2.gif) no-repeat left top;
}

#contentMenu li a.level3 {
	background: #4ac3e7 url(../images/level3.gif) no-repeat left top;
}

#contentMenu li a.level4 {
	background: #63cbe7 url(../images/level4.gif) no-repeat left top;
}

#contentMenu li a.level5 {
	background: #7bd3ef url(../images/level5.gif) no-repeat left top;
}

#contentMenu li ul li a {
	background: #fff;
	color:#000000;
	font-weight:normal;
}

#contentMenu .directory li a,
#contentMenu li.directory a {
	font-weight: normal;
	color: #000;
}

#contentMenu .directory li,
#contentMenu li.directory {
	border-bottom: 1px solid #e5e5e5;
}

/**
 * Footer menu
 * Menu in the footer, not always there
 * @use general
 */
#footerMenu h4 {
	float: left;
	margin-right: 20px;
	font-size: 1.3em;
	font-weight: bold;
}

#footerMenu ul {
	margin: 0 70px 0 0;
	padding: 0;
	float: left;
	list-style: none;
}

#footerMenu li {
	line-height: 16px;
}

#footerMenu li a {
	padding-left: 20px;
	background: url(../images/footerContent_li.gif) no-repeat left top;
	color: #FFF;
	text-decoration: none;
}

#footerMenu li a:hover {
	color: #000;
	text-decoration: underline;
}

/**
 * Meta menu
 * Menu at the top
 * @use general
 */
#metamenu {
	margin-top: 10px;
	float: right;
	line-height: 1.4em;
	max-width: 569px;
}

#metamenu ul {
	margin-top: 3px;
	margin-right: 5px;
/*	float: right;*/
	list-style: none;
}

#metamenu li {
	float: left;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #00a6d6;
}

#metamenu li a {
	text-decoration: none;
}

#metamenu li a:hover {
	text-decoration: underline;
}

#metamenu h3 {
	display: none;
}

#metamenu .rss {
	padding-left: 18px;
	background: url(../images/rss.gif) no-repeat left center;
}

#metamenu .last {
	border: none !important;
	background: none;
}

