/*
********************************************************************************
		top navigation
********************************************************************************
*/
#tabs {
float:right;
}
#tabs ul {
margin:0;
padding:0px 0px 0 0px;
list-style:none;
}
#tabs li {
display:inline;
margin:0;
padding:0;
}
#tabs a {
float:left;
background:url("../images/tableft.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabs a span {
float:left;
display:block;
background:url("../images/tabright.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#FFF;
font-weight:bold;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span, #tabs .selected span {
color:#FFF;
background-position:100% -42px;
}
#tabs a:hover, #tabs .selected {
background-position:0% -42px;
}
#tabs a:hover span, #tabs .selected span {
background-position:100% -42px;
}

#nav {
	float:right;
}
#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav ul li {
    display:inline;
	margin:0;
	padding:0;
	float: left;
	height:20px;
}
#nav a {
    display: block;
    font-weight: bold;
	font-size: 14px;
	padding:5px;
    margin-right: 4px;
    color: #FFFFFF;
	text-decoration:none;
}
#nav a:hover, #nav a:active, #nav a:focus, #nav a.selected {
	background:#392347;
}