@charset "utf-8";
/* CSS Document */

#menu{
	position: absolute;
	width: 760px;
	height: 60px;
	top: 0px;
	left: 140px;
	z-index:10000000;
}

ul.toplevel{
	position:absolute;
	width:760px;
	left:0;
	top:0;
	list-style-type:none;
	padding:0;
	margin:0;
	height:60px;
}

ul.toplevel li{
	display:inline-block;
	height:60px;
	width:138px;
	padding:0;
	margin:0;
	line-height:60px;
	text-align:center;
	background:url(../images/menu.jpg) repeat-x;
	border-left:1px solid #2698ce;
	border-right:1px solid #1a70bb;
	color:#ffffff;
	overflow:hidden;
}
ul.toplevel li :link{
	text-decoration:none;
	color:inherit;
}
ul.toplevel li :visited{
	text-decoration:none;
	color:inherit;
}
ul.toplevel li:hover{
	cursor:pointer;
	background:url(../images/menuhover.jpg) repeat-x;
}

ul.sublevel {
	display:none;
	width:138px;
	height:30px;
	left:0;
	top:0;
	list-style-type:none;
	padding:0 !important;
	margin:0;
}
ul.sublevel li{
	width:137px;
	height:30px;
	padding:0 !important;
	margin:0;
	line-height:30px;
	text-align:center;
	background:url(../images/menuhover.jpg) repeat-x;
	color:#ffffff;
}
li:hover .sublevel{
	display:block !important;
	position:absolute;
	top:60px;
}

ul.sublevel li:hover{
	background:url(../images/menu.jpg) repeat-x;
}