﻿.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;
    padding: 2px 0px 1px 0px;
    /* height: 45px; */
}

/* The menuItem style */
.menuItemBlack {
	height: 25px;
	background: url('images/background_nav_main_b.gif') repeat-x; 
}

.menuItemPopupHover,
.menuItemHover
{
	background: url('images/background_nav_main.gif') repeat-x; 
}

.menuItemBlack td{
	width: 160px;
	text-align: center;
	padding: 2px 0px 3px 0px;
	vertical-align: middle;
}

/* The menuItem a:hover */
.menuItemBlack a:hover{
	text-decoration: none;
	cursor: pointer;
}

/* The menuPopupItemBlack style */
.menuPopupItemBlack {
	/* this breaks hover, but works for multi submenus... */
	background: url('images/background_nav_main_b.gif') repeat-x; 
	padding: 3px; 
	width: 100%;
	height:20px;
    border: solid 1px red;
}

.menuPopupItemBlack td {
	background: none;
}

/* The menuItemBlack style */
.menuItemBlack a:link, .menuItemBlack a:visited, 
.menuPopupItemBlack a:link, .menuPopupItemBlack a:visited 
{
	color: White;
	text-decoration: none;
	background: none;
	height: 20px
}

/* The menuPopup style */
.menuPopup 
{
	/* this breaks the multi submenus background but works with hover... */
		/* background: url('images/background_nav_main_b.gif') repeat-x;  */

	/* border-bottom: none; */
	/* height: 16px; */
}
