/* Nav */
#nav {
	background:#FFAC42;font-size:12px; width:756px; color: #fff;
	margin: 0px; padding: 0px 0px; height: 23px; z-index: 10;
}

dl { padding: 0px; margin: 0px; list-style-type: none;}
dt { position: relative; width:100%; text-align: center; float: left; }
dt ul { display: none; position: absolute; top: 25px; left: -40px;   list-style-type: none;}

dt > dl { top: auto; left: auto;}

dt:hover ul,
dt.over ul{
	display: block;
}

dl dt.seperator {width:1px; height:100%; background-color:#FFAC42; padding-top:5px;}

/*Main-Menu Style */
dl dt a:link,
dl dt a:visited {
	height:23px;  font-weight:bold; width: 100%;
	padding: 5px 0px; border-right: 0px solid #fff; border-bottom: 0px solid #fff;
	background: #FFAC42; color: #FFFFFF;  text-decoration: none; display: block;
}

dl dt a:hover {
	background: #FFAC42; color: #FFFFFF; display: block;
}

	/*Main-Menu hovering */
	dl dt a:link.selected,
	dl dt a:visited.selected {
		color: #fff; font-weight:bold;
		background-image:url('http://www.printbos.com/sites/printbos/_media/site/drop_first_pix_over.jpg');
	}

	dl dt a:hover.selected {
		background-image:url('http://www.printbos.com/sites/printbos/_media/site/drop_first_pix_over.jpg');color: #fff; font-weight:bold;
	}

/*Sub-Menu Style*/
dl dt ul li a:link,
dl dt ul li a:visited {
	width: 165px;  height:23px; z-index: 8;
	background: #DCF0F1; color: #04535A;
	text-decoration: none; display: block; font-size: 100%; filter:alpha(opacity=95); -moz-opacity:0.95; opacity:0.95;
	text-align: left; padding-left: 5px;
}

dl dt ul li a:hover {
	background: #9CD6E1;  color: #04535A; text-decoration: none; display: block;
}

	/*Sub-Menu Style hovering */

	dl dt ul li a:link.selected,
	dl dt ul li a:visited.selected {
		background: #9CD6E1; color: #fff;  font-weight:bold;
	}

	dl dt ul li a:hover.selected {
		background: #9CD6E1; color: #fff; font-weight:bold;
	}

/* Fix IE. Hide from IE Mac \*/
* html dl dt {height: 1%;  float: left;}
* html dl dt a { height: 1%; }

