﻿/* BURGER HUT BURGERS StyleSheet ~~~~~~~~~~~~~~~~~~~~~~~~~ */

a {color:#8A0000}
a:visited {color:#8A0000}
a:hover {color:#330000}
a:visited:hover {color:#330000}

body {background-color:#042F04; color:#333333; margin:0 auto; padding:0; text-align:center; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:94%; background-image:url(bhimages/bh_greengrid.gif);}

form, input, select, dl, dt, dd, div, p, h1, h3, h4, h5, h6 {padding: 0; margin: 0;}
h2 {padding:0; margin-left:0; margin-right:0; margin-top:10px; margin-right:0;}	

h1 {font-size:180%; color:#330000;}
h2 {font-size:180%; color:#330000;}
h3 {font-size:160%; color:#8A0000;}
h4 {font-size:140%; color:#330000;}
h5 {font-size:120%; color:#8A0000;}
h6 {font-size:110%; color:#330000;}

hr { border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 1px; border-style: dashed; border-color: #8A0000; width: 100%; color: #ffffff; }

/* custom styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.offwhite {color:#F2EBDD;}
a:visited.offwhite{color:#F2EBDD;}
a:hover.offwhite {color:#f2ebdd;}
a:visited:hover.offwhite {color:#f2ebdd;}

.brown {color:#6B3E2C; }

#basket { width:910px; margin:0 auto; text-align:center; }
#paper  { width:910px; margin:0 auto; text-align:center; background-image:url(bhimages/bh_woodpanel_r1_c1.gif); height:18px; }
#bun { width:910px; margin:0 auto; text-align:center; background-image:url(bhimages/bh_woodpanel_r2_c1.jpg); background-repeat:repeat-y; }


#leftcol { width:190px; float:left; margin:0 auto; padding:0; text-align: center; }
#leftcolinner { width:164px; margin:0 auto; margin-left:18px; padding:0; text-align: center; }
#leftnav { width:164px; margin:0 auto; padding:0; text-align: left; color:#FFFFFF;  }
#leftnavtop { width:164px; background-image:url(bhimages/bh_leftnav_r1_c1.gif); height:24px; margin:0; padding:0; }
#leftnavmiddle { width:164px; background-image:url(bhimages/bh_leftnav_r2_c1.gif); background-repeat:repeat-y; margin:0; padding:0; }
#leftnavbottom { width:164px; background-image:url(bhimages/bh_leftnav_r3_c1.gif); height:28px; margin:0; padding:0; }

#rightcol { width:720px; float:left; margin:0 auto; padding:0; text-align: left; }
#taglinebar { width:720px; background-image:url(bhimages/bh_whitepanel_r1_c1.gif); background-repeat:no-repeat; height:50px; text-align:left; }
#redtab {float:left; width:350; margin-left: 20px; margin-top:13px; height:26px; }
#content { width:720px; background-image:url(bhimages/bh_whitepanel_r2_c1.gif); background-repeat:repeat-y; text-align:left; padding-top:10px; font-size:90%; }
#breadcrumb {margin-left:30px; margin-top:0; margin-bottom:0; margin-right:40px; text-align:left; height:16px; font-size:10px; }
#innercontent { margin-left:30px; width:665px; margin-top:0; margin-bottom:25px; text-align: left; }
#contentcol1 { width:640px; margin-left:0; margin-right:25px; margin-top:0; margin-bottom:0; padding:0; text-align: left;}
#bottomwhite { width:720px; background-image:url(bhimages/bh_whitepanel_r3_c1.gif); background-repeat:no-repeat; height:16px; }

#bunbottom { width:910px; margin:0 auto; text-align:center; background-image:url(bhimages/bh_woodpanel_r3_c1.gif); height:23px; }
#footer { width:800px; text-align:center; margin:0 auto; padding:10px; color:#F2EBDD; font-size:10px; line-height:180%; }

.source { color:#999999;font-size:10px;}

ul.menubar {
 margin: 0;
 padding: 0;
 list-style: none;
 width: 116px; /* Width of Menu Items */
 font-size: 16px;
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-weight:bold;
 margin-left:1px;
 }
 
ul.menubar li {
 position: relative;
 width: 116px;
 }
 
ul.menubar li ul {
 position: absolute;
 left: 115px; /* Set 1 less than menu width */
 top: 0;
 display: none;
 font-size: 12px;
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-weight:bold;
 background-color:#330000;
 width: 116px;
 border:0;
 margin-left:1px;
 }
 
/* Styles for Menu Items */
ul.menubar li a {
 display: block;
 text-decoration: none;
 color: #FFFFFF;
 padding:4px;
 margin:0;
 border:0;
 }
 
/* Fix IE. Hide from IE Mac \*/
* html ul.menubar li { float: left; height: 1%; }
* html ul.menubar li a { height: 1%; }
/* End */
 
ul.menubar li a:hover { color: #FFFFFF; text-decoration: underline; }

ul.menubar li ul li a:hover { color: #FFFFFF; background: #590909; }
  
ul.menubar li:hover ul, ul.menubar li.over ul { display: block; }

