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

#menuHolder {
	width: 1105px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2000;
}

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

.menu01:hover, .menu01 a:hover {
background: url(../images/menu.png) no-repeat 0 -27px;
}

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

.menu02:hover, .menu02 a:hover {
background: url(../images/menu.png) no-repeat -58px -27px;
}
.menu03 {
width: 187px;
background: url(../images/menu.png) no-repeat -116px 0;
}

.menu03:hover, .menu03 a:hover {
background: url(../images/menu.png) no-repeat -116px -27px;
}

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

.menu04:hover, .menu04 a:hover {
background: url(../images/menu.png) no-repeat -303px -27px;
}

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

.menu05:hover, .menu05 a:hover {
background: url(../images/menu.png) no-repeat -461px -27px;
}

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

.menu06:hover, .menu06 a:hover {
background: url(../images/menu.png) no-repeat -531px -27px;
}

.menu07 {
width: 177px;
background: url(../images/menu.png) no-repeat -626px 0;
}

.menu07:hover, .menu07 a:hover {
background: url(../images/menu.png) no-repeat -626px -27px;
}

.menu08 {
width: 107px;
background: url(../images/menu.png) no-repeat -803px 0;
}

.menu08:hover, .menu08 a:hover {
background: url(../images/menu.png) no-repeat -803px -27px;
}

#menu {
	padding:0;
	margin:0 0 0 130px;
	list-style:none;
	height:27px;
	position:relative;
	z-index:1000;
	font: 11px Tahoma;
	left: 0;
}
#menu li {
	float:left;
}
#menu li a {
	display:block;
	height:27px;
	line-height:27px;
	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 a:hover {
	z-index:1000;
	position:relative;
	color:#fff;
	
}
#menu li:hover {
	position:relative;
	z-index:1000;
}
#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 :hover ul {
	left:0px;
	top:27px;
	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 */
}

#menu li.menu01:hover  ul {
	left:0;
	top:27px;
	width:200px;
	
}

#menu .menu01 :hover  ul {
	left:0;
	top:27px;
	width:200px;
	
}


/* 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 {
	
	top:-1px;
	background:#03234f;
	white-space:nowrap;
	width:100px;
	z-index:2000;
	height:auto;
	
}
#menu :hover ul li {
	margin:0 ;
	border-bottom:1px solid transparent;
	
}

.top {
border-top: 1px solid #6f6b85;
}

.bottom {
border-bottom: 1px solid #6f6b85;
}

#menu :hover ul li a {
	width:180px;
	padding:0;
	text-indent:10px;
	color:#fff;
	height:24px;
	line-height:24px;
	background: url(dot.gif) repeat-x #03234f bottom left;
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */

}
#menu :hover ul li a.fly {
	background:#333 url(images/right-arrow.gif) no-repeat right center;
}
#menu :hover ul :hover {
	background-color:#f5520f;
	color:#fff;
}
#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(images/right-arrow.gif) no-repeat right center;
	color:#fff;
}
#menu :hover ul :hover ul li a {
	width:100px;
	padding:0;
	text-indent:10px;
	background:#3e3e3e;
	color:#ccc;
}
#menu :hover ul :hover ul :hover {
	background-color:#d70;
	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}
