html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
   margin:0px;
   padding:0px;
   border:0px;
   border-collapse:separate;
   border-spacing:0px;
}

div#menucontainer
{
   width:100%;
   height:20px;
   border-top:1px solid #502a2a;
   border-bottom:1px solid #502a2a;
   border-left:none;
   border-right:none;
   background-image:url('../images/backgrounds/menubg.png');
   background-repeat:repeat;
   margin:0px;
   padding:0px;
   position:relative
}

div#menucentre
{
   margin-left:auto;
   margin-right:auto;
   margin-top:0px;
   margin-bottom:0px;
   position:relative;
   border:none;
   width:800px;
   height:20px
}

div#menu
{
   border:none;
   position:absolute;
   margin:0px
}

div#menu ul
{
   float:left;
   list-style:none;
   padding:0px;
   margin:0px;
   background-image:url('../images/logo/dropdownbg.png');
   background-repeat:repeat;
   color:blue;
   max-width:170px;
   border:none
}

div#menu li.spacer
{
   height:20px;
   border:none
}

div#menu li.item
{
   display:none;
   width:120px;
   border-left:1px solid #502a2a;
   border-right:1px solid #502a2a;
   border-top:none;
   padding-top:1px;
   padding-bottom:1px;
   padding-left:20px;
   padding-right:0px;
   background-image:url('../images/logo/dropdownbg.png');
   background-repeat:repeat;
   margin:0px;
   font:14px georgia
}

div#menu li.top a
{
   cursor:pointer
}

div#menu li.item a 
{
   color:#eae4c5;
   text-decoration:none
}

div#menu li.item a:hover
{
   color:#a00d0d
}

.itemlast
{
   border-bottom:1px solid #502a2a
}

div#menu ul:hover li.item
{
   display:block
}

div#menu div:hover{background-position:0 -20px}
div#menu div:active{background-position:0 -40px}

div#home
{
   background-image:url('../images/logo/fliphome.png');
   width:97px;
   min-height:20px;
   border:none;
   float:left
}

div#aboutus
{
   background-image:url('../images/logo/flipaboutus.png');
   width:111px;
   height:20px;
   border:none;
   float:left
}

div#collection
{
   background-image:url('../images/logo/flipcollection.png');
   width:142px;
   height:20px;
   border:none;
   float:left
}

div#contactcameo
{
   background-image:url('../images/logo/flipcontactcameo.png');
   width:170px;
   height:20px;
   border:none;
   float:left
}

div#sale
{
   background-image:url('../images/logo/flipsale.png');
   width:80px;
   height:20px;
   border:none;
   float:left
}


