div#bottomNavWrapper
{
	clear:both;
	margin-top:10px;
	width:800px;
	height:145px;
	font-size:8pt;
	background:url('../images/bottomnav_1.png') no-repeat;
}

ul#bottomNav
{
	margin:0px;
	padding:0px;
	height:30px;
}

ul#bottomNav li,
ul#bottomNav li.default
{
	width:160px;
	float:left;
	text-align:center;
	line-height:25px;
	color:#fff;
	font-size:8pt;
	cursor:hand;
}

div#bottomNavWrapper div.show
{
	display:block;
	padding:10px;
	padding-top:0px;
	margin:0px;
}

div#bottomNavWrapper div.show strong
{
	margin-top:10px;
}

div#bottomNavWrapper div.show ul
{
	list-style:disc;
	margin-left:20px;
	margin-top:5px;
}

div#bottomNavWrapper div.hide
{
	display:none;
}

ul#bottomNav li.current
{
	color:#000;
}

div#bottomNavWrapper img.icon
{
	position:relative;
	right:-10px;
	_right:-13px;
	float:right;
}