	#bottommenu {
		width: 940px;
		height:1.4em;
		position:relative;
		top:4px;
	}
	
	#bottommenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
	}
	
	#bottommenu ul li:hover
	{
		text-decoration:underline;	
	}
	
	#bottommenu a, #menu h2 {
	display: block;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	}
	
	#bottommenu li 
	{
		position: relative;
		z-index:100000;
		vertical-align:middle;
		height:1.6em;
		padding-left:10px;
	}