    #tabbies {
      float:left;
      width:100%;
      background:#EDF7E7;
      line-height:normal;
      }
    #tabbies ul {
	margin:0 5px 0 0;
	padding:10px 20px 0 20px;
	list-style:none;
      }
    #tabbies li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabbies a {
      float:left;
      background:url("/apps/megamenu/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabbies a span {
      float:left;
      display:block;
      background:url("/apps/megamenu/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#464E42;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabbies a span {float:none;}
    /* End IE5-Mac hack */
    #tabbies a:hover span {
      color:#FFF;
      }
    #tabbies a:hover {
      background-position:0% -42px;
      }
    #tabbies a:hover span {
      background-position:100% -42px;
      }  
	
	
	
	
/*


#mainnav {
	margin: 10px;
	padding: 5px;
	width: 100%;	
}
#mainnav a {
	background-color: #A4B1A3;	
	color: #FFF;
	font-variant:small-caps;
	font-family: "Arial narrow", Arial, sans-serif;
	font-weight:bold;
	text-align:left;
	margin: 5px 5px;
	padding: 5px 20px;
	text-decoration:none;
}
*/
.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: white;
	border-right: 1px solid #A4B1A3;
	border-left: 1px solid #A4B1A3;
	border-top: 2px solid #A4B1A3;
	border-bottom: 2px solid #A4B1A3;
padding: 10px;
text-align:left;
font: normal 12px Verdana;
z-index: 100;
}

.megamenu .column{
float: left;
width: 200px; /*width of each menu column*/
margin-right: 5px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 5px;
}

.megamenu .column h3{
font: bold 14px Arial;
margin: 0 0 5px 0;
text-align:left;
}

.megamenu .column ul li a{
color: #0066cc;
text-align:left;
text-decoration: underline;
}

.megamenu .column ul li a:hover{

}
