#user-destinations {
	background:#444;
	border-bottom:1px solid #000;
	display:block;
	height:40px;
	left: 0;
	margin:0 auto;
	padding:0 0 0 0;
	position: absolute;
	text-align:center;
	top: 0;
	width: 100%;
	z-index: 10;
	-moz-box-shadow:0px 3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.4);}

#user-destinations,
#user-destinations ul  {
	height:40px;
	padding:0;
	width: 100%;}

#user-destinations ul {
	height:40px; }

#user-destinations ul li {
	display: inline;
	height:40px;
	list-style-type: none;}
	
#user-destinations a{ 
	border-right:1px solid #333;
	border-left:1px solid #555;
	color:#fff;
	display:inline-block;
	font:12px/40px Arial, Helvetica, sans-serif;
	padding:0 20px;
	text-decoration:none;}

#user-destinations a:hover { 
	background-color:#000;}

.destination-toggle {
	background:#444;
	border:1px solid #333;
	border-top:0;
	float:right;
	font:12px/12px Arial, Helvetica, sans-serif; 
	height:20px;
	margin:0 10px 0 0;
	padding:4px 0;
	z-index: 10;
	position: absolute;
	right: 0;
	text-align:center;
	top: 0;
	width:80px;
	-moz-border-radius-bottomleft :5px;
	-moz-border-radius-bottomright :5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-box-shadow:0px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);}

.destination-toggle a { 
	background:transparent url(/assets/images/view_menu.png) right no-repeat;
	color:#fff;
	font-weight:bold;
	padding-right:20px;
	text-decoration:none;}
