@CHARSET "UTF-8";




/*** main menu ***/
#libMenuMain {
	z-index: 200;
	position: relative;
	color: #333333;
}
#libMenuMain ul {
	margin: 0;
	padding: 1px 0 0 0;
	list-style-type: none;
	background-image: url(../gfx/background_dotted_9A9A9A.gif);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 200;
}
#libMenuMain li {
	margin: 0;
	padding: 0;
	background: white;
}
#libMenuMain li a {
	display: block;
	width: 152px;
	padding: 4px 4px 5px 4px;
	text-decoration: none;
	background-image: url(../gfx/background_dotted_9A9A9A.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #08355E;
	font-size: 11px;
	font-weight: normal;
}
#libMenuMain ul ul {
	background-image: url(../gfx/background_1px_white.gif);
}
#libMenuMain li li a {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	width: 142px;
	padding: 4px 14px 4px 3px;
	background-color: #D4D4D4;
	background-repeat: no-repeat;
	background-position: center right;
}

/* ie6 fix */
*html #libMenuMain li li a {
	width: 143px;
}
	
#libMenuMain li li.has_subpages a {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	background-image: url(../gfx/background_menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

#libMenuMain li li.has_subpages a:hover {
	background-image: url(../gfx/background_menu_arrow_white.gif);		
}
/* for keeping item states */
#libMenuMain li li.has_subpages:hover>a {
	background-image: url(../gfx/background_menu_arrow_white.gif);		
}

/* revert for next level */
#libMenuMain li li.has_subpages li a,
#libMenuMain li li.has_subpages li a:hover {
	background-image: none;
}


#libMenuMain li a:hover {
	background-color: #989898;
	color: white;
}

/* for keeping item states */
#libMenuMain li:hover>a {
	background-color: #989898;
	color: white;
}

/* dynamix start */

/* get rid of the table */
#libMenuMain table {
	position: relative;
	border-collapse: collapse;
	border: 0;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 100;
}

#libMenuMain td {
	border: 0;
	padding: 0;
}

#libMenuMain table table {
	position: absolute;	
}

/* Give the link OR list a relative position. Depends on which browser is used  */
.menu li:hover {
	position: relative;
}

/* keep the 'next' level invisible */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu table, 
.menu :hover table table, 
.menu :hover table :hover table table {
	display: none;
}

/* Position the flyout sub levels to the right or left when hovering over the sub level list OR link. */
.menu :hover ul,
.menu :hover table {
	 left:160px;
	 top: -1px;
	 display:block;
	 position:absolute;
}

.menu :hover ul :hover ul,
.menu :hover table :hover table {
	 left:160px;
	 top: -1px;
	 display:block;
	 position:absolute;
}

.menu :hover ul :hover ul :hover ul,
.menu :hover table :hover table :hover table {
	 left:160px;
	 top: -1px;
	 display:block;
	 position:absolute;
}

/* For IE5.5 and IE6 give the hovered links a position relative */
* html ul.menu li a:hover {
	position: relative;
}

/* dynamix end */

/* menus right */
.relationalNavigation ul {
	margin: 0;
	margin-top: 1px;
	padding:0;
	list-style-type: none;
}

.relationalNavigation li {
}

.relationalNavigation li a {
	display: block;
	width: 148px;
	padding: 4px;
	text-decoration: none;
	color: #08355E;
	font-size: 11px;
	font-weight: normal;
	background: white;
	border: 2px solid #E7E7E7;
	border-top: 0px;
	border-bottom: 1px solid #E7E7E7;
}


/*** ROOTLINE menu ***/
#libMenuRootline {
	padding: 9px 0 9px 24px;
	color: #333;
	float: left;
	width: 750px;
	font-size: 11px;
}

#libMenuRootline .rootlineLabel {
	float: left;
	padding-bottom: 1em;
}

#libMenuRootline ul {
	margin: 0;
	padding:0;
	list-style-type: none;
	display: block;
}

#libMenuRootline ul li {
	background-image: none;
	padding: 0;
	display: inline;
	color: #08355E;
}

#libMenuRootline a {
	color: #08355E;
}

/*** FONT and LANGUAGE switcher ***/

.tx-srlanguagemenu-pi1 {
	display: inline;
}

#libMenuFontAndLang {
	padding: 9px 16px;
	border-bottom: 4px solid white;
	font-size: 11px;
	color: #333;
	text-align: right;	
}

#libMenuFontAndLang ul {
	margin: 0;
	padding:0;
	list-style-type: none;
	display: inline;	
}

#libMenuFontAndLang li {
	padding: 0;
	background-image: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#libMenuFont li {
	padding-left: 3px;
}

#libMenuLang li {
	padding-left: 10px;
}

#libMenuFont a,
#libMenuLang a {
	cursor: pointer;
}



/*** SITEMAP BEGIN ***/
/* first level */
#content .csc-sitemap ul {
	margin-left: 0;
	padding-left: 0;
}
#content .csc-sitemap ul li {
	list-style: none;
	background: transparent none;
	padding-left: 0;
	padding-top: 1em;
}
#content .csc-sitemap ul li a {
	font-weight: bold;
	font-size: 13px;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #133072;
	padding: 2px 0 2px 20px;
	background-image: url(../gfx/page_icon.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}
#content .csc-sitemap ul li a:hover {
	background-color: #eee;
}
/* second level */
#content .csc-sitemap ul ul {
	margin: 0 0 15px 0;
}
#content .csc-sitemap ul ul li {
	background-color: none;
	background-image: url('../gfx/bullet_list-item.gif');
	background-position: left 9px;
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 0.25em;
	margin: 0 0 0 19px;
}
/* help ie display the li background image */
*html #content .csc-sitemap ul ul li {
	background-color: white;
}
*+html #content .csc-sitemap ul ul li {
	background-color: white;
}
#content .csc-sitemap ul ul li a {
	background: transparent none;
	border-bottom: 0;
	font-size: 12px;
	padding-left: 0;
	font-weight: normal;
}
/* third level */
#content .csc-sitemap ul ul ul li {
	background-image: none;
	padding-left: 20px;
}
#content .csc-sitemap ul ul ul li a {
	font-weight: normal;
	font-size: 12px;
}
/* forth level */
#content .csc-sitemap ul ul ul ul li {
	background-image: none;
	padding-left: 20px;
}
#content .csc-sitemap ul ul ul ul li a {
	font-weight: normal;
	font-size: 11px;
}

/*** SITEMAP END ***/


/*** PRINT/META menu ***/
#libMenuMetaBottom,
#libMenuPrint {
	float: left;
	height: 22px;
	padding: 8px 10px 0 10px;
	font-size: 10px;
}

#libMenuPrint {
	position: absolute;
	padding-top: 0px;
	right: 0;
}

#libMenuPrint ul {
	margin: 0;
	padding:0;
	list-style-type: none;
	display: block;	
}

#libMenuPrint ul li {
	background-image: none;
	padding: 0;
	display: block;
	float: left;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-left: 15px;
}



