@charset "UTF-8";
/* CSS Document */

#newbrowser .menutable	{
		width:95%;
		border:1px solid #333;
		background: #fff;
		}
		
.menutable td	{
		margin:0;
		padding:3px;
		text-align:left;
		vertical-align:top;
		border-bottom: 1px solid #333;
		border-right: 1px solid #333;
		}
		
.menutable h3	{
		color:#306;
		font-size:1.2em;
		padding:0 0 5px 0;
		}