/* Menu Specific ID's/Classes */

#menu
	{
	color: #2e2e2e;
	display: table;
	font: 12px arial;
	text-transform: uppercase;
	margin: 0px auto;
	position: absolute;
	  margin-left: 3px;
	  margin-top: -12px;
	width: 100%;
	z-index: 1;
	}

.menubutton
	{
	background: url('../img/rsc/button.gif') center;
	float: left;
	height: 24px;
	text-align: center;
	width: 96px;
	}

.menubutton a:link, .menubutton a:visited
	{
	color: #2e2e2e;
	text-decoration: none;
	}

.menubutton:hover
	{
	text-decoration: underline;
	}

.menufiller
	{
	border: 0px;
	float: left;
	}

.menuedge
	{
	border: 0px;
	float: left;
	}

.paddiv
	{
	padding-top: 4px;
	}

#bridge
	{
	position: absolute;
	  margin-top: 12px;
	  margin-left: 98px;
	z-index: -1;
	}
