@charset "UTF-8";
/* CSS Document */

/*
	TOP MENU CSS
	------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
...
...
[if lt IE 6]>
<style>
#menu li ul a, #menu .rightMost {width:101px;}
</style>
<![endif]
[if gte IE 7]>
<style>
#menu {padding-bottom:10px;}
</style>
<![endif]

*/

#menu {
	position: relative;
bottom: 0;
left: 238px;
}
#menu li {
	float:left;
	list-style: none;
}
#menu a {
	display:block;
	color:#FFF8F1;
	height:20px;
	padding:4px 5px;
	margin:2px;
	border-right:0;
	text-align:left;
	position: relative;
	margin-right:30px;
	text-transform:uppercase;
}
#menu a:hover {background:#F30;text-decoration:none;}
