#Navigation
{
   display           : block;
   width             : 1200px;
   background-color  : white;
   height            : auto;
}
#TopNav
{
   margin            : 0 auto;
   display           : block;
   width             : 1200px;
   background-color  : white;
}
#TopNav ul
{
   height            : 46px;
}
#TopNav li
{
   float             : left;
   height            : 42px;
   width             : 196px;
   list-style        : none;
   background-color  : #a0b2da;
   font-weight       : bold;
   font-size         : 20px;
   margin            : 2px 2px 0;
   text-align        : center;
}
#TopNav ul li a
{
   display           : block;
   width             : 196px;
   height            : 31px;
   font-family       : "Arial", "Helvetica", sans-serif;
   font-size         : 20px;
   text-decoration   : none;
   color             : white;
   padding-top       : 8px;
}
#TopNav ul li:hover
{
   background-color  : #707d99;
}
#UlWrapper
{
   margin            : 0 auto;
}
#SubNav
{
   margin            : 0 auto;
   display           : block;
   width             : 1196px;
   background-color  : #a0b2da;
   font-weight       : bold;
   font-size         : 12px;
   text-align        : center;
   border-left       : 2px solid white;
   border-right      : 2px solid white;
   border-bottom     : 2px solid white;
}
#SubNav ul
{
   display           : inline-block;
   height            : 28px;
   margin            : 0 auto;
}
#SubNav li
{
   float             : left;
   height            : 24px;
   /*width             : 196px;*/
   list-style        : none;
   background-color  : #a0b2da;
   margin            : 2px 2px 0;
   border            : 2px solid white;
   text-align        : center;
   vertical-align    : middle;
}
#SubNav ul li a
{
   display           : block;
   /*width             : 196px;*/
   height            : 20px;
   font-family       : "Arial", "Helvetica", sans-serif;
   font-size         : 12px;
   text-decoration   : none;
   color             : white;
   padding-top       : 4px;
   margin-left       : 5px;
   margin-right      : 5px;
}
#SubNav ul li:hover
{
   background-color  : #707d99;
}
.active
{
   background-color  : #4578af !important;
}
