#ajaxmenu {
	position:relative;
	z-index:65;
	background-image: url(images/top/header_menu_back.gif);
	height: 38px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:200px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	height: 27px;
	padding-top: 11px;
}
#ajaxmenu ul li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #FFF;
}

#ajaxmenu ul li.first {
	margin-left: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:38px;
	line-height: 16px;
	height: 0px;
	overflow:hidden;
	}
#ajaxmenu ul li ul li {
	height: 20px;
	font-size: 12px;
	background-image: url(images/top/alpha_back.png);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	list-style-image: url(images/top/menu_li.gif);
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-position: outside;
	width: 175px;
}
#ajaxmenu ul li ul li a {
	font-size: 12px;
	color: #666;
	display: block;
}
#ajaxmenu ul li ul li a:hover {
	color: #F93;
}

#ajaxmenu ul li ul li.first {
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
}

#ajaxmenu ul li:hover ul {
	top:38px;
	height:auto;
	z-index:200;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;

}
