body{
margin-left:0;
margin-right:0;
margin-top:0;
background: url(../bg.jpg) repeat-x #660000;
background-attachment:fixed;
}

#bgimage{
	width:auto;
	height: auto;
	background:#999999;
	margin:0;
}

#container {
	width:700px;
	height: /*28px*/2em;
	background:#999999;
	text-align: left;
	margin: 0;
	font-size:14px
}

#nav ul{
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	height:20px;
	background: #999999;
	font-weight: bold;
	padding: 0;
	border: solid #ffffff;
	border-width: 2px 0;
	margin: 0 0 2em 0;
	font-family:"Courier New", Courier, mono;
}

#nav {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: #3d3d3d;
	font-weight: bold;
	padding: 0;
	border: solid #ffffff;
	border-width: 2px 0;
	margin: 0 0 2em 0;
	font-family:"Courier New", Courier, mono;
}

#nav a {
	display: block;
	width: auto;
	color: #ffffff;
	text-decoration:none;
	padding: 0.25em 1.5em;
}

#nav a:hover {
	color:#990000;
}

#nav li {
	float: left;
	width: auto;
	padding:0 0 0 1.5em;
	background: url(../menuImages/boltBlack.gif) 21px center no-repeat;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12em;
	font-weight: normal;
	border-width: 2px;
	margin: 0 0 0 -1.5em;
}

#nav li li {
	padding-left: 1.5em;
	width: 10.5em;
}

#nav li ul a {
	width:10.5em;
	background: url(../menuImages/boltGrey.gif) center left no-repeat;
}

#nav li ul a:hover{
	background: url(../menuImages/boltOver.gif) center left no-repeat;
	color:#990000;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul{
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #CCCCCC url(../menuImages/boltOver.gif) 21px center no-repeat;
}