.topmenu a{
	color:#CC6666;
	text-decoration:none;
	font-family:Arial;
	}
.topmenu a:hover{
	color:#CC6666;
	text-decoration:underline;
	font-family:Arial;
	}
	
#sectionmenu{
    float:left;
    width:100%;
    background:#ffffff url("images/sectionmenu/bg.gif") repeat-x bottom;
    font-size:93%;
    line-height:normal;
    }

#sectionmenu ul {
    margin:0;
    padding:5px 5px 0;
    list-style:none;
    }
#sectionmenu li {
    float:left;
    background:url("images/sectionmenu/norm_right3.gif") no-repeat right top;
    margin:0;
    padding:0;
    }

#sectionmenu #current {
    background-image:url("images/sectionmenu/norm_right_on3.gif");
	 color:#000;
    }
#sectionmenu #current a {
    background-image:url("images/sectionmenu/norm_left_on3.gif");
	color:#000;
    }
#sectionmenu a:hover {
      color:#fff;
      }
#sectionmenu a {
	float:left;
    display:block;
    background:url("images/sectionmenu/norm_left3.gif") no-repeat left top;
	text-decoration:none;
    font-weight:normal;
	font-size:10px;
	color:#fff;
    padding:5px 5px 4px;
	  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #header a {float:none;}
  /* End IE5-Mac hack */
    }
#sectionmenu #current a {
    background-image:url("images/sectionmenu/norm_left_on3.gif");
    padding-bottom:5px;
    }

#tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#tabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	border: 1px solid #000;
	list-style: none;
	display: inline;
	}
	
		
#tabs ul li.here {
	border-bottom: 1px solid #fff;
	list-style: none;
	display: inline;
	}
