/* CSS Document */

body {
	background-color: #3366FF;
}

#header {
float:left;
width:100%;
font-size:93%;
line-height:normal;
}

#header ul {
margin:0;
padding:10px 10px 0;
list-style:none;
}

#header li {
float:right;
margin:0;
padding:0;
}

#header li {
float:right;
background:url("images/tab_left_off.png")
no-repeat left top;
margin:0;
padding:0 0 0 9px;
}

#header a {
float:right;
display:block;
background:url("images/tab_right_off.png")
no-repeat right top;
padding:5px 15px 5px 6px;
text-decoration:none;
font-weight:bold;
color:#000000;
}

#header a:hover {
text-decoration:underline;
font-weight:bold;
color:#660000;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header #current {
background-image:url("images/tab_left_on.png");
}

#header #current a {
background-image:url("images/tab_right_on.png");
padding-bottom:5px;
}