#menuwrapper {
width: 100%;
height: 46px;
background: url(images/nav_shadow.png) repeat-x 0 36px #097393;
position: relative;
z-index: 20;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#navigation {
height: 46px;
}
#navigation, #navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Arial Black", Arial, sans-serif;
	text-transform: uppercase;
}
#navigation a, #navigation li.current {
	display: block;
	text-decoration: none;
	font-size: 11px;
	line-height: 36px;
	padding: 0 23px;
	color: #fff;
}
#navigation a.trigger {
	padding: 0 23px;
	background: url(images/navdrop.png) no-repeat right;
}
#navigation li {
	float: left;
	width: 9em;
	background: url(images/dotted_v.png) top right no-repeat;
}
#navigation li ul, #navigation ul li {
	width: 12em;

}
#navigation ul li a  {
	color: #d2f3f9;
	border-right: 0;
	padding: 10px 12px 10px 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-weight: bolder;
	line-height: 14px;
}
#navigation li ul {
	position: absolute;
	display: none;
	background-color: #d2f3f9;
	border-bottom: 1px solid #f0fafc;
}
#navigation li:hover a, #navigation li.p7hvr a {
	color: #fff;
	background-color: #67b9d3;
}
#navigation li:hover ul, #navigation li.p7hvr ul {
	display: block;
	text-align: left;
}
#navigation li:hover ul a, #navigation li.p7hvr ul a {
	color: #097393;
	background-color: transparent;
	border-top: 1px solid #f0fafc;
	border-right: 1px solid #f0fafc;
	border-left: 1px solid #f0fafc;
	font-size: 10px;
}
#navigation ul a:hover {
	background-color: #67b9d3!important;
	color: #FFFFFF!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#navigation li {
width: auto;
}
#navigation li.current, #navigation li.trgcurrent {
 	color: #36a1ba;
	background: url(images/nav_sel_shadow.png) no-repeat center 36px #f0fafc;
	height: 46px;
}
#navigation li.trgcurrent a {
 	color: #097393;
}
