/* CSS Document */

* {
	padding:0;
	margin:0;
}
body{
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#bc4503;
	}


.header{
	background-color: #FFFFFF;
	background-image:url(images/logo2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(images/solid_stripe_full2.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	 
}

.Inn{
	background-color: #FFFFFF;
	background-image:url(images/Inn2.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

a:link { color: #ac2d04; text-decoration:none; } 
a:visited { color: #ac2d04;  text-decoration:none; } 
a:hover { color: #ac2d04; text-decoration:underline; }
a:active { color: #ac2d04; text-decoration:none; }

#menu { position:relative; display: block; top: 0px; left: 0px; width: 170px; 
height: 400px; background: transparent; border-bottom:#ac2d04;}

* html #menu {
	position: relative;
	display: block;
	left: 5px;
	width: 170px;
	height: 280px;
	background:#FFFFFF;
	z-index: 5;
}

a.menulink { display: block; width: 170px; height: 30px; color: #333333; background: transparent;  text-decoration: none; border-bottom: 1px solid #f9e4d3; text-align: left; text-indent: 2px; line-height: 30px; margin-top: 0px; font-size: 13px; font-weight: bold; }

a.menulink:visited { display: block; width: 170px; height: 30px; color:#333333; background: transparent; font-weight: bold; font-size: 13px; }

a.menulink:hover {  color: #000000; background-image: url("images/Button2.jpg"); 
background-position:  left top; background-repeat: no-repeat; font-weight: bold; font-size: 13px; z-index:2}
