/* Navigation CSS */
#navigation {
/*background:url('http://www.1801first.com/nav/navbg.jpg');*/
width:582px;
height:99px;

}

#nav {
list-style:none;
margin:0;
padding:0;
width:488px;
margin-left:53px;
padding-top:40px;

}
#nav li {
padding:0;
margin:0;
float:left;
height:20px;
}
#nav li a {
display:block;
width:100%;
height:100%;
}

#innstyle {
background:url('http://www.1801first.com/nav/nav.gif') no-repeat ;
width:85px;
}
#innstyle a:hover{
background:url('http://www.1801first.com/nav/nav.gif') no-repeat 0px -18px;

}
#innstyle:hover,#innstyle.sfhover {
position: static;
}
#innstyle:hover ul,#innstyle.sfhover ul {
left:auto;
}

#accommodations {
background:url('http://www.1801first.com/nav/nav.gif') no-repeat -85px 0px;
width:140px;
}
#accommodations a:hover{
background:url('http://www.1801first.com/nav/nav.gif') no-repeat -85px -18px;
}

#accommodations:hover,#accommodations.sfhover {
position: static;
}
#accommodations:hover ul,#accommodations.sfhover ul {
left:auto;
margin-left:-85px;

}



#amenities {
background:url('http://www.1801first.com/nav/nav.gif') no-repeat -225px 0px;
width:85px;
}
#amenities a:hover{
background:url('http://www.1801first.com/nav/nav.gif') no-repeat -225px -18px;

}
#amenities:hover,#amenities.sfhover {
position: static;
}
#amenities:hover ul,#amenities.sfhover ul {
left:auto;
margin-left:-225px;

}

#spa {
background:url('http://www.1801first.com/nav/nav.gif') no-repeat -310px 0px;
width:85px;
}
#spa a:hover{
background:url('http://www.1801first.com/nav/nav.gif') no-repeat -310px -18px;

}

#wine {
background:url('http://www.1801first.com/nav/nav.gif') no-repeat -395px 0px;
width:90px;
}
#wine a:hover{
background:url('http://www.1801first.com/nav/nav.gif') no-repeat -395px -18px;

}

#wine:hover, #wine.sfhover {
position: static;
}
#wine:hover ul, #wine.sfhover ul {
left:auto;
margin-left:-220px;

}

#nav li ul {
list-style:none;
position:absolute;
padding:0;
margin:0;
margin-left:3px;
left: -999em;
width:600px;
z-index:100;
}
#nav li ul li {
float:left;
padding:0;
margin:0;
height:20px;

}
#nav li ul li a {
display:inline;
background:none;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:12px;
padding-bottom:25px;
font-weight:bold;
padding-right:7px;
padding-left:6px;
}
#nav li ul li a:hover {
display:inline;
background:none;
color:#000000;
}

