#navigation {
	background: #FFF;
	float: left;
	width: 100%;
}

#topNav a {
	font-weight: bold;
}

#topNav ul a {
	font-weight: normal;
}

/* z-index needed for IE6 */
#topNav {
	position: relative;
	background: #fff no-repeat 100% 50%;
	width: 100%;
	max-width: 100%;
	margin-bottom: 3.5em;
	margin: 0;
	padding: 0;
	height: 3em;
	line-height: 3em;
	font-size: 0.9em;
	z-index: 200;
}

#topNav li {
	margin: 0;
	padding: 0 1em;
}

#topNav li a {
	height: 3em;
	cursor: pointer;
}

#topNav li.selected a {
	color: #fff;
}

#topNav li ul li.first {
	border-top: 1px solid #00456B;
	width: 20em;
}

#topNav li ul {
	width: 19em;
	cursor: default;
	height: auto;
	position: absolute;
	display: none;
	left: -10px;
	top: 50px;
	margin: 0;
	padding: 0 10px 10px 0px;
	background: url(../images/clear.gif);/* trick to keep'em open */
}

#topNav li {
	position: relative;
	cursor: pointer;
	float: left;
	list-style-type: none;
	font-weight: bold;
}

/* sub-menu LIs */
#topNav li ul li {
	padding: 0;
	border: none;
	border-top: none;
	width: 19em;
}

/* All anchors */
#topNav li a {
	color: #00456B;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 0.4em;
}

#topNav li.selected ul a {
	color: #00456B;
}

/* sub-menu Anchors */
#topNav li ul li a {
	position: relative !important; /* ie Mac */
	cursor: pointer !important;
	line-height: 1.5em;
	padding: 7px 15px;
	font-weight:normal;
	border-left: 1px solid #00456B;
	border-right: 1px solid #00456B;
	background-position:0 50% !important;
	width: 19em;
	height: auto;
}

#topNav li ul li.last a {
	border-bottom: 1px solid #00456B;
}

/**
 * Mouse hovered over top-level category.
 */
#topNav li:hover {
	background: #00456B;
}
#topNav li:hover a {
	color: #FFF;
}
#topNav li:hover ul a {
	color: #00456B;
}

#topNav li.selected,
#topNav li:hover.selected {
	background: #00456B;
	color: #fff;
}

/* display and z-index for the sub-menus */
#topNav li:hover ul {
	z-index:200;
	top: 3em !important;
	display: block;
	font-weight: bold;
	left: 0;
}

/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#topNav li#AB {z-index:106;}
#topNav li#CF {z-index:105;}
#topNav li#GJ {z-index:104;}
#topNav li#KR {z-index:103;}
#topNav li#ST {z-index:102;}
#topNav li#UZ {z-index:101;}

/* Current location - class on Body must match LI's id */
.AB #topNav li#AB a,
.CF #topNav li#CF a,
.GJ #topNav li#GJ a,
.KR #topNav li#KR a,
.ST #topNav li#ST a,
.UZ #topNav li#UZ a {color:#000;}
/* Keeping current menu accessible to JAWS */
.AB #topNav li#AB ul,
.CF #topNav li#CF ul,
.GJ #topNav li#GJ ul,
.KR #topNav li#KR ul,
.ST #topNav li#ST ul,
.UZ #topNav li#UZ ul {display:block;top:-1000px}


/* If JS is OFF we need to style the links in the sub-menu of the current page     */
/* so they are accessible to keyboard users. Using a class on each link would let  */
/* us stick each link in the same place, but we would have to plug a lot of        */
/* attributes in the markup and many rules here, so...                             */
.AB #topNav li#AB ul li a:focus,
.AB #topNav li#AB ul li a:active,
.CF #topNav li#CF ul li a:focus,
.CF #topNav li#CF ul li a:active,
.GJ #topNav li#GJ ul li a:focus,
.GJ #topNav li#GJ ul li a:active,
.KR #topNav li#KR ul li a:focus,
.KR #topNav li#KR ul li a:active,
.ST #topNav li#ST ul li a:focus,
.ST #topNav li#ST ul li a:active,
.UZ #topNav li#UZ ul li a:focus,
.UZ #topNav li#UZ ul li a:active {position:absolute !important;top:1028px !important;}

/* Submenu anchors */
#topNav ul a {
	background-color: #D7E6F6;
}

#topNav li ul li a:hover {
	background: #00456B;
	color: #FFF;
}
