

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
 float: left; 
}


	
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 z-index:100;
 position: absolute;
 top: 15px; 
 left: 0px;
 float: right;
}


/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 160px;
 width: 140px;
}



/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 margin-right: -1px;
 text-align: left;
 
}

.top_list {
	padding: 0px;
	text-align: center;
	/*background-image: url(../images/wh.gif);*/
	background-repeat: repeat-y;
	background-position: right center;
	
	border-right: solid 1px #fff
}

.top_list a{
	padding: 0;
	margin: 0;
    color: white;
	}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 background-color: #182D49;
 line-height:2;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
	display: block;
	padding:0px 10px 0px 10px;
	color: white;
	text-decoration:  none;
	font-weight: bold;
	font-size: 11px;
	font-family: arial;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: white;
 background-color: #3A3A3A;
}
.menulist  a.highlighted {
 color: red;
 background-color: #475A74;
}

/*
.menulist a.border {
      background-image: url(../images/menu_sprt.gif); background-repeat: no-repeat;
    }
 */  
/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
	display:  block;
	/*padding-top: 3px;*/
	padding-left: 10px;
	/*float: right;*/
	font-weight: bold;
	font-size: 11px;
	font-family: arial;
	position:absolute;
	left:130px;
	top: 0px;
	
}

/*.menulist>ul>a>.subind {
	top: -5px;
}*/


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: right;
	position: inherit;
}
.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: right;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

#sub1 { left: 0px }
#sub2 { left: 0px; width: 170px; }
#sub3 { left: 0px; width: 180px; }
#sub4 { left: 0px; width: 210px; }
#sub5 { left: 0px; width: 250px; }
#sub6 { left: 0px; width: 250px; }
