/* CSS Document */
#menu {
	background: none;
	height: 34px;
	_overflow: hidden; /* IE6 */
	}
	

#menu tr td, 
#menu tr td a {
	float: left;
	}
	
#menu tr td a {
	border-right: 1px solid #666 !important;
	color: #fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform:uppercase;
	font-weight:bold;
	padding: 8px 10px 8px 10px;
	padding: 8px 9px 8px 9px; /* IE7 */
	text-decoration: none;
	background: #fff url(menu_on.jpg) repeat-x 0 0;
	margin-left:0px;
	}
	
#menu tr td.current_page_item a, 
#menu tr td.current_page_item a:hover {
	background: #fff url(menu_off.jpg) repeat-x 0 0;
	}
	
#menu tr td a:hover {
	background: #fff url(menu_off.jpg) repeat-x 0 0;
	}
	
#menu tr td:first-child a {
	-webkit-border-top-left-radius: 7px;
	-khtml-border-radius-topleft: 7px;	
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-khtml-border-radius-bottomleft: 7px;	
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	}
	
#menu tr td:last-child a {
	-webkit-border-top-right-radius: 7px;
	-khtml-border-radius-topright: 7px;	
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-khtml-border-radius-bottomright: 7px;	
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
	}