/*snakes and logo table*/
#brand {
  text-align: center; 
  width: 100%;
  margin: 0px; 
  padding: 0px; 
  background-color:#FF0;
}

.topimage { vertical-align: top;}

#lft {text-align: left;}/*left snake*/
#rht {text-align: right;}

.menuholder{
    margin: 0px auto 0px auto;
    width: 1024px;
    height: 24px;
}

.menustyle{
    background-color: #FF0;
    width: 100%; /*testwidth 768px -- original 100%*/
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
    /*content: ".";*/
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.menustyle ul{
   text-align: center;
   width: 100%;
   /*background: url(bg.gif) center center repeat-x;*/
   padding: 0;
   margin: 0;
}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{
    color: #000;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

.menustyle ul li a:hover, .menustyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #F90;
/*background: url(over.gif) center center repeat-x;*/
}

/*Style for centermenu, left and right drop down menus*/
.glasstyle {}

.dts{ /* pipes between main nav */
     font-size: 14px;
     font-weight: bold;
     margin: 0 10px 0 10px;
}

.centermenu{
     width: 500px;
     background: url(../images/shade.gif) center center no-repeat;
     padding-top: 6px;
     font-size: 14px;
     font-weight: bold;
     margin: 0 auto 0 auto;
    }
    
.rightmenu{
     text-align: right;
     float: right;
    }
    
.leftmenu{
     text-align: left;
     float: left;
    }
    
.navstyle{}
/* background: url(../images/checkernav.gif) repeat-x;*/


.dropmenudiv{
position:absolute;
height: 0px;
top: 0px;
margin-top: 4px;
border: 1px solid #000; 
border-bottom-width: 0;
font-size: 12px;
line-height:18px;
z-index:100;
background-color: #FF0;
width: 114px;
visibility: hidden;
}


.dropmenudiv a{
width: 114px;
display: block;
border-bottom: 1px solid #000;
text-decoration: none;
font-weight: bold;
color: #000;
}

/*#dropmenu2{*/
/*    position: absolute;*/
/*    right: -20px;*/
/*}*/

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
background-color: #FC0;
}
