/* Top Menu */
ul.menutop {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
ul.menutop * {
	margin: 0;
	padding: 0;
}
ul.menutop a {
	display: block;
	text-decoration: none;
}
ul.menutop li {
	position: relative;
	float: right;
}
ul.menutop ul {
	position: absolute;
	top: 26px;
	left: 0;
	background: #f9f9f9;
	display: none;
	opacity: 0;
	list-style: none;
	border-style: solid;
	border-color: #7f7f7f;
	border-width: 0 1px 1px 1px;
}
ul.menutop ul li {
	position: relative;
	width: 127px;
	margin: 0;
	padding: 0;
}
ul.menutop ul li a {
	display: block;
	padding: 3px 7px 5px;
	background: #f9f9f9;
}
ul.menutop ul li a:hover {
	background: #dadada;
}
ul.menutop ul ul {
	left: 127px;
	top: 0;
}
ul.menutop .menulink {
	padding: 5px 7px 7px;
	font-weight: bold;
}
ul.menutop .sub {
	background: #f9f9f9 url('http://static.teamsystems.ca/images/menu/arrow.gif') center right no-repeat;
}
ul.menutop .topline {
	border-top: 1px solid #7f7f7f;
}

/* Bottom Menu */
ul.menubottom {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.menubottom li {
	position: relative;
	display: inline;
	padding: 5px;
}