@charset "utf-8";
/* CSS Document */

/*********** #cttage NAV styles ***********/
.cottageNAV{
float:right;
width:100%;
}

.cottageNAV ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.cottageNAV li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	width:100%;
	height:140px;
	margin-bottom:10px;
	border:1px solid #cccccc;
	color:#666666;
	background-color:#d6e1c1;
	background-image:url(/gfx/menu/cottageNAV-off.png);
}	


.cottageNAV li a:hover{
	background-color:#839666;
	background-image:url(/gfx/menu/cottageNAV-on.png);	
	color:#0099CC;
}



