#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;
}

#leftcolumn {
	background-color: #E5EAE4;
}

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



#menu {
	font-size: 1em;
	font-weight: bold;
}

#menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* bgcolor fixes hover area in IE */
#menu ul li a {
	border-bottom: 1px solid #E5EAE4;
	background-color: #E5EAE4;
}

#menu ul li a:hover {
	border-bottom: 1px solid #A6B5AD;
}

#menu ul ul li a,
#menu ul ul li a:hover {
	border-bottom: none;
}

li.expanded span {
	background-color: #A6B5AD;
	display: block;
	border: 4px solid #CAD2C9;
	padding: 0.4em 0 0.4em 1em;
}

#menu li.expanded,
#menu li.expanded a span {
	color: #fff;
}

#menu li.expanded ul span {
	color: #A6B5AD;
}

li.expanded ul a span {
	background-color: transparent;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li span {
	border: none;
	padding: 0 0 0 1em;
}

#menu ul li a {
	display: block;
	width: 178px;
}

#menu ul span {
	line-height: 1.5em;
}

#menu ul a {
	color: #A6B4AC;
	padding: 0.3em 0.5em 0.3em 0.3em;
}

#menu ul a:hover {
	background-color: #A6B5AD;
}

#menu ul a:hover span {
	color: #fff;
}

/* Horizontal */

#menu li ul li {
	position: relative;
	min-height: 2em;
	height: auto !important;
	height: 2em;
}

#menu li ul ul {
	display: none;
	margin: 0;
	padding: 0;
}

#menu ul li:hover ul {
	display: block;
	position: absolute;
	width: 190px;
	left: 190px;
	top: 0;
	border-left: none;
	z-index: 10;
	padding: 0;
	margin: 0;
}

#menu ul ul li {
	background: #fff;
	padding: 0;
	margin: 0;
	float: left;
}

#menu ul ul li.first a {
	border-top: 1px solid #ddd;
}

#menu ul ul li a {
	border-right: 1px solid #ddd;
}

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