/* NAV Menu styles */
DIV.nav
{
   width:100%;
   display:block;
   clear:both;   
}

TABLE.navMenu
{
   float :left;
   height : 31px;
}


TABLE.navMenu A
{
   font-weight      : bold;
   text-decoration  : none;
}

TABLE.navMenu A:link, TABLE.navMenu A:visited,
TABLE.navMenu A:active, TABLE.navMenu A:hover
{
   color            : #115E94;
}

.navMenuLeft
{
   background       : url(../images/tab-left.gif) no-repeat;
   width            : 10px;
   height           : 31px;   
   white-space      : nowrap;
}

.navMenuRight
{
   background       : url(../images/tab-right.gif) no-repeat;
   width            : 10px;
   height           : 31px;
   white-space      : nowrap;
}

.navMenuCenter
{
   height           : 31px;
   background       : url(../images/tab-centre.gif) repeat-x;
   white-space      : nowrap;
}


TABLE.navMenu A:hover
{
   text-decoration:underline;
}

.navMenuLeftSelected
{
   background       : url(../images/tab-left.gif) no-repeat bottom;
   width            : 10px;
   height           : 31px;
   white-space      : nowrap;
}

.navMenuRightSelected
{
   background       : url(../images/tab-right.gif) no-repeat bottom;
   width            : 10px;
   height           : 31px;
   white-space      : nowrap;
}

.navMenuCenterSelected
{
   height           : 31px;
   background       : url(../images/tab-centre.gif) repeat-x bottom;
   white-space      : nowrap;
}
