/* Keep the body modifications to a minimum,
   so that this code can easily be included */
body {
	behavior:url("/csshover.htc");
	margin: 0;
	padding: 0;
}

#navigation {
	background: #AFD5E0 url("/img/bg-nav.gif") repeat-x;
	border: 1px solid #979797;
	border-width: 1px 0;
	font-size: 1.1em;
	padding-top: .4em;
	margin-bottom: 4.0em;
	position: relative;
}

#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul {
	font: 75% "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	padding: 2px 0;
	text-align: center;
}

#navigation ul li {
	display: inline;
}

#navigation ul li.last {
	margin-right: 0;
}

#navigation ul li a {
	background: url("/img/tab-right.gif") no-repeat 100% 0;
	color: #06C;
	padding: 3px 0;
	text-decoration: none;
	margin-right: .75em;
}

#navigation ul li a span {
	background: url("/img/tab-left.gif") no-repeat;
	padding: 3px 1em;
}

/* Change the colour of the actual link and underline on mouseover */
#navigation ul li a:hover span {
	color: #99C;
	text-decoration: underline;
}

/* Hide description text until mouseover */
#navigation ul li div {
	display: none;
}

/* on mouseover (hover) reveal the description text for that link, 
   centered, under the navigation bar. */
#navigation ul li:hover div {
	display: block;
	width: 30%;
	position: absolute; 
	top: 35px; 
	right: 35%;
	color: #111;
}

/*\*//*/
#navigation ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#navigation ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}

/**/

/*\*/
* html #navigation ul li a {
	padding: 0;
}
/**/

