﻿.menuContainer
{
    clear: both; 
    float: left; 
    width: 100%; 
    height: 22px; 
    background-color: transparent;
    text-align: center;
}
.menu
{
    margin: 0 auto; 
    width: 636px; 
    background-color: white; 
    height: 22px;
    /*border: solid 1px silver;*/
   overflow:hidden;
}  
.menuItem
{
    float: left; 
    width: 177px; 
    height: 100%; 
    padding: 3px 0 0 0;
    font-family: Arial;
    font-size: 12px; 
    font-weight: bold; 
    color: white; 
    text-align: center; 
    border-right: solid 35px white;
    cursor:pointer;   
    vertical-align:text-top;
}
 .menuRight
 {
    float: left; 
    width: 329px; 
    height: 100%; 
    padding: 3px 0 0 0; 
    font-family: Arial;
    font-size: 12px; 
    font-weight: bold;     
    text-align: center; 
    cursor:pointer;
}
.menuRight a
 {
    text-decoration:none;
    color: Red; 
}
.subMenu
{
    display:none;
    list-style-type:none;
    margin:0;
    padding:0;
    width:177px;     
    border:solid 1px silver;  
    cursor:pointer;

}
.subMenu li
{
    display:inline;
    clear:both;
    float:left;
    width:100%;   
    line-height:16px;     
    text-align:center;
    background-color:White;
    border-bottom:solid 1px silver;
}
.subMenu li a:hover
{
    font-family: Arial;
    font-size: 11px; 
    /*font-weight: bold;*/     
    text-align: center; 
    text-decoration:none;
    color: #0066cd;          
    margin:0 0 0 0;
    padding:0 0 0 0;       
}
.subMenu li a
{
    font-family: Arial;
    font-size: 11px; 
    /*font-weight: bold;*/     
    text-align: center; 
    text-decoration:none;
    color: white;       
    margin:0 0 0 0;
    padding:0 0 0 0;
}
.tblTable
{
    width:777px;
}  
.fish
{
    background-color:#1e2d3b;
}  
.fish li
{
    background-color:#1e2d3b;
}  
.fish li a
{
    background-color:#1e2d3b;
} 
.fish ul li a
{
    background-color:#1e2d3b;
}  
.lure
{
    background-color:#1e2d3b;
}  
.lure li
{
    background-color:#1e2d3b;
}  
.lure li a
{
    background-color:#1e2d3b;
} 
.lure ul li a
{
    background-color:#1e2d3b;
}  
.cow
{
    background-color:#1e2d3b;
}  
.cow li
{
    background-color:#1e2d3b;
}  
.cow li a
{
    background-color:#1e2d3b;
} 
.cow ul li a
{
    background-color:#1e2d3b;
}  

     