
.start-menu {
	width: 124px;
	height: 29px;
}

.start-menu a {
	height: 30px;
	display: block;
	text-decoration: none;
	background: url("../../sysimages/menu/startbutton_off.png");
}

.start-menu a:hover {
	height: 30px;
	display: block;
	text-decoration: none;
	background: url("../../sysimages/menu/startbutton_on.png");
}


.menu-level0 {
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 124px;
	height: 30px;
	position: relative;
	z-index: 10000;
}

.menu-level1 {
	position: absolute;
	z-index: 10000;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 250px;
	display: none;
	border-bottom: 1px solid #72b7f3;
}

.menu-levelN {
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 30px;
	position: absolute;
	z-index: 10000;
	left: 249px;
	top: 0px;
	display: none;
	list-style: none;
	border-bottom: 1px solid #72b7f3;
}

.menu-item {
	position: relative;
	z-index: 10000;
}

.menu-item a {
	display: block;
	text-decoration: none;
	color: #FF2800;
	background: #d6e6f4 url("../../sysimages/menu/menu_off.gif") bottom repeat-x;
	border: 1px solid #72b7f3;
	border-bottom: 0px;
	padding: 5px;
	padding-left: 10px;
	font-size: 11px;
	font-family: Arial;
	opacity: 0.8;
}

.menu-item a:hover {
	display: block;
	text-decoration: none;
	color: #FF2800;
	background: #f4f4f4 url("../../sysimages/menu/menu_on.gif") bottom repeat-x;
	border: 1px solid #72b7f3;
	border-bottom: 0px;
	padding: 5px;
	padding-left: 10px;
	font-size: 11px;
	font-family: Arial;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
