/* CSS Document */
#wb_mainMenu
{
   border: 0px #C0C0C0 solid;
   background-color: transparent;
}
#wb_mainMenu ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
}
#wb_mainMenu li
{
   float: left;
   margin: 0;
   padding: 0px 6px 0px 0px;
   width: 130px;
}
#wb_mainMenu a
{
   display: block;
   float: left;
   color: #6B6B6B;
   border: 0px #C0C0C0 none;
   background-color: transparent;
   background-image: none;
   font-family: Helvetica;
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   width: 200px;
   height: 50px;
   padding: 0px 5px 0px 5px;
   vertical-align: middle;
   line-height: 50px;
   text-align: center;
}
#wb_mainMenu li:hover a, #wb_mainMenu a:hover
{
   color: #FF6511;
   background-color: transparent;
   background-image: url(images/Menu.png);
   background-repeat: repeat;
   background-position: center bottom;
   border: 10px #C0C0C0 none;
}
#wb_mainMenu li.firstmain
{
   padding-left: 0px;
}
#wb_mainMenu li.lastmain
{
   padding-right: 20px;
}
#wb_mainMenu br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_test 
{
   display: block;
   float: left;
   color: #6B6B6B;
   border: 0px #C0C0C0 none;

   background-color: transparent;
   background-image: none;
   font-family: Helvetica;
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   width: 100px;
   height: 50px;
   padding: 0px 5px 0px 5px;
   vertical-align: middle;
   line-height: 50px;
   text-align: center;
}
#wb_test a
{
   display: block;
   float: left;
   color: #6B6B6B;
   border: 0px #C0C0C0 none;
   
   background-color: transparent;
   background-image: none;
   font-family: Helvetica;
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   width: 200px;
   height: 50px;
   padding: 0px 5px 0px 5px;
   vertical-align: middle;
   line-height: 50px;
   text-align: left;
}
#wb_test:hover
{
   color: #FF6511;
   background-color: transparent;
   background-image: url(images/Menu.png);
   background-repeat: repeat;
   background-position: center bottom;
   border: 10px #C0C0C0 none;
}
#wb_test a:hover
{
   color: #FF6511;
   background-color: transparent;
   background-image: url(images/Menu.png);
   background-repeat: repeat;
   background-position: center bottom;
   border: 10px #C0C0C0 none;
}





