/*  zqlab.com
  horizontal menu 103, Spanning across the page
 */
/* Height of the block 
 Put background image here
 Replace #belowcontent with block div ID */
#belowcontent .primary_navigation{
position:relative;
margin:0px;
padding:0px;
clear:both;
width:700px;
height:38px;
display:block;
}
#belowcontent .primary_navigation table{
margin:0px;
padding:0px;
width:700px;
}
/* Do not display Block title */
#belowcontent .primary_navigation h2{
display:none;
visibility:hidden;
}
/* Vertical positioning of the top level menu within the Block body */
#belowcontent .primary_navigation table tr{
border: 0 none;
width: 700px; /*For KHTML*/
padding:0px;
white-space: nowrap;
margin:0px;
}
/* Dimensions for the top level menu items */
#belowcontent .primary_navigation table tr td {
border:none;
text-align:center;
border-right:1px solid #fff;
margin:0px;
padding:0px;
vertical-align:middle;
}
/* Hide second level menu items (tr tr) */
#belowcontent .primary_navigation tr tr,
#belowcontent .primary_navigation table tr td table{
display:none;
visibility:hidden;
white-space: nowrap;
margin:0px;
padding:0px;
}
/* Menu Styling */
#belowcontent .primary_navigation tr td a {
display:block;
color: #fff;	  /* white */
font: bold 12px Arial, Helvetica, sans-serif;
text-decoration: none;
width:100%;
text-align:center;
vertical-align:middle;
margin:0px;
padding-top: 8px;
padding-bottom:8px;
background-color: #92401D; /* burnt orange */
}
/* Menu Styling
 Hovering state of the top level menu */
#belowcontent .primary_navigation tr a:hover,
#belowcontent .primary_navigation tr td:hover a,
#belowcontent .primary_navigation tr td.iehover a,
#belowcontent .primary_navigation tr a.active {
background-color: #C0C0C0; /* grey */
color: #121212;  		   /* charcoal */
text-decoration: none;
font-weight:bold;
}