/* Tabs classes */
.mytabs {width:100%; height:18px; line-height:normal; background:url(/img/tabs.gif) repeat-x 0 -72px;}
.mytabs ul {margin:0; padding:0; list-style:none;}
.mytabs li {float:left; background:url(/img/tabs.gif) no-repeat 0 0; margin:0 2px 0 0; padding:0 0 0 10px; line-height:17px; height:18px; display:block;}
.mytabs li.current {background:url(/img/tabs.gif) no-repeat 0 -18px; margin-right:2px;}
.mytabs span {float:left; display:block; background:url(/img/tabs.gif) no-repeat right -36px; padding:0px 10px 0 0;}
.mytabs .current span {background:url(/img/tabs.gif) no-repeat right -54px;}
.mytabs a {text-decoration:none; font-size:14px; color: #798E02}
.mytabs a:link, .mytabs a:visited {color:#000000;}
.mytabs a:hover {color:#2B6FB6}
