/* ---------------------- Dolphin nav ---------------------- */
#nav{
	position:relative;
	height:44px;
	font-size:12px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: bold;
}
#nav ul{
	margin:0;
	list-style-type:none;
	width:auto;
	float:right;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0px;
}
#nav ul li{display:block;float:left;margin:0 2px;}
#nav ul li a{
	display:block;
	float:left;
	color:#283996;
	text-decoration:none;
	padding:0 0 0 18px;
	height:44px;
	line-height:40px;
}
#nav ul li a span{
	display:block;
	float:left;
	padding:0 18px 0 0;
	height:44px;
	width:auto;
}
#nav ul li a:hover{
	color:#E13A3E;
}
#nav ul li a:hover span{display:block;cursor:pointer;}
#nav ul li a.current,#time4bed-nav ul li a.current:hover{
	background-color: transparent;
	background-image: url(../images/navleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}
#nav ul li a.current span{
	height:44px;
	background-color: transparent;
	background-image: url(../images/navright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* ---------------------- END Dolphin nav ---------------------- */

