/* CSS Document */

body {
	background-image: url(../images/bg_racks.png);
	background-color: #D0E8E8;
	color:			  #222222;
}
td, th, div
	{
		color:					#222222;
	}
a.footerlinks:link, a.footerlinks:visited {color: #222222; text-decoration:none;}
a.footerlinks:hover, a.footerlinks:focus {color: #CC0000; text-decoration:underline;}
a.right_nav:link, a.right_nav:visited {color: #ffffff; text-decoration:none; font-weight: bold;}
a.right_nav:hover, a.right_nav:focus {color: #ffffff; text-decoration:underline; font-weight: bold;}
#dropmenudiv{
position:absolute;
border:1px solid #309A98;
border-bottom-width: 0;
font:normal 10px arial, helvetica, sans-serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #3167C7;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #DEC900;
}

.bottomlinks a
	{
		text-decoration:		none;
		color:					#0E0116;
		font-weight: bold;
	}
	
	.bottomlinks a:hover
	{
		text-decoration:		none;
		color:					#B4C8EB;
	}