/* Reset Styles */
 ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
:focus {
	outline: 0
}
.menu ol, .menu ul {
	list-style: none
}


.menu img,.menu a img {
	border: 0
}



.menu .stack > a {
	background: url(arrow.png) right 9px no-repeat;
	position: relative;
}
.menu .toprow > ul {
	margin-top: 30px;
}

.menu li {
	background: #aaa;
	position: relative;
	float: left;
	display: block;
}
.menu li li {
	display: none;
	float: none;
}
.menu li ul {
	position: absolute;
	display: block;
	top: 0;
	width: 0;
	left: 0;
	margin-left: 0;
	height: 0;
	z-index: 100000;
}
.menu a {
	background: transparent;
	line-height: 28px;
	text-indent: 10px;
	font-size: 11px;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: auto;
	width: auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	height: 28px;
	width: auto;
}
a:hover {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #555;
}

