/* Style Sheet for site with top menu bar */

/******************************************************************************************
 Add the following items to the site specific css file to allow custom colors and width.
		.menu
		{
			background-color: #dedede;
			width: 700;
		}
		
		a.menuItem, a.menuItem:visited
		{
			color: #0000ff;
		}
		
		a.menuItem:hover,
		a.menuItemSelected, a.menuItemSelected:hover, a.menuItemSelected:visited
		{
			color: White;
		}
********************************************************************************************/

form {margin:0;padding:0;}

.menu
{
	left: 10px;
}

.menuRow
{
	height: 22px;
	vertical-align: middle;
}

.menutd
{
  text-align: center;
  width: 5%;
}

a.menuItem, a.menuItem:hover, a.menuItem:visited,
a.menuItemSelected, a.menuItemSelected:hover, a.menuItemSelected:visited
{
	padding-top: 4px;
	text-decoration: none;
}

a.menuItem, a.menuItem:hover,
a.menuItemSelected
{
	font: 11px Verdana;
	height: 22px;
	text-align: center;
}

a.menuItemSelected
{
	font-weight: bold;
}


