#main-navigation {
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	position: absolute;
}

.main-navigation ul, .main-navigation li {
	margin: 0; padding: 0;
	list-style: none;

}
.main-navigation ul{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('images/nav/menu_shadow.gif');
	background-repeat: repeat-x;
	background-position: 0 100%;
}

*html #main-navigation ul {
	position: absolute;
	top: 0px;
	left: 0px;
}

.main-navigation ul ul{
	margin-top: 0;
	background-image:none;
	position: absolute;
	top: 30px;
}
*html #main-navigation ul ul{
	top: 31px;
}

ul.body-1 {
	height: 35px;
	width: 992px;
	left: 0px;
}

li.parent-1 {
	background: url('images/nav/menu_off.gif') 100% 0 repeat-x;
	float: left;
	text-align: center;
	position: relative;
	left: 0px;
}
li.parent-1:hover, li.parent-1.sfhover {
	background: url('images/nav/menu_hover.gif') 100% 0 repeat-x;
}




span.space-1 {
	height: 29px;
	cursor: default;
	background: url('images/nav/menu_break_middle.gif') 0 0 no-repeat;
	float: left;
	padding: 8px 16px 0 16px;
	line-height: 12px;
	font-size: 11px;
}


* html span.space-1 {
	height: 27px;
}

span.space-1.starting {
	background: url('images/nav/menu_break_left.gif') 0 0 no-repeat;
	height: 28px;
	padding: 8px 17px 0 17px;;
}

/* only for safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
span.space-1.starting {
	padding: 8px 11px 0 10px;
}

/* only IE 5.5 hack */
* html span.space-1.starting {
	padding: 8px 17px 0 16px;
}
* html span.space-1 {
	height: 30px;
}

}

span.space-1.ending { 
	background: url('images/nav/menu_break_right.gif') no-repeat right top;
	width: 2px;
	padding: 0px;
	height: 36px;
}

span.space-1 a {
	color: #FFFFFF;
}

span.space-1 a:hover, span.space-1 .sfhover {
	color: #FFFFFF;
}

span.space-1 a:visited {
	color: #FFFFFF;
}

.body-2, .body-3 {
	display: none;
	position: absolute;
	text-align: left;
	border: 1px solid #CFCFCF;
	background: #56595C;
	width: 170px;
}
.body-2 li, .body-3 li {
	position: relative;
	border-bottom: 1px solid #838383;
	background-image: url(images/nav/menu_arrow.gif);
	background-position: 7px 50%;
	background-repeat: no-repeat;
}
.body-2 a, .body-3 a, .body-2 a:visited, .body-3 a:visited, .body-2 a:active, .body-3 a:active {
	color: #FFFFFF;
	font-weight: normal;
	padding: 6px 0 6px 18px;
	display: block;
	height: 1%;
}
.body-2 a:hover, .body-3 a:hover, .body-2 .sfhover, .body-3 .sfhover {
	background-color: #2689c5;
		background-image: url(images/nav/menu_arrow.gif);
	background-position: 7px 50%;
	background-repeat: no-repeat;
}

.body-2 {
	top: 24px; left: 0;
}
.body-3 {
	top: -1px; left: 150px;
}

.body-2 li.child, .body-2 li.child a:hover, .body-2 li.child .sfhover {
/*
	background-image: url(images/nav/menu_arrow.gif);
	background-position: 7px 50%;
	background-repeat: no-repeat;
*/
}

.body-2 li.child .body-3 li, .body-2 li.child .body-3 a:hover, .body-2 li.child .body-3 .sfhover {
	background-image: none;
}

li.parent-1:hover .body-2, li.parent-1 .body-2.mactive2, li.parent-1.sfhover .body-2 {
	display: block;
}
.body-2 li:hover .body-3, .body-2 li .body-3.mactive3, .body-2 li.sfhover .body-3 {
	display: block;
}

li.parent-1 iframe, li.parent-1 ul.body-2 iframe {
	display: none;
}
li.parent-1:hover iframe, li.parent-1 iframe.mactive2, li.parent-1.sfhover iframe {
	display: block;
}
li.parent-1 .body-2 li:hover iframe, li.parent-1 .body-2 li iframe.mactive3, li.parent-1 .body-2 li.sfhover iframe {
	display: block;
}
