body
{
	margin; 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 10px;
}

/* Navigation */

#navigation
{
	font-family; Tahoma;
	font-size; 10pt;
}

/*- Menu for listings -------------------- */

#menu {
 font-size:93%;
 width: 50%;
 position: relative;
 left: 50px;
 line-height:normal;
 list-style-type:none;
 font-family; Tahoma;
}
#menu li {
 display:inline;
 margin:0;
 padding:0;
}
#menu a {
 float:left;
 background:url("images/button.gif") no-repeat left top;
 margin: 0;
 padding: 0 0 0 8px;
 text-decoration:none;
}
#menu a span {
 float:left;
 display: block;
 background:url("images/button.gif") no-repeat right top;
 padding: 11px 12px 12px 6px;
 color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */

#menu a:hover {
 background-position:0% -41px;
}
#menu a:hover span {
 background-position:100% -41px;
}

#menu #current a {
 background-position:0% -41px;
}
#menu #current a span {
 background-position:100% -41px;
}


/*- Menu Tabs I--------------------------- */

#tabsI {
 float:left;
 width:100%;
 font-size:93%;
 line-height:normal;
 list-style-type:none;
 font-family; Tahoma;
}
#tabsI li {
 display:inline;
 margin:0;
 padding:0;
}
#tabsI a {
 float:left;
 background:url("images/button.gif") no-repeat left top;
 margin: 0;
 padding: 0 0 0 8px;
 text-decoration:none;
}
#tabsI a span {
 float:left;
 display: block;
 background:url("images/button.gif") no-repeat right top;
 padding: 11px 12px 12px 8px;
 color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span {float:none;}
/* End IE5-Mac hack */

#tabsI a:hover {
 background-position:0% -41px;
}
#tabsI a:hover span {
 background-position:100% -41px;
}

#tabsI #current a {
 background-position:0% -41px;
}
#tabsI #current a span {
 background-position:100% -41px;
}