@charset "utf-8";
/* CSS Document */

/* NAV START */

#nav_wrapper {
	background-image:url(../img/wowbus1_top.jpg);
	background-repeat:no-repeat;
	height:130px;
	width:952px;
	float:left;
	margin-left:20px;
	margin-top:0px;
	text-align:center;
	}
	
#nav {
	float:left;
	width:640px;
	position:relative;
	height:70px;
	top:75px;
	left:246px;
	text-align:center;
	}

#nav .select {
	background-repeat:no-repeat;
	background-position:center;
	color:#ffc30b;
	padding-bottom:32px;
	height:35px;
	float:left;
	z-index:2;
	text-align:center;
	background-image:url(../img/WOW-bus-nav_arrow.jpg);
	}
	
#nav .unselect {
	padding-bottom:32px;
	height:35px;
	float:left;
	}


.submenu {
	margin-bottom:12px;
	}
		
.submenu a:link {
	color:#ffffff;
	text-decoration:none;
	}
.submenu a:visited {
	color:#ffffff;
	text-decoration:none;
	}
.submenu a:hover {
	color:#ffc30b;
	text-decoration:none;
	}	
.submenu a:active {
	color:#ffffff;
	text-decoration:none;
	}
	

	
#nav_arrow {
	position:absolute;
	height:29px;
	width:450px;
	top:94px;
	left:330px;
	z-index:1;
	}
	
#arrow {
	background-image:url(../img/WOW-bus-nav_arrow.jpg);
	width:22px;
	height:29px;
	z-index:1;
	position:absolute;
	}
	

	
.unselect a:link {
	color:#ffffff;
	text-decoration:none;
	padding-bottom:51px;
	height:35px;
	}
.unselect a:visited {
	color:#ffffff;
	text-decoration:none;
	padding-bottom:51px;
	height:35px;
	}
.unselect a:hover {
	color:#ffc30b;
	background-image:url(../img/WOW-bus-nav_arrow.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-decoration:none;
	padding-bottom:51px;
	height:35px;
	}	
.unselect a:active {
	color:#ffffff;
	text-decoration:none;
	padding-bottom:51px;
	height:35px;
	}
	
#book_img {
	position:relative;
	top:19px;
	left:182px;
	float:left;
	display:inline;
	}
	
#book_img a { background-image:url(../img/book_sprite.jpg); background-position: 0px -101px; height:101px; width:105px; float:left; display:inline; }

#book_img a:hover { background-position: 0px -202px; }

/* NAV END */