#menuwrapper {
	width:328px;
	float:right;
	text-align:left;
}
#menuwrapper a.noline {border-left:none;}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#hopmenu {
	width:342px;
}
#hopmenu, #hopmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#hopmenu a {
	display: block;
	text-decoration: none;
	padding: 0px 8px 0px 7px;
	font-size: 11px;
	color: #2a98c1;
	font-weight:bold;
}
#hopmenu a.trigger {
	padding: 0px 8px 0px 7px;
	cursor:default;
	background:transparent url(images2/line_bg.gif) no-repeat right;
}

#hopmenu a.test {
	font-size:11px;
	background:transparent url(images2/line_bg.gif) no-repeat right;
}

#hopmenu a.test2 {
	font-size:10px;
	border-bottom:1px solid #fff;
}

#hopmenu li {
	float: left;
	width: 145px;
}
#hopmenu li {position: relative;}

/* hide from IE mac \*/
#hopmenu li {position: static; width: auto;}
/* end hiding from IE5 mac */

#hopmenu li ul, #hopmenu ul li  {
	width: 135px;
}
#hopmenu ul li a  {
	color: #565656;
	border-right: 0;
	padding: 2px 6px 2px 6px;
}
#hopmenu li ul {
	position: absolute;
	display: none;
	background-color: #cee2e4;
	border:none;
}
#hopmenu li:hover a, #hopmenu a:focus,
#hopmenu a:hover, #hopmenu li.hopover a {
	color: #fff;
}
#hopmenu li:hover ul, #hopmenu li.hopover ul {
	display: block;
}
#hopmenu li:hover ul a, #hopmenu li.hopover ul a {
	color: #386e7f;
	background-color: transparent;
	font-weight:normal;
	text-decoration:none;
}
#hopmenu ul a:hover {
	background-color: #f7f4e0!important;
	color: #014550 !important;
	text-decoration:none;
}
#menuwrapper li {
   margin:0px;
}