

.primary-nav, .primary-nav ul { 
   list-style: none; 
	}

#menu .primary-nav li { 
	float: left; 
	}

#tabs .primary-nav li { 
	float: right; 
	}


#menu a {
	display: block;
	font-weight: bold;
	float: left;
	height: 25px;
	padding: 8px 40px 0 40px;
	color: #eee;
	border-right: 1px solid #232322;
	}
	
#menu a:hover {
	color: #01cef3;
	}

#menu a.first {
	margin-left: 150px;
	padding-left: 0;
	padding-right: 0;
	}

#menu a.selected {
	background: url(../img/bg_menu_selected.gif) repeat-x top left;
	}
	
#tabs a {
	display: block;
	float: left;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	width: 129px;
	height: 24px;
	padding: 6px 0 0 15px;
	margin-right: 1px;
	background: url(../img/tab.gif) no-repeat top left;
	}

#tabs a:hover {
	color: #01cef3;
	}
	
#tabs a.selected {
	background: url(../img/tab_selected.gif) no-repeat top left;	
	}	

#tabs a:hover.selected {
	color: #FFF;
	}

