


#menu{
	list-style:none;
	margin:0; padding:0;
	width:100%;
	height:55px;
	border-bottom:2px solid #F7F1E5;
}

#menu li {	
	float:left;
	margin:10px;
}

#menu li a span{ display:none; }
#menu li a{ display:block; }

#home:link,
#home:visited{
	background:url('../images/bg/beach.gif');
	width:60px;
	height:35px;
}
#home:active,
#home:hover,
#home.selected{
	background:url('../images/bg/beach_on.gif');
}

#accommodations{
	background:url('../images/bg/accommodations.gif');
	width:107px;
	height:35px;
}
#accommodations:active,
#accommodations:hover,
#accommodations.selected{
	background:url('../images/bg/accommodations_on.gif');
}


#thing-to-do{
	background:url('../images/bg/thing-to-do.gif');
	width:105px;
	height:35px;
}
#thing-to-do:active,
#thing-to-do:hover,
#thing-to-do.selected{
	background:url('../images/bg/thing-to-do_on.gif');
}

#travel{
	background:url('../images/bg/travel.gif');
	width:60px;
	height:35px;
}
#travel:active,
#travel:hover,
#travel.selected{
	background:url('../images/bg/travel_on.gif');
}

#contact{
	background:url('../images/bg/contact.gif');
	width:60px;
	height:35px;
}
#contact:active,
#contact:hover,
#contact.selected{
	background:url('../images/bg/contact_on.gif');
}

/* menus */

#mmsarticles{
	list-style:none;
	position:absolute;
	right:0; top:33px;
	margin:0; padding:0;
	z-index:200;
	display:none;
	overflow:visible; 
}
#mmsarticles{
	position:relative;
	display:block;
	overflow:hidden;
	top:0;
	background-color:#555;
}

#mmsarticles li{
	float:none;
	clear:both;
	margin:0 5px 6px 0;	
}
#mmsarticles li a{	
	display:block;
	width:auto;
	text-transform:uppercase;
	font-size:14px;
	color:#FFF;
}
#mmsarticles li a{
	text-transform:none;
	font-size:13px;
	padding:0 6px 2px 6px;
}


/* MMS Editor Menu */
#mmseditor{
	position:relative;
	margin:0;
	padding:0;
	height:55px;
	background-color:#555;
	border:2px solid #000;	
	border-width:0 0 2px 0;
	z-index:5000;
}

#mmseditor .editing{
	clear:both;
	margin:0;
	padding:5px 15px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
#mmseditor .options{
	margin:0;
	padding:7px 15px;
	color:#999;
	font-size:10px;
	font-weight:bold;
}
#mmseditor .options select{
	clear:none;
	float:left;
	width:auto;
	margin:0;
}
#mmseditor .options p,
#mmseditor .editing p{
	float:left;
	margin:0;
	font-size:12px;
}
#mmseditor .editing p{
	margin:0 3px 0 0;
}
#mmseditor .options p em,
#mmseditor .editing p em{
	display:block; 
	float:left;
	margin:0 5px;
	font-size:12px;
	font-weight:bold;
	display:inline;
	color:#FFF;
}
#mmsarticles a,
#mmseditor .options p a:link, 
#mmseditor .options p a:visited,
#mmseditor .editing p a:link, 
#mmseditor .editing p a:visited{
	display:block; 
	float:left;
	margin:0;
	font-size:12px;
	font-weight:bold;
	display:inline;
	color:#FFF;
}
#mmsarticles a:hover,
#mmsarticles a:active,
#mmseditor .options p a:hover, 
#mmseditor .options p a:active,
#mmseditor .editing p a:hover, 
#mmseditor .editing p a:active {
	text-decoration:none;
	background:#FF9900;
	color:#FFF;
}
#mmseditor .options a{
	color:#999;
}

 .studiologo{
	position:absolute;
	top:5px;
	right:10px;
	z-index:50000;
}


