/* CSS Document */
#navigation {
z-index: 3000;
margin-top: 10px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	width: 150px;
}

#navigation ul li {
	list-style-type: none;
}

#navigation a, #navigation a:visited {
	display: block;
	width: 112px;
	/*height: 24px;*/
	background-image:url(../images/arrow2.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	padding: 10px 0px 10px 41px;
	line-height:normal;
}

#navigation a:hover {
	background-color:#E95807;
	background-image:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}

#nav_Training {
	position: absolute;
	top: 32px;
	left: 137px;
	background-image:url(../images/menu_bg.png);
	background-repeat:no-repeat;
	width: 148px;
	height: 95px;
}


#nav_Training a, #nav_Training a:visited {
	background-image:none;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	padding: 4px;
	line-height:normal;
	margin-left: 10px;
	margin-top: 8px;
	height: 12px;
}

#nav_Training a:hover {
color: #FF7328;
background-image:none;
background-color: #ffffff;
}

#nav_3d {
	position: absolute;
	top: 66px;
	left: 137px;
	background-image:url(../images/menu_bg.png);
	background-repeat:no-repeat;
	width: 148px;
	height: 95px;
}


#nav_3d a, #nav_3d a:visited {
	background-image:none;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	padding: 4px;
	line-height:normal;
	margin-left: 10px;
	margin-top: 8px;
	height: 12px;
}

#nav_3d a:hover {
color: #FF7328;
background-image:none;
background-color: #ffffff;
}
