﻿table.menu
{
	width:950px;
	height:32px;
	border: none 0px;
}
table.menu tr
{
	/*
	width:950px;
	height:36px;
	border: solid 1px blue;	
	*/
}
table.menu td
{
	/*
	border-right:solid 1px #f4d056;
	border-left:solid 1px #f9e6a6;
	*/
	/*border: solid 1px red;*/
	vertical-align:bottom;
}
table.menu a
{
	/*padding:5px 9px 5px 8px;*/
	display:block;
	background:#f9e6a6;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	border-right:solid 1px #f4d056;
	border-left:solid 1px #f9e6a6;
	height:22px;
	text-align:center;
	padding-top:5px;
}
table.menu a.menuitem:hover
{
	/*padding:5px 9px 10px 8px;*/
	background:#f4cd45;
	border-left:solid 1px #f4d056;
	/*height:32px;*/
	padding-top:4px;
	padding-bottom:6px;
}
table.menu a.selected
{
	/*padding:5px 9px 10px 8px;*/
	background:#f4d056;
	border-left:solid 1px #f4d056;
	/*height:32px;*/
	padding-top:4px;
	padding-bottom:6px;
}

div#newmenu
{
	position:absolute;	
	left:0px;
	bottom:0px;
	background:#333333;
}