/*
Clay Haus Resturaunt &copy;2007
Author: Jason Sndier
*/

body{
background-color:#bbbbbb;
background-image:url(../img/bg.gif);
}

/*structure*/
#wrapper{
width:780px;
background-color:#eeeeee;
background-image:url(../img/bg2.png);
border-left:5px solid #eabaac;
border-right:5px solid #eabaac;
}

#main{
width:780px;
}

#content{
padding-right:10px;
}

#menu{

width:180px;
}

#footer{

/*tags*/
text-align:right;
}

p{
margin-top:10px;
font-size:12px;
}

td{
vertical-align:top;
font-size:12px;
}

a{
text-decoration:none;
color:#663300;
}

a:hover{
text-decoration:underline;
}

/*menus navigation*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font-size:12px ;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #eabaac;
}