﻿#navlist
{
padding: 1px;
margin-left: 0;
font: 11px verdana, sans-serif;
width: 145px;
color: gray; }

#navlist li
{
list-style: none;
margin: 0px;
border-left:0;
border-bottom: 1px gray solid;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.3em 0.1em 0.3em 0.5em;
text-decoration: none;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #696969; }

#navlist li a:hover
{
font-weight:bold;
color: #ffffff;
background: #696969;
border-left: 3px #000000 solid;
}
/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}


/* Contact Element (standard and customized HTML) */

form.contactElement textarea,
form.contactElement input,
form.contactElement select {
	width:98%;
	margin:4px 0;
}
form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
	min-width:50%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
}

