@charset "utf-8";
#navigation {
		background: #911918 url(../img/logo_shield.gif) no-repeat left top;
		width: 219px;
		padding-top: 120px;
}
#navigation UL {
margin: 0;
padding: 0;
		width: 219px;
		display: block;
		text-align: right;
		list-style: none;
}
#navigation ul LI { background: url(../img/navbar_bg.gif) no-repeat right bottom; }

#navigation ul LI a {
		color: #CCCCCC;
		text-decoration: none;
		height: 20px;
		display: block;
		padding-right: 10px;
		font-size: 12px;
		font-weight: normal;
}
#navigation ul LI a:hover {
		background: #750B0B url(../img/navbar_hover.gif) repeat-y;
		color: #FFFFFF;
}

#icons_contact {
		text-align: right;
		margin-right: 20px;
		margin-top: 20px;
}

/*Big Buttons for Site Navigation*/
#big_buttons a:hover { background-position: 148px; }
#big_buttons a {
		display: block;
		height: 62px;
		width: 150px;
}
#wedding {		background-image: url(../img/sitenav_button_wedding.gif);}
#conferences {		background-image: url(../img/sitenav_button_conference.gif);}
#hotel {		background-image: url(../img/sitenav_button_hotel.gif);}
#salon {		background-image: url(../img/sitenav_button_salon.gif);}

.links_title {
		color: #FFFFFF;
		font-size: 20px;
		margin-bottom: 5px;
		border-bottom: 1px solid #FFFFFF;
		padding-right: 8px;
}
