    body {
        margin:0;
        padding:0;
        font: 11px/1.5em Verdana;
		}

/*- Menu Tabs J--------------------------- #01214f*/

    #tabsJ {
	  background-image: url(grad.jpg) repeat left top;
      float:left;
      width:100%;
      background:#002649;
      font-size: bold 93%;
      line-height:normal;
      border-top:1px solid #fff;
      border-bottom: 1px solid #000;   
	  padding:  1px 0 0 0;
      }
    #tabsJ ul {
      margin:0;
      padding:0px 7px 0 7px;
      list-style:none;
      font-size:15px;
	  font-weight: bold;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0 0 10px;
      }
    #tabsJ a {
      float:left;
      background: url(tableftJ.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 3px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background: url(tabrightJ.gif) no-repeat right top;
      padding:5px 6px 5px 3px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

        #tabsJ #current a {
                background-position:0% -42px;
        }
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#FFF;
        }
		
/***************************************************Vertical Tabs Subnav********************/

#button {
	float: left;
	text-align:left;
	width: 110px;
	border-right: 1px solid #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size : 15px;
	background-color: #01214f;
	color: #333;
            }
     				
        #button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	position: relative;
	letter-spacing: normal;
	float: left;
                }

        #button li {
                border-bottom: 1px solid #90bade;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
	display: block;
	text-align:center;
	font-weight:bold;
	padding: 30px 40px 32px 0.5em;
	background-color: #01214f;
	color: #fff;
	text-decoration: none;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #508fc4;
	border-left-color: #1958b7;
               
                }

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
	background-color: #2586d7;
	color: #fff;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
                } 

		#button #xmas a{
			display: none;
                border-left: 10px solid #cc0000; 
                border-right: 10px solid green; 
                background: url(snow5.gif) no-repeat left bottom;                 
				color: #CC0000;
				font-weight: bold;
				font-size:18px;
				                }
