#navcontainer ul { 
list-style-type: none; 
padding:0px;
margin:2px 0px;
}

#navcontainer ul li{ 
display: inline;
padding: 2px 4px;
background-color:#BBC7E3;
}


#menu_table_cell{
background-color:#BBC7E3;
padding-bottom:3px;
}

#menu_table{
background-color:#BBC7E3;
margin-left:auto;
margin-right:auto;
width:766px;
border-top:1px solid #F09920;
border-right:px solid #F09920;
border-left:1px solid #F09920;
}

a.menu:link, a.menu:visited, a.menu:active {
color: #000000;
font-weight:bold;
text-decoration:none;
font-size:12px !important;
white-space:nowrap;
}

a.menu:hover{
color: #000000;
font-weight:bold;
text-decoration:none;
font-size:12px !important;
white-space:nowrap;
}

a.menu_down:link, a.menu_down:visited, a.menu_down:active, a.menu_down:hover{
color: #000000;
font-weight:bold;
text-decoration:none;
font-size:12px !important;
}



a.sub_link:link, a.sub_link:visited, a.sub_link:active {
color: gray;
font-weight:bold;
text-decoration:none;
font-size:12px !important;
white-space:nowrap;
}

a.sub_link:hover{
color: #990000;
font-weight:bold;
text-decoration:none;
font-size:12px !important;
white-space:nowrap;
}


