﻿@charset "UTF-8";

#MenuBar .Menu_Button		{ padding-bottom:5px; background-image:url(button_n.gif); background-repeat:no-repeat; }
#MenuBar .Menu_Button a	{
	display:block;
	width:192px;
	height:50px;
	line-height:46px;
	color:white;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	padding-left:2px;
}
#MenuBar .Menu_Button a:link		{ background-image:url(button_n.gif); background-repeat:no-repeat; }
#MenuBar .Menu_Button a:visited		{ background-image:url(button_n.gif); background-repeat:no-repeat; }
#MenuBar .Menu_Button a:hover		{ background-image:url(button_u.gif); background-repeat:no-repeat; }
#MenuBar .Menu_Button a:focus		{ background-image:url(button_u.gif); background-repeat:no-repeat; }
#MenuBar .Menu_Button a:active		{ background-image:url(button_u.gif); background-repeat:no-repeat; }
#MenuBar .Menu_Button a td {
	vertical-align:middle;
	padding:5px 25px 10px 10px;
	width:192px;
	height:35px;
	cursor:pointer;
}
