.menu {
	width:738px;
	height:28px;
	font-size:12px;
	font-weight: bold;
	position:relative;
	z-index:100;
	border: 1px solid #FFF;
	padding-left: 0px;
	font-family: Verdana !important;
	background: #326332;
}

/* hack to correct IE5.5 faulty box model */
*html .menu {width:720px; width:720px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0px;list-style-type:none;font-family: Verdana !important;}

/*.menu ul ul {width:129px;} float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;display:block}
.menu li ul li {text-align:left;display:block }

/* style the links for the top level */
.menu a, .menu a:visited {
	font-family: Verdana !important;
	padding:0px 0px 0px 10px;
	display: block;
	font-size:13px;
	font-weight:bold !important;
	text-decoration:none;
	color: #fff;
	height:26px;
	border:0px solid #326332;
	background:#326332;
	border-width: 1px 0px 1px;
	line-height:25px;
}

/* a hack so that IE5.5 faulty box model is corrected */
*html .menu a, *html .menu a:visited {width:110px; w\idth:110px;}
.menu ul li ul li a, .menu ul li ul li a:visited {font-size:12px;color:#326332;}
.menu ul li a:visited:hover{color:#FFF;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#B9FFB9;color:#326332;}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#FF7200;color:#FFF;}
.menu ul ul :hover > a.drop {background:#FF7200;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#B9FFB9;}

/* style the third level hover */
.menu ul ul ul a:hover {background:#FF7200;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:28px;left:0;}

/* another hack for IE5.5 */
*html .menu ul ul {top: 28px; top: 28px; width: 150px;}

/* position the third level flyout menu */
.menu ul ul ul{left:161px; top:-1px; width:150px;}
.menu ul ul ul.ulnat{left:181px; top:-1px; width:150px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left: -161px;top:0px; }

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#B9FFB9; color:#326332; height:auto; line-height:1em;
padding:5px 10px; display:block; border-width: 0 1px 1px 1px;}


/* yet another hack for IE5.5 */
*html .menu ul ul a, *html .menu ul ul a:visited {width:150px;w\idth:150px;}

/* style the top level hover */
.menu a:hover,.menu :hover > a{color:#fff; background:#326332;}
.menu ul ul a:hover,.menu ul ul :hover > a{color:#fff; background:#FF7200;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

li.navhome, li.navhome a,li.navhome:hover, li.navhome a:hover {margin-left:10px;width:85px;}
li.navhome ul li, li.navhome ul li a,li.navhome ul li:hover, li.navhome ul li a:hover {width:60px;}

li.navnat, li.navnat a,li.navnat:hover, li.navnat a:hover {width:60px;}
li.navnat ul li, li.navnat ul li a,li.navnat ul li:hover, li.navnat ul li a:hover {width:130px;}
li.navnat ul li ul li, li.navnat ul li ul li a,li.navnat ul li ul li:hover , li.navnat ul li ul li a:hover {width:100px;}

li.navaktiv, li.navaktiv a,li.navaktiv:hover, li.navaktiv a:hover {width:105px;}
li.navaktiv ul, li.navaktiv ul a,li.navaktiv ul li:hover, li.navaktiv ul li a:hover {width:80px;}

li.navkin, li.navkin a,li.navkin:hover, li.navkin a:hover {width:78px;}
li.navkin ul li, li.navkin ul li a,li.navkin ul li:hover, li.navkin ul li a:hover {width:140px;}

li.navterm, li.navterm a,li.navterm:hover, li.navterm a:hover{width:90px;}
li.navterm ul li, li.navterm ul li a,li.navterm ul li:hover, li.navterm ul li a:hover {width:105px;}

li.navlast, li.navlast a,li.navlast:hover, li.navlast a:hover {width:150px;}
li.navlast ul li, li.navlast ul li a,li.navlast ul li:hover, li.navlast ul li a:hover {width:180px;}
li.navlast ul li ul li, li.navlast ul li ul li a,li.navlast ul li ul li:hover , li.navlast ul li ul li a:hover {width:140px;}
