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



#nav a, #nav a:visited    /* menu at rest */	{	background-color: #c3d4d4; }
	
#nav a:hover	/* menu at mouse-over  */	{	background-color: #45706f; color:#fff;	}

/* Highlinght current page in the menu */

#home #nav .home a,
#home #nav .peppermint_bay a,
#home #nav .cruises a,
#home #nav .wedding a,
#home #nav .photo_gallery a,
#home #nav .about a,
#home #nav .contact a{
background-color: #45706f; color:#fff;	}

#home .secNav .home a,
#home .secNav .peppermint_bay a,
#home .secNav .cruises a,
#home .secNav .wedding a,
#home .secNav .photo_gallery a,
#home .secNav .about a,
#home .secNav .contact a{  
color:#45706f; }

#logo{
	background: transparent url("../images/logo_green.jpg") no-repeat top left;
}

.secNav a:hover{
	color:#45706f;
	text-decoration:none;
}

a{color:#45706f; text-decoration:none;}

a:hover{text-decoration:underline;}

