/*** General ***/
.menuList, .menuList  ul {
	margin: 0px; padding: 0px 10px; list-style: none;
	float:left;
}
.menuList li a {
	display: block;
	color: #fff;
	text-decoration:none;		
	/*line-height:38px;*/
	margin:0px 3px;
}

.menuList ul li a {
	/*height:38px;	
	line-height:38px;*/
	padding:5px 3px;
}
.menuList li .active{ font-weight:bold;color: #fff; }
.menuList li span{ display:block; padding:0px 5px 0px 5px; line-height:38px;}
.menuList li .selected { background: transparent url(images/select_l.gif) no-repeat top left; padding-left:15px; float:left;color:#ffff00;}
.menuList li .selected span{ background: transparent url(images/select_r.gif) no-repeat top right;padding:0px 12px 0px 3px;}

/*** Layout ***/

.menuSep{
	float: left;
	background: url(images/repmenu.gif) no-repeat;
	position: relative;
	width: 2px;
	padding:0px;
	margin:0px;
	height:38px;
}
.menuList li {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px  0px 0px 0px;
	position: relative;
	font : normal 11px Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #fff;
	
}

.menuList li ul {
	/*border-left: 1px solid #243E4F;
	border-bottom: 1px solid #243E4F;*/
	padding:0; margin:0;
}

.menuList ul {
	visibility: hidden;
	position: absolute;
	top: 38px; 
	left: -1px;
	width: 210px;
	z-index:100;
}


.menuList ul ul {
	top: 0px;
 	left: 220px;
}

.menuList ul li {
	clear:both;
	margin: 0;
	padding:0px 5px;
	width: 210px;
	background:#4a70ad;
	border-bottom: 1px solid #ccc;
	font : normal 11px Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #FFF;
	z-index:100;
}
.menuList ul li ul li
{
    padding:1px 5px;
    color: #FFF;
    font : normal 10px Verdana, Geneva, Helvetica, Arial, sans-serif;
}
.menuList li a:hover, .menuList li a.highlighted:hover, .menuList li a:focus {
	color:#ffff00;
/* background: url(images/menuHoverBg.gif);*/
}

.menuList ul li a:hover, .menuList ul li a.highlighted:hover, .menuList ul li a:focus {
 color: #ffff00;
/* background:url(images/bgmenu.png) repeat-x left top;*/
}


.menuList ul  a.highlighted {
 color: #FFF;  
}


/* 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 */
