@charset "UTF-8";

/*
 * @version $Id: navigation.css 51 2008-08-25 07:52:54Z postnikova $
 */
 
 /* ### mainNavigation ### */
#mainNavigation ul {
	list-style: none;
	z-index: 100;
}
#mainNavigation ul.level0 {
	margin: 0 0 0 92px;
}
#mainNavigation ul.level0 li {
	float: left;
	display: block;
	height: 97px;
}
#mainNavigation ul.level0 li table {
	margin: 0;
	padding: 0;
}

#mainNavigation ul li.last-child {
	padding-right: 0;
	background-image: none;
}

#mainNavigation ul.level0 li a {
	padding: 77px 6px 0 6px;
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 20px;
}

#mainNavigation ul.level0 li.current a, #mainNavigation ul.level0 li.active a {
	background-image: url('../gfx/mainNavigation_active_bg.gif');
}

/** second level **/

#mainNavigation ul.level0 ul li {
	height: auto;
	background: #cb001d;
}

#mainNavigation ul.level0 ul li a {
	padding: 3px 2px 2px 4px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	width: 178px;
	height: 16px;
}

#mainNavigation ul.level0 ul li a, #mainNavigation ul.level0 li.current li a, #mainNavigation ul.level0 li.active li a {
	background-image: none;
}

#mainNavigation ul.level0 ul li a:hover, #mainNavigation ul.level0 ul li:hover a {
	background: #a20017;
}

#mainNavigation ul.level0 ul {
	display: block;
}

#mainNavigation ul.level0 ul li {
	padding-right: 0;
	background-image: none;
}

/** third level **/

#mainNavigation ul.level0 ul li ul li a, #mainNavigation ul.level0 ul li:hover ul li a {
	background: #5a728c;
}

#mainNavigation ul.level0 ul li ul li a:hover, #mainNavigation ul.level0 ul li ul li:hover a  {
	background: #3a4757;
}




/* Hide the sub levels */
#mainNavigation ul.level0 li ul {
	display: none;
}

#mainNavigation ul.level0 li {
	display: table-cell;
}

/* For Non-IE browsers and IE7 */
#mainNavigation ul.level0 li:hover {
	position: relative;
}

/* Make the hovered list color persist */
#mainNavigation ul.level0 li:hover>a {

}

/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#mainNavigation ul.level0 li:hover>ul {
	display: block;
	position: absolute;
	left: 150px;
	top: -10px;
	/*padding: 10px 30px 30px 30px;*/
	padding: 10px 30px 30px 34px;
	background: transparent url('../gfx/clear.gif');
	width: 200px;
}

/* Position the first sub level beneath the top level links */
#mainNavigation ul.level0>li:hover>ul {
	left: -29px;
	top: 87px;
}

/* get rid of the table */
#mainNavigation ul.level0 table {
	position: absolute;
	border-collapse: collapse;
	top: 72px;
	left: 0;
	z-index: 100;
	font-size: 1em;
}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #mainNavigation ul.level0 li a:hover {
	position: relative;
}

/* For accessibility of the top level menu when tabbing */
#mainNavigation ul.level0 li a:active,#mainNavigation ul.level0 li a:focus {
}


*html #mainNavigation ul.level0 ul li a {
	width: 182px;
}
/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */
	/* change the drop down levels from display:none; to visibility:hidden; */
*html #mainNavigation ul.level0 li ul {
	visibility: hidden;
	display: block;
	position: absolute;
	top: -20px;
	left: 174px;
	padding: 10px 30px 30px 32px;
	background: transparent url('../gfx/clear.gif');
}

/* keep the third level+ hidden when you hover on first level link */
#mainNavigation ul.level0 li a:hover ul ul {
	visibility: hidden;
}

/* keep the fourth level+ hidden when you hover on second level link */
#mainNavigation ul.level0 li a:hover ul a:hover ul ul {
	visibility: hidden;
}

/* keep the fifth level hidden when you hover on third level link */
#mainNavigation ul.level0 li a:hover ul a:hover ul a:hover ul ul {
	visibility: hidden;
}

/* keep the sixth level hidden when you hover on fourth level link */
#mainNavigation ul.level0 li a:hover ul a:hover ul a:hover ul a:hover ul ul {
	visibility: hidden;
}

/* make the second level visible when hover on first level link and position it */
#mainNavigation ul.level0 li a:hover ul {
	visibility: visible;
	left: -30px;
	top: 14px;
	lef\t: -31px;
	to\p: 15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#mainNavigation ul.level0 li a:hover ul a:hover ul {
	visibility: visible;
	top: -82px;
	left: 154px;
}

/* make the fourth level visible when you hover over third level link */
#mainNavigation ul.level0 li a:hover ul a:hover ul a:hover ul {
	visibility: visible;
}

/* make the fifth level visible when you hover over fourth level link */
#mainNavigation ul.level0 li a:hover ul a:hover ul a:hover ul a:hover ul {
	visibility: visible;
}

/* make the sixth level visible when you hover over fifth level link */
#mainNavigation ul.level0 li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {
	visibility: visible;
}

/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */



/* ### footerNavigation ### */

#footerNavigation ul {
	margin: 4px 0 0 10px;
}
#footerNavigation li {
	display: inline;
	padding: 0 6px 0 5px;
	background: transparent url('../gfx/footerNavigation_separator.gif') right 2px no-repeat;
}
#footerNavigation li a {
	font-size: 11px;
	color: #4e4e4e;
	text-decoration: none;
}
#footerNavigation li a:hover {
	text-decoration: underline;
}

/* ### specialNavigation ### */

#specialNavigation {
	margin-top: 2px;
}

#specialNavigation li {
	margin-right: 2px;
	float: left;
}
#specialNavigation li a {
	display: block;
	font-size: 11px;
	padding: 4px 14px 5px 14px;
	text-transform: lowercase;
	line-height: 11px;
	height: auto;
}