#popup {
	position            : absolute;
	z-index             : 100;
	top                 : 0px;
	left                : 0px;
	width               : 999px;
	margin              : 0;
	padding             : 0;
	overflow            : visible;
	white-space         : nowrap;
}
#popup li {
	float               : left;
	list-style-type     : none;
	list-style-image    : none;
	list-style-position : inside;
	font                : 1.0em verdana, arial, helvetica;
}
#popup li a {
	display             : block;
	width               : 131px;
	height              : 19px;
	border-right        : 1px solid #ffffff;
	background-color    : #e70e00;
	padding-top         : 5px;
	color               : #ffffff;
	font-weight         : bold;
	text-decoration     : none;
	text-align          : center;
	white-space         : nowrap;
}
#popup li:first-child a {
	width               : 192px;
}
#popup li:last-child a {
	border-right        : 0;
}
#popup li a.select {
	background-color    : #1e60b1 !important;
}
#popup li a.active {
	background-color    : #1e60b1 !important;
}
#popup li a:hover {
	background-color    : #1e60b1;
}
#popup li ul {
	position            : absolute;
	visibility          : hidden;
	margin              : 0;
	padding             : 0;
	border              : 0;
	border-top          : 1px solid #ffffff;
	background-color    : #588cd7;
	min-width           : 131px;
}
#popup li:first-child ul {
	min-width           : 192px;
}
#popup li ul li {
	position            : relative;
	display             : inline;
	float               : none;
}
#popup li ul li a {
	display             : block;
	width               : auto !important;
	padding-left        : 20px;
	padding-right       : 20px;
	border-right        : 0;
	border-top          : 1px solid #97bdea;
	background-color    : #588cd7;
	font-weight         : normal;
	text-align          : left;
}
#popup li ul li:first-child a {
	border-top          : 0;
}
#popup li ul li a:hover {
	background-color    : #79a3d7;
}

