
	/* MENUS.CSS */
	
	
	DIV#divMenuBar
{
	background-color: #cc0000;
}
	TABLE#tblMenuBar TD
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 0px;
	cursor: default;
	color: white;
	padding-top: 0px;
	font-family: Verdana, Arial, Sans-Serif;
}
	TABLE#tblMenuBar TD.clsMenuBarItem
{
	font-weight: bold;
	cursor: pointer;
}
	DIV.clsMenu
{
    padding-right: 5px;
    border-top: white 1px solid;
    padding-left: 8px;
    font-size: 8pt;
    visibility: hidden;
    padding-bottom: 5px;
    width: 220px;
    padding-top: 5px;
    font-family: Verdana, Arial, Sans-Serif;
    position: absolute;
    background-color: #cc0000;
    border-bottom: white 1px solid;
    border-left: white 1px solid;
    border-right: white 1px solid;
}
	DIV.clsMenu A
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
	DIV.clsMenu A:hover
{
	color: moccasin;
}

	BUTTON
{
	font-size: 100%;
	font-family: tahoma;
}