.leftcurved {
	-moz-border-radius-topleft: 10px;
	-khtml-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;	
	
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;	
	
	width: 119px;
}

.rightcurved {
	-moz-border-radius-topright: 10px;
	-khtml-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	
	-moz-border-radius-bottomright: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;	
	
	width: 119px;
}

#menuback {
	background: #000;
	background-image: url(/images/menubg.jpg);
	height: 30px;
	width: 940px;
	margin: 0 auto;
}

.menu {
	width: 940px;
	height: 30px;
	position:relative;
	z-index:100;
	border: 0;
	margin: 0 auto;
	text-align: center;
	/* border-right:1px solid #585858; */
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:941px; w\idth:940px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu_selected {
	color:#fff;
	background:#5a5a5a url(/images/menubghover.jpg) bottom left repeat-x;
	font-weight: bold;
}

/* style the top level hover */
.menu ul li a:hover{
	color:#fff;
	background:#5a5a5a url(/images/menubghover.jpg) bottom left repeat-x;
	font-weight: bold;
}

.menu ul li :hover > a{
	color:#fff;
	background:#5a5a5a url(/images/menubghover.jpg) bottom left repeat-x;
	font-weight: bold;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:117px; /* 120 */
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	margin: 0 auto;
	text-align: center;
	color:#fff;
	width:117px; /* 120 */
	height:30px;
	border: 0;
	border-left:1px solid #585858;
	background: #585858 url(/images/menubg.jpg);
	line-height:29px;
	padding-left:1px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:116px; /* 119 */
	w\idth:104px; /* 107 */
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
