#navigation .navtitle {
	border: 1px solid #000000;	
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:20px;
	background-color:#6F89A2;
	height:25px;
	padding-left:15px;
	text-align:left;
	font-weight:normal;
}

.mainlevel {
	padding: 0px;
	line-height: 23px;
	font-size:11px;
}

.moduletable td a {
	font-weight:bold;
	display:block;
	/*width:980px;*/
	text-decoration: none;
	padding: 0px;
	text-indent:15px;
}
.moduletable td a:link { color:#000; background-color:#fff; padding: 0px;}
.moduletable td a:visited { color:#000; background-color: #fff; padding: 0px;}
.moduletable td a:hover { color:#fff; background-color:#6F89A2; padding: 0px;}

/*- Menu Tabs G--------------------------- */

    #tabsG {
      float:left;
      width:100%;
	 padding-left: 0px;
      /*background:#666;*/
      font-size:10px;
      line-height:normal;
      font-weight: bold;

      }
    #tabsG ul {
        margin:0;
        padding:2px 10px 0 10px;
        list-style:none;
      }
    #tabsG li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsG a {
      float:left;
      background:url("../images/tab_left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsG a span {
      float:left;
      display:block;
      background:url("../images/tab_right.gif") no-repeat right top;
      padding:2px 15px 2px 6px;
      color:#000;
      }
    #tabsG a.rot {
      float:left;
      background:url("../images/tab_left_rot.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsG a.rot span {
      float:left;
      display:block;
      background:url("../images/tab_right_rot.gif") no-repeat right top;
      padding:2px 15px 2px 6px;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsG a span {float:none;}
    /* End IE5-Mac hack */
    #tabsG a:hover span {
      color:#FFF;
      }
    #tabsG a:hover {
      background-position:0% -42px;
      }
    #tabsG a:hover span {
      background-position:100% -42px;
      }

        #tabsG #current a {
                background-position:0% -42px;
       }
        #tabsG #current a span {
                background-position:100% -42px;
      color:#FFF;
        }
