﻿
#menu-table
{

	margin-top: 18px;
	width: 600px;
	/*border-collapse: collapse;*/
}

.banner-table
{
	width:100%;
}

.home-cell
{
	width: 150px; 
	height: 145px;
	cursor: pointer;
}

.menu-cell
{
	padding-left: 5px; 
	padding-top: 0px;
}

.top-menu-cell
{
	padding: 3px;	
	text-align: left;
	/*border: 1px solid #333;*/
}

.sub-menu-popup
{
	position: absolute;
	display: block;
	padding-left: 1px;
	padding-top: 2px;
	background: transparent url(../images/submenu2.gif) no-repeat;
	background-position: left top;
}

.sub-menu-item
{
	display: block;
	text-align: left;
	font-size: 8pt;
}

.top-menu-link
{
	font-family: Arial;
	color: #555;
	text-decoration: none;
	font-size: 9pt;
	background: transparent url(../images/menushade3.gif) no-repeat;
	background-position: left bottom;
	display: block;
	height: 20px;
	font-weight: bold;
	padding-left: 6px;
	padding-bottom: 4px;
}

.top-menu-link:hover
{
	font-family: Arial;
	color: #6daedf;
	text-decoration: none;
	font-size: 9pt;
	background: transparent url(../images/menushade3.gif) no-repeat;
	background-position: left bottom;
	display: block;
	height: 20px;
	font-weight: bold;
	padding-left: 6px;
	padding-bottom: 4px;
}

.sub-menu-item
{
	font-family: Arial;
	color: #555;
	text-decoration: none;
	font-size: 8pt;
	padding: 1px 0;
	white-space: nowrap;
	font-weight: bold;
	padding-left: 6px;
}

.sub-menu-item:hover
{
	font-family: Arial;
	color: #6daedf;
	text-decoration: none;
	font-size: 8pt;
	padding: 1px 0;
	white-space: nowrap;
	font-weight: bold;
	padding-left: 6px;
}







.bottom-right
{
	color: #444;
}

.bottom-right a
{
	color: #444;
	text-decoration: none;
	padding: 0 2px;
}

.bottom-right a:hover
{
	color: #6daedf;
	text-decoration: none;
	padding: 0 2px;
}


.bottom-text
{
	font-size: 9pt;
	color: #444;
}

