/* AUGUST 2004 */

/* ArtsAlive.ca English Theatre */

/* NAVIGATION */

/* TOP VISITOR NAV */

#visitorNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 0;
	padding-left: 138px; /* indent nav */
	color: #fff;
	}
#visitorNav ul {
	margin: 0;	/*removes indent IE and Opera*/
    padding: 0;	/*removes indent Mozilla and NN7*/
    list-style-type: none;	/*turns off display of bullet*/
	display: inline; /* put the list next to the text above it */
}
#visitorNav ul li {
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}
#visitorNav ul li a {
	color: #000;
	text-decoration: none;	
	margin: 0;
	padding: 0 2px 0 6px;
	font-weight: normal;
	cursor: hand;
	border-left: 1px solid #930;
}
#visitorNav ul li a:hover {color: #fff; text-decoration: none;}
#visitorNav ul li a.selected {color: #fff; font-weight:bold;}
#visitorNav ul li a.first {border-left: none;}	



/* TOP NAV */

#globalNav {
	margin: 0;
	padding: 0;
	height: 83px;
	font-size:7px; /* set small point size to fix IE5 Mac bug due to nowrap below also fix side nav wrap in DW */
	list-style: none;
	overflow: hidden;
}
#globalNav ul {
	list-style-type: none;
	/*line-height: normal;*/
	margin: 0;
	padding: 0;
	display: inline;
	/*white-space: nowrap;*/
}
#globalNav ul li {
	position:relative;
	display:inline;
	float:left; /*fix Mozilla bug not showing bg images on page load */
	margin: 0;
	padding: 0;
}
#globalNav ul li a {
	float: left;
	padding: 83px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:83px; /* for IE5/Win only */
}
#globalNav a:hover {
	background-position: 0 -83px;
	}
#globalNav a:active, #globalNav a.selected {
	background-position: 0 -166px;
	}

/* image files are styled in navArtsAliveTHFen.css */





/* LEFT SIDE NAV  */

ul#subNav  {
	margin: 0;	/*removes indent IE and Opera*/
    padding: 0;	/*removes indent Mozilla and NN7*/
    list-style-type: none;	/*turns off display of bullet*/
	/*width: 114px; desired width 124px minus li padding */
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	/*width: 124px;  for ie5*/
	w\idth: 124px; /* ie6 and others */
	}	
ul#subNav li {
	padding: 0;
	margin: 0; /* space between nav items  */
	border-bottom: 1px solid #006699;
	}
ul#subNav li a {
	display: block;
	width: 124px; /* for ie5*/
	w\idth: 110px;  /* ie6 and others : 124px width minus padding below */
	font-weight:bold;
	color: #000;
	text-decoration:none;	
	cursor: hand;
	/*padding: 2px 2px 4px 6px;*/
	padding: 4px 4px 4px 10px;
	margin: 0;
	
	}
ul#subNav li a:hover {color: #000; background-color:#dceef3;}
ul#subNav li a.selected {color: #000; background-color:#fff;}
ul#subNav li a.selected:hover {color: #000; background-color:#fff;}


/* SUB NAV */

ul#subNav li ul  {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;	/*removes indent IE and Opera*/
    padding: 0;	/*removes indent Mozilla and NN7*/
    list-style-type: none;
	background-color: #dceef3;
	/*border-top: 1px solid #006699;*/
	w\idth: 124px; /* ie6 and others */
	}
ul#subNav li ul li {
	padding-right: 20px;
	}
ul#subNav li ul li a {
	margin: 0;
	color: #000;
	font-weight: normal;
	}
ul#subNav li ul li a:hover {font-weight: normal; color: #000; background-color: #fff;}
ul#subNav li ul li.selected a {font-weight: bold;}
ul#subNav li ul li.selected a:hover {font-weight: bold; text-decoration:none;}







/* FOOTER NAV */

#footer ul li a {
	color: #aacfde;
}
#footer ul li a:hover {
	color: #fff;
}