






#portal #menu {
	font-size: 0.8em;
}

#portal #menu a {
	font-weight: bold;
}

#portal #menu ul a {
	font-weight: normal;
}

#portal #menu {
	position: relative;
	background: #fff no-repeat 100% 50%;
	width: 100%;
	max-width: 100%;
	float:left;
	margin-bottom: 3.5em;
	margin: 0;
	padding: 0;
	height: 3em;
	line-height: 3em;
}

#portal #menu li {
	margin: 0 0.5em 0 0;
}

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

#portal #menu li ul li.first {
	border-top: 1px solid #A6B4AC;
	width: 20em;
}

#portal #menu 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 */
}

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

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

/* All anchors */
#portal #menu li a {
	cursor: default;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 0.4em;
}

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

#portal #menu li ul li.last a {
	border-bottom: 1px solid #A6B4AC;
}

/* display and z-index for the sub-menus */
#portal #menu li:hover ul {
	z-index:10;
	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  */
#menu li#AB {z-index:6;}
#menu li#CF {z-index:5;}
#menu li#GJ {z-index:4;}
#menu li#KR {z-index:3;}
#menu li#ST {z-index:2;}
#menu li#UZ {z-index:1;}

/* Current location - class on Body must match LI's id */
.AB #menu li#AB a,
.CF #menu li#CF a,
.GJ #menu li#GJ a,
.KR #menu li#KR a,
.ST #menu li#ST a,
.UZ #menu li#UZ a {color:#000;}
/* Keeping current menu accessible to JAWS */
.AB #menu li#AB ul,
.CF #menu li#CF ul,
.GJ #menu li#GJ ul,
.KR #menu li#KR ul,
.ST #menu li#ST ul,
.UZ #menu 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 #menu li#AB ul li a:focus,
.AB #menu li#AB ul li a:active,
.CF #menu li#CF ul li a:focus,
.CF #menu li#CF ul li a:active,
.GJ #menu li#GJ ul li a:focus,
.GJ #menu li#GJ ul li a:active,
.KR #menu li#KR ul li a:focus,
.KR #menu li#KR ul li a:active,
.ST #menu li#ST ul li a:focus,
.ST #menu li#ST ul li a:active,
.UZ #menu li#UZ ul li a:focus,
.UZ #menu li#UZ ul li a:active {position:absolute !important;top:1028px !important;}


#leftcolumn {
	background-color: #E5EAE4;
}

#portal #leftcolumn {
	background-color: transparent;
}

#menu ul a {
	background-color: #fff;
}
