/* CSS Document */

#navigation
{
	display: table;
	border-spacing: 0;
	border-collapse: collapse;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	float:right;
}

#navigation ul
{
	display: table-row;	
	list-style-type:none;
}

#navigation ul li
{
	display: table-cell;	
	text-align:center;	
	float:left;
}

#navigation a
{
	display:block;
	text-decoration:none;
	background:url(../images/menu_off.jpg) no-repeat;
	height:18px;
	color:#29a9b0;
	font-size:14px;
	padding-top:4px;
	width:95px;
	height:19px;
	margin-left:2px;
}

#navigation a:hover
{
	color:#fff;
	background:url(../images/menu_on.png) repeat-x;
}

#navigation a.menuon
{
	color:#fff;
	background:url(../images/menu_on.png) repeat-x;	
}
