#menu {
	margin: 15px 0 0 0;
	border: 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 0;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding: 0;
}

#menu li span {
	margin: 0;
	background: transparent;
	border: 0;
	border-right: 1px dotted #cccccc;
	padding: 0 9px 0 5px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #87c500;
}

#menu li.myshop span {
	border-right-color: #ffffff;
}


#menu li a {
	text-decoration: none;
	color: #bcc0c5;
	white-space: nowrap;
}

#menu li a:visited {
	color: #bcc0c5;
}

#menu li a:hover {
	color: #5c96bf;
}

#menu li#focus a {
	text-decoration: none;
	color: #bcc0c5;
}

#menu li#focus a:visited {
	color: #bcc0c5;
}

#menu li#focus a:hover {
	color: #5c96bf;
}

#menu li#focus span {
}

#menu strong {
/*
	color: #818285;
*/
	text-transform: none;
}

#menu li#focus strong {
	color: #87c500;
	text-transform: none;
}


#menu a:hover strong {
	color: #5c96bf;
}

