﻿DIV.topMenu
{
	z-index: 1;
	height: 25px;
	background-color: #00492A;
	
	border-top: 1px solid #00492A;
	border-left: 1px solid #00492A;
	border-right: 1px solid #00492A;
	width: 1024px;
}
/* 
---------------------------------------------------------
MENU DEF. - Definitioner over base <div>
---------------------------------------------------------
*/

DIV.topMenuSpacer
{
	float: left;
	width: 10px;
	height: 20px;
}

INPUT.searchField
{
	height: 16px;
	width: 118px;
	margin: -4px 1px  4px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #CCC;
	vertical-align: top;
	position: relative;
	z-index: 2;
	background: #EEE;
	background-image: url('images/search_icon.gif');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 18px;
}

INPUT.searchButton
{
	height: 20px;
	width: 54px;
	margin: 0px 5px 2px 3px;
	border: 1px solid #fff;
	color: #000;
	background-color: #cccccc;
	cursor: hand;
}
TD.topMenuItem
{
	padding-top: 0px;
	vertical-align: middle;
	text-align: center;
	height: 20px;
	color: black;
	font-weight: bold;
	cursor: pointer;
}

.tmiOut
{
	height: 30px;
	padding-top: 5px;
	margin-top:-3px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.tmiOver
{
	height: 30px;
	padding-top: 5px;
	margin-top:-3px;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	background-position: top;
}

TD.topMenuItem A:link, TD.topMenuItem A:active, TD.topMenuItem A:visited, TD.topMenuItem A:hover
{
	text-decoration: none;
	color: black;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:normal;
	color:White;
}


