ul.menu {list-style:none; margin:0; padding:0; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:left;}
ul.menu * {margin:0; padding:0}
ul.menu a {
	display:block;
	color:#000;
	text-decoration:none
}
ul.menu a:hover {color:#FFF;}
ul.menu a:visited {color:#FFF;}

ul.menu li {
	position:relative;
	float:left;
}
ul.menu ul {position:absolute; top:26px; left:0; background:#f9f8eb; display:none; opacity:0; list-style:none;color:#000;}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0; color:#000;}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#f9f8eb; color:#000;}
ul.menu ul li a:hover {background-color:#f1f5c9; color:#000;}
ul.menu ul li a:visited {background-color:#f9f8eb; color:#000;}
ul.menu ul ul {left:148px; top:-1px; color:#000;}
ul.menu .start_orange {
	font-weight:bold;
	width:27px;
	height:20px;
	background-image: url(../imgs/menu_orangestart.png);
	background-repeat: no-repeat;
	background-position:right;
	padding-top: 5px;
	padding-left: 7px;
}
/*ul.menu .curvectimg:hover, ul.menu .menuhover1 {background:url(../imgs/curvectimg.gif)}*/
ul.menu .end_purple {
	font-weight:bold;
	width:25px;
	height:27px;
	background-image: url(../imgs/menu_purpleend.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 7px;
}
/*ul.menu .curverptimg:hover, ul.menu .menuhover1 {background:url(../imgs/reporting_bg.png)}*/
ul.menu .orange {
	font-weight:bold;
	background:url(../imgs/menu_orangestrip.png);
	width:120px;
	padding-top: 5px;
	padding-bottom: 7px;
	color:#E1E1E1;
}
ul.menu .green {
	font-weight:bold;
	background:url(../imgs/menu_greenstrip.png);
	width:138px;
	padding-top: 5px;
	padding-bottom: 7px;
	color:#E1E1E1;
}
ul.menu .blue {
	font-weight:bold;
	background:url(../imgs/menu_bluestrip.png);
	width:138px;
	padding-top: 5px;
	padding-bottom: 7px;
	color:#E1E1E1;
}
ul.menu .red {
	font-weight:bold;
	background:url(../imgs/menu_redstrip.png);
	width:138px;
	padding-top: 5px;
	padding-bottom: 7px;
	color:#E1E1E1;
}
ul.menu .purple {
	font-weight:bold;
	background:url(../imgs/menu_purplestrip.png);
	width:120px;
	padding-top: 5px;
	padding-bottom: 7px;
	color:#E1E1E1;
}
/*ul.menu .reporting:hover, ul.menu .menuhover3 {background:url(../imgs/reporting_bg.gif)}*/
ul.menu .sub {background:#f9f8eb url(../imgs/arrow.png) 136px 8px no-repeat; color:#000;}
ul.menu .topline {border-top:1px solid #aaa}
