#menu {
	padding:0px;
	margin:5px 0px 5px 0px;
	list-style:none;
	position:relative;
	left:0px;
	float:left;
	width:943px;
	z-index:100;	
	background:url(images/topmenu/top_menu_bg.gif) 0 0;
	font-size:12px;
	text-align:center;
	height:2.1em;
}
#menu li {
	display:inline;
	float:left;
	height:2.1em;
	text-align:center;
	_width:20px;
}



/*Button widths medium 10 version*/
#menu .smlb {width:5.6%;}
html>body #menu .smlb {width:6%;}
/*#menu .medb {width:9%;}*/
#menu .lrgb {width:12%;}
#menu .xlrgb {width:15.8%;}


#menu li a {
	display:block;
	text-decoration:none;
	line-height:1.2em;
	font-size:1em;
	color:#fff;
	padding:0.5em 8px 0em 8px;
	font-weight:bold;
	height:1.6em;
}

#menu li a.norm {	
    background:url(images/topmenu/div-line.gif) 100% 0 repeat-y;
	white-space:nowrap;
}

#menu li a.end {
	white-space:nowrap;
}

#menu li a.select {	
    background:url(images/topmenu/navback-s.jpg) 100% 0 repeat-y;
	white-space:nowrap;
}

#menu li a:hover, #menu li:hover > a{
	text-decoration:underline;
}

#menu a.norm:hover, #menu a.end:hover{background:#000 url('images/topmenu/navback-h.jpg') 100% 0 no-repeat;}
#menu :hover > a.norm, #menu :hover > a.end{background:#000 url('images/topmenu/navback-h.jpg') 100% 0 no-repeat;}

#menu div {
	display:none;
}
#menu :hover div {
	display:block;
	position:absolute;
	top:2.1em;
	border:1px solid #92A19B;
	padding-bottom:0.7em;
	background:#FDFDFD;
}

html>body #menu :hover div {
	top:2.1em;
}

#menu .one:hover, .two:hover, .three:hover, .four:hover, .five:hover, .end:hover {
	position:relative;
}



/*Drop down positions */
#menu .pos1b {left:0%;}
html>body #menu .pos1b {left:0px;background:transparent  url(images/seethru.png);}
#menu .pos2b {left:0%;}
html>body #menu .pos2b {left:120px;background:transparent  url(images/seethru.png);}
#menu .pos3b {left:0%;}
html>body #menu .pos3b {left:200px;background:transparent  url(images/seethru.png);}
#menu .pos4b {left:0%;}
html>body #menu .pos4b {left:335px;background:transparent  url(images/seethru.png);}
#menu .pos5b {left:0%;}
html>body #menu .pos5b {left:477px;background:transparent  url(images/seethru.png);}
#menu .pos6b {left:0%;}
html>body #menu .pos6b {left:603px;background:transparent  url(images/seethru.png);}
#menu .pos7b {left:0%;}
html>body #menu .pos7b {left:650px;background:transparent  url(images/seethru.png);}
#menu .pos8b {left:0%;}
html>body #menu .pos8b {left:795px; background:transparent  url(images/seethru.png);}
#menu .pos9b {right:100%;}
html>body #menu .pos9b {left:120px;background:transparent  url(images/seethru.png);}
#menu .pos10b {left:0%;}
html>body #menu .pos10b {right:0%;}


/*Drop down width*/
#menu .one:hover div {width:12em;}
#menu .two:hover div {width:24.1em;}
html>body #menu .one:hover div {width:24em;}
#menu .three:hover div {width:36.1em;}
html>body #menu .one:hover div {width:36em;}
#menu .four:hover div {width:48.1em; _background:#1962A4; _width:120px;}
html>body #menu .one:hover div {width:48em;}

/* IE6 Fix */
.pos1b {_width:240px;}
.pos2b {_width:360px;}
.pos3b {_width:240px;}
.pos4b {_width:240px;}
.pos5b {_width:240px;}
.pos6b {_width:240px;}
.pos7b {_width:240px;}
.pos8b {_width:120px;}

#menu :hover div dl {
	display:inline;
	padding:0;
	margin:0;
	float:left;
}

#menu :hover div dt {
	width:12em;
	display:block;
	background:#E2E9E7;
	text-indent:0.75em;
	text-decoration:none;
	padding:0.3em 0;
	text-align:left;
	margin:0;
	font-weight:bold;
	color:#47494A;
	cursor:default;
}

#menu :hover div dd {
	width:11em;
	display:block;
	padding:0.6em 0 0 0.75em;
	margin:0;
	text-align:left;
}

#menu :hover div dd a {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	margin:0;
	padding:0;
	height:auto;
}

#menu :hover div dd a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}




