/*** General ***/
.menuList, .menuList  ul {
	margin: 0; padding: 0; list-style: none;
	float:left;
}
.menuList a {
 display: block;
 padding: 3px;
 color: #2475AE;
 text-decoration:  none;
}

/*** Layout ***/

.menuSep{
	float: left;
	background-color: #F8C134;
/*	position: relative; */
	width: 1px;
	padding: 0px;
	margin: 0px;
	height: 20px;
}

.menuList li {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 3px  0px 0px 5px;
	position: relative;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
}

.menuList li ul {
	border-left: 1px solid #2475AE;
	border-top: 1px solid #2475AE;
	border-right: 1px solid #2475AE;
	padding:0; margin:0;
}

.menuList ul {
	visibility: hidden;
	position: absolute;
	top: 22px; 
	left: 0px;
	width: 150px;
}


.menuList ul ul {
 top: 0px;
 left: 150px;
}

.menuList ul li {
	float: none;
	margin: 0;
	padding:0;
	background: #EAE6E6;
	border-left: 0px;
	border-bottom: 1px solid #2475AE;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000;
}

.menuList li a:hover, .menuList li a.highlighted:hover, .menuList li a:focus {
 color: #2475AE;
 background: url(../images/layout/menuHoverBg.gif);
}

.menuList ul li a:hover, .menuList ul li a.highlighted:hover, .menuList ul li a:focus {
 color: #FFF;
 background: #2475AE;
}


.menuList ul  a.highlighted {
 color: #FFF;
  background: #2475AE;
}


/* Only style submenu indicators within submenus. */
.menuList a .subind {
 display:  none;
}
.menuList ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menuList a {
 float: left;
}
.menuList ul a {
 float: none;
}
/* \*/
.menuList a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menuList  ul li {
 float: left;
 height: 1%;
}
* html .menuList  ul a {
 height: 1%;
}
/* End Hack */
