/* CSS Document */

	body{
		background: #FFF url(../images/navBack.gif)	repeat-x;
		margin:0;
		padding:0;
		font-size: 12px;
		line-height: 14px;
		font-family: Helvetica, sans-serif;
	}
	
#navbar {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		list-style: none;
		margin:0;
		padding: 10px 0 10px 20px;
	}


 #navbar ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}


	
 #navbar li {
 	display: block;
		float: left;
		position: relative; /* added */
		text-align: left;
		padding: 0 0 0 10px;
		width: 130px;
		/* border-right: solid 1px #a1a1a1; */
		text-transform:uppercase;
		cursor: default;
	}



 li ul {
		display: none;
		position: absolute;
		
		width: 140px;
		/* added */
		left: 0; 
		/* left: -999em;  remove */
		background-color:#d6d6d6;
		border-top: solid 1px #d6d6d6;
		border-bottom: solid 1px #a1a1a1;
		border-left: solid 1px #a1a1a1;
		border-right: solid 1px #a1a1a1;
		padding:0;
		padding-top: 15px;
		/* z-index:99; */
	}

 li> ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

 li:hover ul,  li.over ul { /* lists nested under hovered list items */
	display: block;
}

	#envelope{
		/* width: 780px; */
		border-bottom: solid 1px #999999;
		position:absolute;
		top: 60px;
		left:20px;
		padding: 0 20px 20px 0;
	}

/*  added */
 #navbar a {
		 color: #333333;
		 text-decoration:none;
		 display: block;
		 width: 130px;
	}
	#navbar a:hover {
		 color: #990000;
	}
	#navbar li ul li{
	padding: 5px 0 2px 10px;
	font-size:12px;
	border-right: none;
	text-transform: none;
	}
	#navbar li a {
	display: block;
	font-weight: normal;
}

	#navbar li li a {
	display: block;
	font-weight: normal;
}
/*end */
a {
		color:#000000;
		text-decoration: underline;
	}
	a:hover{
		color:#990000;
	}
	h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:20px;
		font-weight:normal;
		letter-spacing: .01em;
		padding: 0;
		border-bottom: solid 1px #999999;
		padding:0 0 5px 0;
	}
	h2 {
		font-family: Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		letter-spacing: .05em;
	}
	.adminTable{
		border: solid 1px #a1a1a1;
		background-color: #ededed;
		padding:0;
		margin-bottom:10px;
	}
	.adminTable td{
		border-left: none;
		border-right: none;
		border-top: solid 1px #f6f6f6;
		border-bottom: solid 1px #a1a1a1;
		padding: 4px 0 4px 10px;
		vertical-align: middle;
		text-align:left;
	}
	.adminTable td img{
		margin-right: 10px;
	}
	tr.header{
		background-color: #d6d6d6;
		height: 30px;
	}
	td.labelColumn{
		width: 100px;
		vertical-align: top;
	}
	input.EditButton {
		float:right;
		margin:5px;
	}
	input.DeleteButton {
		float:right;
		margin:5px;
	}
	td.date{
		width: 100px;
	}