div#menuone {
	height: 18px;
	clear: both;
	float: left;
	margin: 9px 0 0 0;	
	/* border-bottom: 1px solid #ccc; Add again for version 1.0 with menutwo tabs displayed */
	width: 500px;}

div#menutwo {
	display: none; /* remove for version 0.5, add for 1.0 perhaps */
	height: 18px;
	float: left;
	margin: 9px 0 0 0;	
	border-bottom: 1px solid #ccc;
	width: 720px; }

ul.tabs {
	height: 18px;
	padding: 0 1em 0 0; } 

ul.tabs li { 
	float: left;
	list-style: none;
	padding: 0 !important;
	line-height: 19px; /* Any lower and a 1px gap appears in Safari between tabs and bottom border on parent div */
	}

ul.tabs li a {
	padding: 1px 1.5em; /*A little weirdness with vertical alignment; compensated with ul.tabs */
	border-right: 1px solid #ddd;
	border-bottom: none;
	border-top: 1px solid #ddd;
	margin: 0 1px 0 0;
	background: #b9bfac; }

ul.tabs li a:hover {
	background: #D2D9C3; }

ul.tabs li.first_selected a, ul.tabs li.selected a, ul.tabs li.last_selected a {
	background: #fff;
	border-bottom: 1px solid #fff; }

ul.tabs li.first_selected a, ul.tabs li.first a {
	margin-left: 0em;
	border-left: 1px solid #ccc; }

ul.tabs li.first_selected a:hover, ul.tabs li.selected a:hover, ul.tabs li.last_selected a:hover {
	background: #fff; 
 }

/* Test shit for usability...delete later */ 
span.tabs_arrow {
	display: none;
	float: left;
	border-top: 9px solid #fff;
	border-right: none;
	border-bottom: 9px solid #fff;
	border-left: 9px solid #b9bfac;}

ul.breadcrumb {
	padding: 0;
	clear: both;
	margin: 0 1em 0 0;} 

ul.breadcrumb li {
	float: left;
	list-style: none; }

ul.breadcrumb li a {
	padding: 0 1.5em 2px 1.5em; /*A little weirdness with vertical alignment; compensated with ul.tabs */
	border-bottom: none;
	border-top: 1px solid #ddd;
	border-right: 1px solid #fff;
	background: #ddd;	}

ul.breadcrumb li a:hover {
	background: #eee; }

ul.breadcrumb_bottom {
	height: 18px;
	padding: 0 0 0 0;
	margin: 36px 0 0 0;
	border-left: 1px solid #ddd;} 

ul.breadcrumb_bottom li {
	float: left;
	list-style: none; }

ul.breadcrumb_bottom li a {
	padding: 0 1.5em 2px 1.5em; /*A little weirdness with vertical alignment; compensated with ul.tabs */
	border-bottom: none;
	border-top: 1px solid #ddd;
	border-right: 1px solid #fff;
	margin-bottom: 36px;
	background: #ccc; }

ul.breadcrumb_bottom li a:hover {
	background: #eee; }



