/* ----------------------------------------------------------------
  This is the top menu styles file.
  Author: Gabriel Coder
  Last updated: 2006-12-11
  -----------------------------------------------------------------*/
.topMenu{
text-align:center;
height: 20px;
padding-top: 5px;
font: 16px/100% "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
text-decoration: none;
background-image: url("/images/tab.jpg");
background-repeat: no-repeat;
color:#000;
position:relative;
float:left;
width:94px;
margin-left:5px;
}

#mainMenu {
position: relative;
float:left;
left:0px;
top:2px;
width:778px;
height:100%;
background-color: #FFF;
padding-left:5px;
margin:0px;
}

.topMenu:hover{background-image: url("/images/tab-hover.jpg");text-decoration:none;color:#69696B;}
#menuContainer{width:778px;padding:0px;margin:0px;overflow:hidden;}

a.menuText{color:#69696B;font-weight: normal;font-size: 11px;font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;text-decoration: none; font-weight:bold;}

#Topsearchbox	{
float:left;
width:171px;
height:18px;
text-align:center;
padding-top:8px;
font-weight:bold;
background-image: url("/images/searchtop.gif");
background-repeat: no-repeat;
}