/*
menu.css

2006-02-20 23:27:36 (Jake): created
*/

#menu {
	position: absolute;
	top: 81px;
	left: 0px;
	width: 668px;
	height: 17px;
	padding-left: 130px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(29,52,66);
	background-image: url(image/menylist.png);
}

#menu_internal {
	position: absolute;
	left: 400px;
	top: 10px;
	width: 400px;
	height: 25px;
	font-size: 12pt;
	color: black;
}

ul.menu {
	list-style-type: none;
	padding: 0;
	margin-top: 3px;
}

ul.menu li {
	display: inline;
	margin-top: 5px;
	margin-right: 25px;
}

ul.menu a {
	font-size: 10px;
	font-weight: bold;
	color: rgb(255,255,255);
}

ul.menu a.menucurrent {
	color: rgb(140,158,170);
}

ul.menu a:hover {
	color: rgb(29,52,66);
}

