/* NAV */

div#nav {
	height: 32px;
	margin-left:5px;
	/* background: #C5CFDA; */
	}
* html div#nav {
	/* hide ie/mac \*/
	/*height: 1%;*/
	/* end hide */
	}

div#nav div.wrapper {
	/* position: absolute; */
	width:948px;
	height: 32px;
	margin: 0;
	/* margin-top:268px; */
	margin-left: 3px;
	padding: 0;
	background: #fff;
	/* overflow:hidden; */
	}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.0em;
	}
/* first level */
.menulist {
	/*
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
	*/
	margin: 0;
	padding: 0;
	line-height: 16px;
	list-style: none;
	}
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	visibility: hidden;
	position: absolute;
	top: 3.0em; /* I'm using ems rather than px to allow people to zoom their font */
	top: 31px;
	left: 0;
	width: 220px;
	padding: 3px 0;
	font-size: 0.8em;
	list-style: none;
	/* background: #C5CFDA; */
	}
/* Enable visibility of submenus on li:hover */
.menulist li:hover>ul {
	visibility: visible;
	}
/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: -4px;
	left: 180px;
	padding: 3px;
	font-size: 1.0em;
	}

/*
 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: 0;
	margin-right:4px;
	background: #C5CFDA;
	padding: 0 1px 0 0;
	line-height: 16px;
	list-style: none;
	}
/*
.menulist>li:last-child {
	border: 0 none;
}
*/

.menulist li.level01 {
	width:153px;
	border-bottom: 3px solid #97A8BC;
	list-style: none;
	}


/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	border: 1px solid #C8CFD9; /*d9d9d9*/
	margin: 0 0 -1px 0;
	padding: 0;
	background: none;
	}

.menulist ul>li:last-child {
	margin-bottom: 1px;
	}

.menulist ul li a {
	font-weight: normal;
	}

/* Links inside the menu */
.menulist a, .menulist a:visited  {
	display: block;
	float: left;
	height: 16px;
	margin: 0;
	padding: 10px 1px 6px 2px;
	font-size:10px;
	color: #3B3B3B;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	background: #C5CFDA;
	outline: none;
	width:151px;
	border-bottom: 3px solid #97A8BC;
	}

/*
.menulist>li:last-child a {
	width: 94px;
	}
*/

/* List items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a:active, .menulist a:focus, .menulist a.hover, .menulist a.hover:visited {
	font-size:10px;
	color: #fff;
	background: #003479;
	text-decoration: none;
	}
.menulist a.highlighted, .menulist a.highlighted:visited {
	color: #fff;
	background: #003479;
	/* url(../img/background/nav_item_bg_02.gif) repeat-x 0 100% */
	}

/* Links in submenus */
.menulist ul a, .menulist ul a:visited {
	float: none;
	padding: 2px 10px 2px 15px;
	font-variant: normal;
	font-weight: normal;
	/* color: #ff6600; */
	color: #3A3A3A;
	background: #fff;
	/* background: #fff url(../img/background/nav_item_bg_05.gif) repeat-x 0 100%; */
	filter:alpha(opacity=95); -moz-opacity:0.95; opacity:0.95;
	}
.menulist ul a:hover, .menulist ul a:active, .menulist ul a:focus, .menulist ul a.hover, .menulist ul a.hover:visited {
	color: #3A3A3A;
	background: #E1E6EC;
	/* background: #fff url(../img/background/nav_item_bg_05.gif) repeat-x 0 100%; */
	}

.menulist ul a.highlighted, .menulist ul a.highlighted:visited {
	color: #3A3A3A;
	background: #E1E6EC;
	font-weight: bold;
	/* background: #fff url(../img/background/nav_item_bg_05.gif) repeat-x 0 100%; */
	}


/*
 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;
	}

/* '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 */
