	/*File: main.css
Stylesheet for Sevcon.
*/
div#background{
	width: 758px;
	height: 106px;
	background-repeat: no-repeat;
	background-position: 0px 10px;
	background-image: url('http://www.sevcon.com/Media/backdrop.gif');
	position: absolute;
	z-index:-1
	}
div#topmenu ul{
	padding-left : 4px; 
	margin-left: 20px;
	margin-top: 83px;
	margin-bottom:10px;
	}
div#topmenu ul li{
	display: inline;
	}
div#topmenu ul li a{
	padding-left: 0px;
	padding-right: 6px;
	color: #00467f;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	}
div#topmenu ul li a:hover{
	text-decoration: underline;
	color: #666;
	}
a {
	color: #003D6F;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	}
	
a:hover {
	color: #666;
	text-decoration:underline;
	}