﻿DIV.topMenu
{
	z-index: 1;
	height: 35px;
	background-color: #005802;
}
/* 
---------------------------------------------------------
MENU DEF. - Definitioner over base <div>
---------------------------------------------------------
*/

DIV.topMenuSpacer
{
	float: left;
	width: 10px;
	height: 35px;
}


label.searchLabel span
{
	color: #aaa;
	font-size: 10px;
	line-height: 14px;
	opacity: 1;
	white-space: nowrap;
	padding-top: 10px;
	padding-left: 10px;
	position: absolute;
	z-index: 5;
	-webkit-transition: opacity 0.2s ease-out;
}

INPUT.searchField
{
	height: 16px;
	width: 118px;
	margin: 0px 1px 4px 5px;
	padding: 3px 3px 1px 3px;
	border: inset 1px #005802;
	vertical-align: middle;
	position: relative;
	z-index: 2;
}

INPUT.searchButton
{
	height: 20px;
	width: 54px;
	margin:  0px 5px 2px 3px;
	border: 1px solid #fff;
	color: #fff;
	background-color: #20310c;
	cursor: hand;
}
TD.topMenuItem
{
	padding-top: 0px;
	vertical-align: top;
	text-align: center;
	height: 30px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.tmiOut
{
	height: 25px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.tmiOver
{
	height: 25px;
	padding-top: 10px;
	background-color: #5b5b5b;
	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: white;
}

