/* This document is specific to items found on all pages */


/* Theese elements remove underlining and set the normal and hover color for default links across the site */
a  {
   text-decoration: none;
   color: #FFFFFF;
}

a ins  {
   text-decoration: none;
}

a:hover {
	color:#01357E;
}

/* The menutext class manages the appearance and behavior of the main menu items */
.menutext {
   font: bold 13px/16px Tahoma; 
   padding-left:20px;
   padding-right:20px;
   display:inline;
   color:#FFFFFF;
   letter-spacing:1px;
}

.menutext a {
	color:#FFFFFF;
}

.menutext:hover, .menutext a:hover {
	color:#01357E;
	cursor:pointer;
}

/* The active class applies color to any text it is applied to, and is used to denote the active menu category 0D5C9A */
.active a,
.active {
	color:#01357E;
}

/* The submenutext class manages the appearance and behavior of the sub-menu items */
.submenutext {
	display:block;
	line-height:22px;
	font-size:11px;
}

/* This manages the size and position of the container div holding all menu items */
#menuitems {
	visibility: visible;
	position: absolute;
	height:auto;
	top: 72px;
	left: 64px;
	z-index: 4;
	width:950px;
	font: bold 13px/16px Tahoma;
	color:#FFFFFF;
	letter-spacing:1px;
}

/* These properties manage the position and appearance of the sub-menus */
#technologysubmenu,
#productsubmenu {
	position:absolute;
	height: auto;
	top: 96px;
	width: auto;
	background-color:#61c100;
	opacity: 0.9;
	filter:alpha(opacity=90);
	z-index:9;
	visibility:hidden;
	padding-top:5px;
	padding-bottom:10px;
}

#productsubmenu {
	left: 136px;
}

#technologysubmenu {
	left: 268px;
}

/* This element manages the position and appearance of the micfil logo on all pages */
#micfillogo a {
	background: url(subpagemedia/micfillogo.jpg) no-repeat;
	visibility: visible;
	position: absolute;
	left: 51px;
	top: 8px;
	z-index: 2;
	width: 400px;
	height: 49px;
}

html, body  {
   padding: 0px;
   margin: 0px;
   background-color: #FFFFFF;
}
