@charset "utf-8";

/* Local navigation style sheet
 * - handles basic rendering, positioning and behaviour
 * 
 * University of Ottawa
 * Computing and Communications Services
 */

ul h3 {font-size: 0.99em;}



ul#genie-local-nav { 
	background-repeat: repeat-y;
	height: 1%; /* IE hack  - Holy Hack*/
	 }

ul#genie-local-nav, ul#genie-local-nav * {
	padding: 0; margin: 0; list-style: none;
}



ul#genie-local-nav a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 0.6em 20px 0.6em 10px;
	text-decoration: none;
	font-weight: bold;
	/*height: 1em;*/  this fixes the gaps in IE 
	width: 155px;  this fixes the gaps in IE7 
}

ul#local-nav a {
	height:auto;
}

/* Correction for standards compliant browsers */
html>body ul#genie-local-nav li > a { height: auto; min-height:1em; width: auto; }
html>body ul#directory-acc li > a { height: auto; min-height:1em; width: auto; }

ul#genie-local-nav a, ul#genie-local-nav a:visited {
	color: #777;
}

ul#genie-local-nav a:hover, ul#genie-local-nav a:active, ul#genie-local-nav a:focus {
	text-decoration: underline;
}

ul#genie-local-nav li ul a {
	border-bottom: none;
}
ul#genie-local-nav li ul {
	padding: 0.5em 0;
}

ul#genie-local-nav li.expand {
	border-bottom: 1px solid #ccc;
}

ul#genie-local-nav li ul a {
	margin: 0;
	font-weight: normal;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border: none;
}

ul#genie-local-nav li.new-group {
	padding-top: 1px;
}

ul#genie-local-nav li.new-group a {
	padding-left:10px;
	background: #fafafa;
}

ul#genie-local-nav li.new-group ul li a {
	border: none;
}


/* Default images and backgrounds */
ul#genie-local-nav a { background: no-repeat bottom right; }
ul#genie-local-nav li.first { background: top left no-repeat; }
ul#genie-local-nav li ul { background: white; }
ul#genie-local-nav li ul a, ul#genie-local-nav li.expand ul a { background: none; }
ul#genie-local-nav a.current, ul#genie-local-nav li.expand ul li a.current { font-weight: bold; }

/* Section photo */
#section-photo { background-repeat: no-repeat; height: 109px; border-top: 1px solid white; }

/* Opt-in way to treat long words in IE6 */
#genie-local-nav a span.long-word { display: block; width: 150px; margin-right: -20px; /*word-wrap: break-word;*/ }
/* Correction for standards-compliant browsers, which by default deal with long-words correctly */
#genie-local-nav a > span.long-word { display: inline; width: auto; margin-right: 0; /*word-wrap: normal;*/ }





ul#directory-acc {
	height: 1%;
}

ul#directory-acc {
	padding: 0;
	list-style: none;
}

ul#directory-acc a{
	cursor: pointer;
	
}

ul#directory-acc a:hover, ul#genie-local-nav a:active, ul#genie-local-nav a:focus {
	text-decoration: underline;
	color: #993300;
}

.nav-subtitle {
	font-size: 0.95em;
	background: #fff;
	width: 100%;
	color: #993300; 
	text-align:center; 
	padding: 2px; 
	border-bottom: 1px solid #ccc; 
	border-right: 1px solid #ccc;
	
	}
