@charset "utf-8";
#menu {
	width: 720px;
	z-index: 99;
	position: relative;
}
#menu .center {
	background: url(../image/menu_center.png) repeat-x;
	height: 30px;
	position: relative;
}
#menu .center ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
	cursor: pointer;
	background-image: url(../images/transparent.png);
	display:inline;
}
#menu .center ul li {
	display:inline;
}
#menu .center a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
#menu .center li .top {
	font: 15px Arial;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 25px;
	display: block;
}
#menu .center li .top span {
	font: 15px Arial;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
}
#menu .center ul li {
	padding: 0px;
}
#menu .center li.selected:hover > a {
	clear: both;
}
#menu .center li.selected > a.top, #menu .center li:hover > a.top {
	background: url(../image/selected_left.png) top left no-repeat;
}
#menu .center li.selected > a.top span, #menu .center li:hover > a.top span {
	background: url(../image/selected_right.png) top right no-repeat;
}
#menu .center .parent {
	background: url(../image/arrow_right.png) 95% center no-repeat;
}
#menu .center .parent:hover {
	background: #333 url(../image/arrow_right.png) 95% center no-repeat;
}
#menu .center li {
	float: left;
	list-style: none;
}
#menu .center li ul {
	position: absolute;
	z-index: 100;
	margin-top: 5px;
}
#menu .center li li {
	clear: both;
}
#menu .center li ul a {
	color:#444;
	height: 15px;
	width: 145px;
}
#menu .center li ul ul {
	margin: -27px 0 0 157px;
}
#menu .center li li:hover {
	background:#CCC;
	color:#000;
}
#menu .center ul ul {
	display: none;
}
#menu .center ul li:hover > ul {
	display: block;
}

