#header {
	background:  #F99A40 url(navbar_repeat.gif) repeat-x top;
	float: none;
	font-size: 10px;
	text-transform: uppercase;
	width: 100%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header #current {
	background:  url(navbar_repeat_current.gif) repeat-x top;
}

#header #current a {
	color: #000000;
	background-image: url(navbar_repeat_current.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#header a {
	color: #243262;
	display: block;
	float: left;
	padding: 10px 10px 7px;
	text-decoration: none;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* #header a {
	background:  url("tab_bg.gif") no-repeat right top;
	color: #243262;
	display: block;
	float: left;
	padding: 9px 13px 8px;
	text-decoration: none;
	border-right-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-color: #49A5EA;
	border-left-color: #49A5EA;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
} \*/
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a {
	float: none;
}

#header li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#header ul {
	list-style: none;
	margin: 0;
	padding: 0px 10px 0;
}


#header a:hover { 
}

