@charset "UTF-8";
/* CSS Document */

#time_nav_container {
	width:100%; 
	overflow:hidden; 
	margin:15px 0;
	background:url(art/timenav_background.gif) bottom repeat-x;
	}

ul#time_nav {padding:0; margin:0; list-style: none;}

ul#time_nav li {
	float:left;
	display: block;
	position: relative;
	font-weight:bold;
	color:#6F5D51;
	}
	
ul#time_nav li a:link, ul#time_nav li a:visited {
	display:block;
	padding:7px 15px;
	border:1px solid transparent;
	/*set an unused color to be index color*/
	_border-color:tomato; /*For IE6-*/
	/*then remove this indexed color*/
	_filter:chroma(color=tomato);/*For IE6-*/
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	}
	
ul#time_nav li a:hover, ul#time_nav li a:active {
	background:#059AD2;
	text-decoration:none;
	color:#FFF;
	border:1px solid #059AD2;
	border-bottom:1px solid #BAB1AB;
	}

ul#time_nav li.ontime a {
	background:/*url(art/timenav_background-on.gif) bottom repeat-x*/ #33241E;
	text-decoration:none;
	color:#FFF;
	/*border:1px solid #DCD8D4;*/
	border-bottom:1px solid #BAB1AB;
	}

ul#time_nav li.copy {
	display:block;
	padding:7px 15px;
	border:1px solid transparent;
	/*set an unused color to be index color*/
	_border-color:tomato; /*For IE6-*/
	/*then remove this indexed color*/
	_filter:chroma(color=tomato);/*For IE6-*/
	}


