@charset "UTF-8";
/* CSS Document */

#topnav
{
	font-size:14px;
	font-weight:bold;
	color:#333;
	background-position: top right;
	background-repeat:no-repeat;
	margin-left: auto; margin-right: auto;
	height:110px;
	width:865px;
	padding-right:0px;
}


#topnav  a:hover 
{
	color:#96C;
}
#topnav  a:active
{
	color:#FFF;
}




.lavaLamp ul
{
	list-style: none;


}

.lavaLamp li
{
	float: left;
	
	list-style: none;
	
}

.lavaLamp li a
{
	/*height: 6em;*/
	line-height: 2em;
	float: left;
	width: 8.8em;
	display: block;
	color: #CCC;
	text-decoration: none;
	text-align: left;
	padding-left: 0.5em;
	padding-bottom:0.5em;
	/*background-color:#191919;
	background-image: url(background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;*/
}


.lavaLamp li span
{
	line-height: 1em;
	float: left;
	display: block;
	color: #999;
	text-decoration: none;
	text-align: ;
	border: 0;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}

/* Hide from IE5-Mac \*/
.lavaLamp li a:hover
{
float: none;
text-decoration: none;
}
/* End hide */


