@charset "utf-8";
/* CSS Document */



body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/bkground.jpg);
}
a:link , a:visited{
	color: #8E6E0F;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-weight: bold;
	color: #DBB02F;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	border-bottom-width: 1px;
}
a img, a:hover img {
	background-color: #FFF;
	font-weight: normal;
	color: #FFF;
	border: 0px none #FFF;
	text-decoration: none;
}


h3 {
	color: #006;
}

#top {
	background-image: url(img/faddedtruss.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	height: 121px;
	background-color: #FFF;
}


#header {
	background-image: url(img/lbrspecLogo.gif);
	background-repeat: no-repeat;
	height: 121px;
	text-indent: 250px;

}


#content {
	margin-left: 175px;
	width: 700px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#sidebar {
	float: left;
	width: 165px;
	clear: left;
	padding-top: 30px;
}
#footer {
	vertical-align: bottom;
	clear: both;
	background-color: #DBB02F;
	margin: 2px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	color: #000;
}

#mylist {
	width:700px;
	margin:auto;
}


#mylist ul {
	list-style:none;
	background-color: #CCC;
	padding: 0;
	margin: 0px;
	position:relative;
	zoom:1;
}


#mylist li {
	margin:0;
	padding-right: 25px;
	padding-left: 35px;
}

#mylist ul li {
	float:left;
	cursor:default;
	background-color:#ccc;
	text-decoration:none;
	zoom:1;
}

#mylist ul li ul {
	visibility:hidden;
	position: absolute;
	z-index: 6000;
	top: 1.1em;
	clear:both;
}

#mylist ul li ul li {
	float:none;
	margin-left: -35px;
	zoom:1;
	display:block;
	height:100%;
}



#mylist ul li:hover ul {
visibility:visible;
display:block
}

#disclaimer {
	font-size: smaller;
	text-decoration: none;
}
