@charset "utf-8";
/* CSS Document */

body { 
	font-family:Arial, Helvetica, sans-serif; font-size:12px; background-image: url('/fleet-central/gf/2008Images/bg-body.gif'); margin:0px; padding:0px; 
}

#content { width: 970px; text-align: left; background-color:#ffffff; }

.main-menu {
	float: left;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	background: #D1D1D2 url('/fleet-central/gf/2008Images/bg-menu.gif') left top repeat-x;
}
.main-menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 40px; 
}
.main-menu ul li {
	display: inline;
}
.main-menu A {
	color: #000000;
	display: block;
	text-decoration: none;
	float: left;
	padding: 5px 15px 6px;
	margin: 1px 15px 0 1px;
}
.main-menu A:HOVER,
.main-menu LI.selected A {
	text-decoration: none;
	color: #002F6D;
	background: #A6A9B1 url('/fleet-central/gf/2008Images/bg-menu-hover.gif') left top repeat-x;
}
.vert-line-bg {
	clear: both;
	width: 100%;
	height: 4px;
	font-size: 1px;
	line-height: 0;
	background: url('/fleet-central/gf/2008Images/bg-vert-line-menu.gif') left top repeat-x;
}
