@charset "UTF-8";

#navcontainer {
	width: 190px;
	background-image: url(http://aerostatinc.com/Graphics/Layout/Header/Layout_Aerostat_r2_c1.jpg);
	height: 368px;
}

#navcontainer ul
{
	margin-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 0;
	margin-top: 0px;
}

#navcontainer a
{
	display: block;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-indent: 10px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.LeftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: none;

	color:
	clear: none;
	padding: 5px;
	text-align: right;
	text-indent: 10px;
}
.LeftNav a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;

	background-color:
	width: 200px;
	height: 23px;
	white-space: normal;
	text-decoration: none;
	color: #000000;
	padding: 5px;
}
.LeftNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width: 200px;
	height: 23px;
	white-space: normal;
	color: #000000;
	text-decoration: underline;
	padding: 5px;
}
.LeftNav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: none;
	width: 200px;
	height: 23px;
	white-space: normal;
	text-decoration: none;
	color: #000000;
	padding: 5px;
}
.LeftNav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width: 200px;
	height: 23px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	white-space: normal;
	text-decoration: none;
}

