div#navLeft {
	float: left;
	width: 170px;
	height: 450px;
	margin-top: 20px;
	margin-left: 5px;
	padding: 5px 10px;
}
div#navLeft div#menuM {
	margin-top: 5px;
}

div#navLeft div#menuM ul {
	list-style: none;
	font-size: 9px;
	letter-spacing: 1px;
	margin: 0;
/*	border: 5px ridge red;*/
}
div#navLeft div#menuM li {
	text-decoration: none;
	margin-top: 0px;
	font-weight: bold;
	/*	padding-left: 5px;*/
/*	color: #FFF;*/
/*	font-size: 9px;*/
	text-align: center;
	background-repeat: no-repeat;
}
div#navLeft div#menuM a {
	text-decoration: none;
	font-size: 1.3em;
	display: block;
	color: #FFF;
	width: 166px;
	height: 27px;
	margin-top: 0px;
	padding-top: 9px;
	font-weight: bold;
/*	border: 1px solid green;*/
	/*	padding-left: 5px;*/
	background-image: url(../NewGraphics/UP%2012-4-09.jpg);
*/
	background-position: left top;
	background-repeat: no-repeat;
}
div#navLeft div#menuM a.smaller {
	font-size: 1.2em;
}
div#navLeft div#menuM a.current,
div#navLeft div#menuM a.current:hover{
	color: white;
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 3px;
	background-image: url(../NewGraphics/ACTIVE%2012-4-09.jpg);
}
div#navLeft div#menuM a:hover {
	color: white;
	width: 166px;
	height: 27px;
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 2px;
	background-image: url(../NewGraphics/OVER%2012-4-09.jpg);
*/
	background-repeat: no-repeat;
}
div#navLeft div#menuM a.smaller:hover {
	font-size: 1.4em;
}
li.nosub a{
	color:#FFF;
/*	background-image: url(../NewGraphics/140px%20button%20up.jpg);
	background-position: left top;
	background-repeat: no-repeat;*/
}
li.nosub a:hover {
	color: black;
/*	background-image: url(../NewGraphics/140px%20button%20over.jpg);*/
	background-repeat: no-repeat;*/
}
div#bottomright {
	float: right;
	height: 265px;
	width: 635px;
	border: 1px solid #000000;
/*	margin-left: 160px;*/
}

div.popup {
	position: absolute;
	background-color:#FFF;
	z-index: 10;
}
	
div.popup ul {
	margin-top: 0px;
	border: 1px solid black;
}

div.popup ul li {
	list-style: none;
	text-align: center;
	line-height: 1.7em;
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid black;
	background-color: #FFF;
}

div.popup ul li a {
	text-decoration: none;
	display: block;
	color: #000;
	height: 20px;
	width: 200px;
/*	font-size: 1em;*/
	padding-left: 4px;
}

.popup ul li a:hover {
	color: white;
	background-color: black;
	height: 18px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
/*	background: #030;*/
}
div.third {
	position: absolute;
	background-color:#FFF;
	z-index: 10;
}
	
div.third ul {
	margin-top: 0px;
	border: 1px solid black;
}

div.third ul li {
	list-style: none;
	text-align: center;
	line-height: 1.7em;
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid black;
	background-color: #FFF;
}

div.third ul li a {
	text-decoration: none;
	display: block;
	color: #000;
	height: 20px;
	width: 150px;
/*	font-size: 1em;*/
	padding-left: 4px;
}

.third ul li a:hover {
	color: white;
	height: 18px;
	background-color: black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
/*	background: #030;*/
}
div#navLeft div#login a.foot {
	font-size: .8em;
	display: block;
	width: 166px;
	height: 15px;
	margin-top: 0px;
	padding-top: 9px;
	font-weight: normal;
/*	border: 1px solid green;*/
	/*	padding-left: 5px;*/
	color: black;
	text-decoration:	underline;

	background: none;
/*	background-image: none;*/
}
div#navLeft div#login a {
	color: black;
}