div.container {
   display:table;
   background-color:black;
   margin:0px;
   width:100%;
   height:120px;
   z-index:1}
div.logo {
   position:absolute;
   left:50%;
   margin-left:-106.625px;
   text-align:center;
   vertical-align: middle;
   z-index:4}
div.flameright {
   background-image:url('../images/other/flames8.jpg');
   border-left:2px groove gray;
   float:right;
   width:325px;
   height:120px;
   vertical-align:middle;
   text-align:right;
   z-index:2;}
div.flameleft {
   background-image:url('../images/other/flames7.jpg');
   border-right:2px groove gray;
   float:left;
   width:325px;
   height:120px;
   z-index:3;}
input.margin {
   margin-top:0em;
   margin-bottom:8px;}
div.menu {
   display:table;
   background-color:#666666;
   width:100%;
   height:50px;}
span {color:f60}


#chromemenu{
position:relative;
top:-3px;
width: 100%;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "&nbsp;";
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
background: url('../buttons/menubuttons/blank.png') center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "center" for example to align menu to the center of page*/
}


#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: white;
padding: 4px;
margin: 0;
text-decoration: none;
border-right: 4px groove black;
}

#chromemenu ul li a:hover{
background: url('../buttons/menubuttons/blankin.png') center center repeat-x;
}

