ul.menulist {	margin: 0;	padding: 0;	width: 972px;}/* All <ul> tags in the menu including the first level */.menulist, .menulist  ul {	margin: 0;	padding: 0;	list-style: none;	color: #fff;}/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */.menulist ul {	display: none;	position: absolute;	top: 0;	margin-top: 25px;	width: 150px;	font-size: 12px;	z-index: 30;}/* 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;	display: block;	position: relative;	width: 150px;	margin: 0 1px 0 0;}/* Items in submenus - override float/border/margin from above, restoring default vertical style */.menulist ul li {	float: none;	width: 150px;	margin: 1px 0 0 0;	color: #fff;}.menulist ul>li:last-child {	margin-bottom: 1px; /* Mozilla fix */}/* Links inside the menu */#navigation .menulist a {	display: block;	height: 20px;	color: #fff;	font-weight: normal;	text-decoration: none;	padding: 5px 0 0 0;	text-align: center;}#navigation .menulist ul li a {	color: #fff;	width: 150px;	height: 18px;	font-weight: normal;	margin: 0;	padding: 3px 0 0 0;	background: url(/_images/bg_unav.png);}#navigation .menulist ul li a:visited {	color: #fff;}/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */#navigation .menulist a:hover,#navigation .menulist a:active,#navigation .menulist a.highlighted:hover, #navigation .menulist a:focus, #navigation .menulist a.highlighted {	color: #999;}#navigation .menulist ul li a:hover,#navigation .menulist ul li a:focus,#navigation .menulist ul li a.highlighted:hover,#navigation .menulist ul li a.highlighted {	color: #222;}/* If you want per-item background images in your menu items, here's how to do it. 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#"> 2) Copy and paste these next lines for each link you want to have an image:    .menulist a#xyz {      background-image: url(out.gif);    }    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {     background-image: url(over.gif);    }*//* Only style submenu indicators within submenus. */.menulist a .subind {	display: none;}.menulist ul a .subind {	display: block;	float: right;}/* Style Drop down hover*/.menulist ul a:hover,.menulist ul a.highlighted:hover,.menulist ul a:focus {	color: #000;}/* HACKS: IE/Win: A small height on <li> and <a> tags and floating prevents gaps in menu. * html affects <=IE6 and *:first-child+html affects IE7. You may want to move these to browser-specific style sheets.*/*:first-child+html .menulist ul li { float: left; width: 100%;}* html .menulist ul li { float: left; height: 1%;}* html .menulist ul a { height: 1%;}* html #navigation .menulist a {	background: url(../_images/nav_on_ie.gif) no-repeat;}* html #navigation .menulist ul li a {	background: url(../_images/nav_on_ie.gif) no-repeat;}* html #navigation .menulist a:hover,* html #navigation .menulist a:active,* html #navigation .menulist a.highlighted:hover, * html #navigation .menulist a:focus, * html #navigation .menulist a.highlighted {	background: url(../_images/nav_over_ie.gif) no-repeat;}* html #navigation .menulist ul li a:hover,* html #navigation .menulist ul li a:focus,* html #navigation .menulist ul li a.highlighted:hover,* html #navigation .menulist ul li a.highlighted {	background: url(../_images/nav_over_ie.gif) no-repeat;}* html #navigation .menulist a:visited {	color: #fff;}* html #navigation .menulist a.highlighted:visited {	color: #000;}/* End Hacks */
