﻿@charset "UTF-8";

body { 
	margin-top: 0px;
}
div.banner {
	height: 100px;
	background: url(../images/tech_banner_small.png);
	background-repeat: no-repeat right 0px;
}
.mobile_break {
	display: block;
}
.nav_menu_top {
	display: none;
}
.nav_menu_bottom {
	margin-bottom: 0px;
}

li.end_nav {
	height: 15px;
}
div.nav_menu {
	font-size: 19px;
	border-top: none;
	margin: 0px;
	padding-top: 20px;
}
.nav_menu ul {
	list-style-type: none;
	padding-left: 0px;
}
.nav_menu a {
	display: block;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 9px;
	border: 1px solid black;
	border-radius: 8px;
	text-align: center;
}
div.nav_menu ul li {
	border-left: none;
	border-right: none;
	display: block;
	padding: 5px 30px 5px 30px;
}
.nav_menu ul li a {
	color: white;
	background-color: steelBlue;
	text-decoration: none;
}
.nav_menu ul li a:hover {
	color: black;
	background-color: lightBlue;
}
.nav_menu ul li.start_nav{
	border-right: none;
	border-left: none;
	display: none;
}
.nav_menu ul li.end_nav{
	border-left: none;
	border-right: none;
}



