#menu {
	width: 760px;
	height: 32px;
	font: bold 11px "trebuchet ms",verdana,arial,sans-serif;
	z-index: 100;
	text-align: center;
	/*_margin-left: 15px;*/
	position: relative;
	margin:0 0 0 0;
	margin-left:auto;
	margin-right:auto;
	left: 1%;
	_left: 1%;
}
#menu ul {padding:0;margin:0;list-style-type:none;}
#menu ul ul {width:91px;}
#menu li {
	float: left;
	width: 91px;
	position: relative;
}
#menu li.current {border:1px solid #c9090c; border-width:0px 0px 0px 1px;}

#menu a, #menu a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #ECEDD7;
	width: 80px;
	height: 33px;
	border: 1px solid #B30000;
	border-left: 0px;
	background-image: url(images/nav-cx.gif); 
	padding-left: 5px;
	padding-right: 5px;
	line-height: 31px;
}
#menu a.stai, #menu a.stai:visited {
	color: #CC0000;
	background-image: url(images/nav-cx-sel.gif);
	border: 1px solid #DCDDB3;
	border-left: 0px;
}
* html #menu a, * html #menu a:visited {width:91px; _width:80px;}
#menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 35px;
	left: 0;
	height: 0;
	width: 91px;
	text-align: left;
}
* html #menu ul ul {top:38px; _top:35px;}
#menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
#menu ul ul a, #menu ul ul a:visited {
	background:#DCDDB3 url(images/nav-cx-sel.gif); 
	color: #CC0000;
	height: auto;
	line-height: 25px;
	padding: 5px 10px;
	width: 108px;
	border:0px;
}
* html #menu ul ul a, * html #menu ul ul a:visited {width:100px; _width:108px;}
#menu a:hover, #menu ul ul a:hover{
	background:#EA060B url(images/nav-cx-sel.gif); 
	color: #CC0000;
	text-decoration: none;
}
#menu :hover > a, #menu ul ul :hover > a {
	background:#DCDDB3 url(images/nav-sub-hov.gif); 
	color: #CC0000;
	text-decoration: none;
	border: 1px solid #DCDDB3;
	border-left: 0px;
}
#menu ul li:hover ul, #menu ul a:hover ul{visibility:visible; }