/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/padding.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */
#menu {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding: 0;
	background: #425E90;
}
#menu ul {
	padding: 0;
	list-style: none;
	display: table;
	white-space: nowrap;
	margin: 0 auto;
	font-size: 85%;
}
#menu li {
	display: table-cell;
	margin: 0;
	padding: 0;
    border-right: 1px solid #000000;
}
#menu li.first {
    border-left: 1px solid #000000;
}
#menu a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.4em 0.65em;
	background: #425E90;
}
#menu a:hover {
	cursor: pointer;
	color: #000000;
	background: #D8DEE9;
} 
