/* *******************************************************/
/* Working the Doors                                     */
/* Navigation CSS File                                   */
/* Lee Jeffery - Techniweb.co.uk                         */
/* *******************************************************/

#nav-wrapper {
	margin: 0px 0px 0px 0px;
	text-align:center;
}

#menu {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	height: 38px;
	background: #000000;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#end {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	height: 38px;
	background: #ffffff url(../images/right.gif) no-repeat right;
}

#menu ul {
	margin-left: 25px; /*margin between first menu item and left browser edge*/
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
}

#menu a {
	float: left;
	text-align:center;
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	margin: 0 15px 0 0; /*Margin between each menu item*/
	padding: 12px 5px;
	background-color: #000000;
}

#menu a:hover {
	background-color: #000000; 
	color: #f01d40;
}

#menu #current a { /*currently selected tab*/
	background-color: #000000;
	color: #cccccc; 
}

