@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #000;
}

#container {
	width: 1280px;
	height: 998px;
	margin: 0 auto;
	position: relative;
}

#menuHolder {
	width: 853px;
	margin-left: 214px;
	z-index:100;
	height: 25px;
	position: absolute
}

#footerHolder {
	width: 720px;
	position: absolute;
	z-index: 100;
	margin-left: 280px;
	text-align: center;
	bottom: 0;
}

#copyright {
	background: url(images/semitrans.png);
	font: 10px Tahoma, Geneva, sans-serif;
	color: #587400;
	padding: 5px 0;
}

#copyright a{
	color: #587400;
	text-decoration: none;
	margin: 0 5px;
}



/* Menu */


.menu01 {
width: 134px;
background: url(images/menu.png) no-repeat 0 0;
}

.menu02 {
width: 148px;
background: url(images/menu.png) no-repeat -134px 0;
}


.menu03 {
width: 147px;
background: url(images/menu.png) no-repeat -282px 0;
}


.menu04 {
width: 148px;
background: url(images/menu.png) no-repeat -429px 0;
}


.menu05 {
width: 145px;
background: url(images/menu.png) no-repeat -577px 0;
}


.menu06 {
width: 130px;
background: url(images/menu.png) no-repeat -722px 0;
}








#menu {
	padding:0;
	margin:0;
	list-style:none;
	height:25px;
	position:relative;
	z-index:500;
	font: 12px Tahoma;
/*	text-transform: uppercase;*/
	
}
#menu li {
	float:left;
	
}
#menu li a {
	display:block;
	height:25px;
	line-height:25px;
	color:#ccc;
	text-decoration:none;
	font-size:11px;
	
}
#menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li ul {display:none;}

#menu li a:hover {
	z-index:200;
	position:relative;
	color:#fff;
	
}
#menu li:hover {
	position:relative;
	z-index:200;
}
#menu li:hover > a {
	color:#fff;
	
}
#menu li:hover > a.sub {
	color:#fff;
	
}
#menu li.current a {
	color:#fff;
	
}
#menu li a.sub {
	
}
#menu li.current a.sub {
	color:#fff;
	
}

#menu li:hover > ul {display:block; position:absolute;}

#menu :hover ul {
	left:0px;
	top:25px;
	width:200px;
	/* opacity: .85; Standard: FF gt 1.5, Opera, Safari */
	/*filter: alpha(opacity=85);  IE lt 8 */
	/*-ms-filter: "alpha(opacity=75)";  IE 8 */
	/* -khtml-opacity: .85; Safari 1.x */
	/* -moz-opacity: .85; FF lt 1.5, Netscape */
}




/* keep the 'next' level invisible by placing it off screen. */
#menu ul, #menu :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	
}
#menu :hover ul :hover ul {
	left:180px;
	top:0;
	white-space:nowrap;
	width:150px;
	z-index:200;
	height:auto;
	text-indent:40px;

	
}
#menu :hover ul li {
	margin:0;
	/*border-top:1px solid #408036;*/
	
}




#menu :hover ul li a {
	width:180px;
	padding:0;
	text-indent:40px;
	
	color:#fff;
	height:24px;
	line-height:24px;
	background: url(images/submenu_bg.png) repeat-x  bottom left;
}
#menu :hover ul li a.fly {
	background: url(images/submenu_bg.png) repeat-x  bottom left
}
#menu :hover ul :hover {
	/*background-color:#000;*/
	/*color:#f79424;*/
}
#menu :hover ul :hover a.fly {
/*	background-color:#c60;
*/	color:#fff;
}
#menu :hover ul li.currentsub a {
/*	background:#840;
*/	color:#fff;
}
#menu :hover ul li.currentsub a.fly {
	background:#840 url(flash/right-arrow.gif) no-repeat right center;
	color:#fff;
}
#menu :hover ul :hover ul li a {
	width:180px;
	padding:0;
	text-indent:40px;
	background: url(images/submenu_bg.png) repeat-x  bottom left;
	color:#fff;
}
#menu :hover ul :hover ul :hover {
	color:#fff;
}
#menu :hover ul :hover ul li.currentfly a, #menu :hover ul :hover ul li.currentfly a:hover {
	background:#840;
	color:#fff;
}
:focus { outline: none}