/* Menu CSS for MTnet */

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

.menu {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	background: #000000 url(../images/menu/background.gif) top left repeat-x;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li {
	float: left;
	margin: 0;
	/*padding: 0px;*/
	background: transparent url(../images/menu/button.gif) top left no-repeat;
}

.menu ul li a {
	display: block;
	height: 35px;
	padding-left: 25px;
	padding-top: 0px;
	float: left;
	font-family: verdana,tahoma;
	font-size: 70%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.menu ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 10px;
	padding-right: 25px;
	background: transparent url(../images/menu/button.gif) top right no-repeat;
	cursor: pointer;
}
/* End menu */

.menu.search { float:right; }

/*  Gray hover */
.menu.over ul li a:hover,
.menu.over ul li.highlight a {
	background: transparent url(../images/menu/highlight.gif) top left no-repeat;
}
.menu.over ul li a:hover span.menu_ar,
.menu.over ul li.highlight a span.menu_ar {
	background: transparent url(../images/menu/highlight.gif) top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
}

.search {
float: right;
padding-right:5px;
padding-top:5px;
}

.searchfield {
background-color: #ffffff;
color: #000000;
border: 1px solid #49771d;
font-size: xx-small;
font-family: arial;
font-style: normal;
}

.searchbutton {
background-color: #dddddd;
color: #000000;
font-size: xx-small;
font-family: arial;
font-style: normal;
}

.button {
    border: 1px solid #49771d;
    background: #efefef;
    color:#7a7a7a;
    font-family:verdana,tahoma;
}
.button:hover {
    border: 1px solid #6b6b6b;
    background: #fff;
