/* ---------------------- Dolphin nav ---------------------- */
#time4bed-nav{
	position:relative;
	height:25px;
	font-size:11px;
	text-transform:uppercase;
	font-family:"Arial Black", Gadget, sans-serif;
	background-color: #466DA4;
	background-image: url(images/time4bed_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#time4bed-nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}
#time4bed-nav ul li{
	display:block;
	float:left;
	margin:0 2px;
}
#time4bed-nav ul li a{
	display:block;
	float:left;
	color:#73C7DF;
	text-decoration:none;
	height:26px;
	line-height:25px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#time4bed-nav ul li a span{
	display:block;
	float:left;
	padding:0 25px 0 0;
	height:31px;
	width:auto;
}
#time4bed-nav ul li a:hover{color:#fff;}
#time4bed-nav ul li a:hover span{display:block;cursor:pointer;}
#time4bed-nav ul li a.current,#time4bed-nav ul li a.current:hover{
	color:#2C4669;
	background-color: #FEFBE2;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #183254;
	border-right-color: #183254;
	border-left-color: #183254;
}
#time4bed-nav ul li a.current span{
	height:40px;
}
/* ---------------------- END Dolphin nav ---------------------- */
