﻿.menu
{
    background: url('images/background_nav_main.gif') repeat-x;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 45px;
}

/* The menuPopup style */
.menuPopup 
{
	border-bottom: none;
	width: 40px;      
}

/* The menuItem style */
.menuItemBlack td{
	height: 15px;
	width: 120px;
	text-align: center;
}

/* The menuItem a:hover */
.menuItemBlack a:hover{
	text-decoration: underline;
	cursor: pointer;
}

/* The menuPopupItemBlack style */
.menuPopupItemBlack{
	background: url('images/background_nav_main.gif') repeat-x;
	border-bottom: 1px solid Black;
	padding: 3px;
	width: 100%;
}

/* The menuItemBlack style */
.menuItemBlack a:link, .menuItemBlack a:visited, 
.menuPopupItemBlack a:link, .menuPopupItemBlack a:visited 
{
	color: White;
	text-decoration: none;
}

