#hat form, #welcome {
	float: right;
	margin-top: 22px;
	margin-right: 42px;
}
	#hat form td, #welcome td {
		font-size: 11px;
		color: #b2b2b2;
		border: solid white 4px;
	}
	td.ico-username {
		width:17px;
		background: white url(/images/ico-username.gif) 0% 0% no-repeat;
	}
		#hat input[type = "text"], #hat input.text, #hat input[type = "password"], #hat input.password {
			width: 119px;
			height: 13px;
			padding: 2px;
			font-size: 10px;
			color: black;
			border: none;
			background: transparent url(/images/bg-enter.gif) 0% 0% no-repeat;
		}
    	#hat input[type = "submit"], #hat input.submit {
			width: 62px;
			height: 17px;
			border: none;
			padding: 0px;
			background: white url(/images/btt-enter.gif) 0% 0% no-repeat;
			cursor: pointer;
		}
    	#hat input[type = "submit"].search, #hat input.search {
			width: 95px;
			height: 17px;
			border: none;
			margin: 0px 0 0 0px;
			background: white url(/images/btt-search.png) 0 0px no-repeat;
			cursor: pointer;
		}

    	#hat input[name = "search_string"] {
            float: left;
		}

#hat form a, #welcome a {
	font-size: 11px;
}

/* ==== */

#menu_divisions {
	padding: 0px;
	margin: 18px 220px 0px 30px;
	list-style: none;
	position: relative;
	background: transparent;
}
	#menu_divisions li {
		display: inline;
		height: 24px;
		padding: 0px;
		margin: 0px 10px;
	}
		#menu_divisions li a {
			border-bottom: solid white 4px;
			text-decoration: none;
			color: #5e5e5e;
			font-weight: bold;
		}
		#menu_divisions li a:hover {
			border-bottom-color: #ffc700;
		}
#logo {
	position: relative;
	width: 195px;
	height: 64px;
	left: 35px; top: 18px;
	background: white url(/images/logo.gif) 0% 0% no-repeat;
}