ul.popup, ul.popup li, ul.popup li a {
	display: block;
	margin: 0;
	padding: 0;
}
ul.popup {
	left:0;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	border: 1px solid #666;
	background: #ddd;
	width: 10.5em;/*170px; /* override this if necessary */
}
ul.popup li {
	line-height: 18px;
	text-align: left;
	list-style: none;
	border-bottom: 1px solid #666;
}
ul.popup, ul.popup li, ul.popup a:hover, span.menuspan, span.menulink, span.menuspanimg {
	cursor: pointer;
}
ul.popup li a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 5px;
}
ul.popup li a:visited {
	color: #000;
	font-size: 12px;
}
ul.popup li a:hover {
	background-color: #f00;
/*	background: url(../menuimages/red_grad.gif) repeat-x;*/
	color: #fff;
	font-size: 12px;
}
ul.popup li.lastitem {
	border-bottom: 0px none;
}

div.menu {
	width: 100%;
	clear: both;
}
span.menuspan, span.menulink {
	float: left;
	width: 117px; /* total 125 */
	text-align: center;
	background-color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	line-height: 20px;
	height: 20px;
}
span.menuspan span {
	padding-left: 6px;
}
div.secondmenu span {
	border-top: none;
}
span.menuspanimg {
	float: left;
	width: 8px;
	height: 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-image: url(../menuimages/down_arrow2.gif);
}
span.menuright {
	border-right: 1px solid #000;
}
span.menulink {
	width: 125px;
}
span.menulink A, span.menulink A:link, span.menulink A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: black;
	display: block;
	width: 100%;
}
span.menuspan:hover, span.menulink a:hover {
/*	text-decoration: underline;*/
	color: #944;
}
