/* Subnav CSS Style */
#navcontainer {
	width: 163px;
	text-align: left;
	padding: 0px;
	margin:0px; 
}
#navcontainer ul{
	width: 163px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#navcontainer a{ 
	display: block;
	width: 140px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#navcontainer a:link, #navlist a:visited{
	color: #999999;
	text-decoration: none;
}
#navcontainer a:hover{
	color: #FF9900;
}
td.NavTop{
	margin:0px;
	padding:0px;
	height: 8px;
	width: 164px;
	background-image: url(../images/bg-nav-top.gif);
	background-position: top;
	background-repeat: no-repeat;
}
td.NavBottom{
	margin:0px;
	padding:0px;
	height: 5px;
	width: 164px;
	background-image: url(../images/bg-nav-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
td.NavMiddle{
	margin:0px;
	padding:0px;
	width: 163px;
	height: 219;
	border-left: solid 1px #666666;
	background-image: url(../images/bg-nav-right.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #ffffff;
}
td.MainNav{
	margin:0px;
	padding:0px 0px 0px 10px;
	width: 163px;
	height: 125;
	border-left: solid 1px #666666;
	background-image: url(../images/bg-nav-right.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #ffffff;
}
a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.footer:visited {
	color: #999999;
	text-decoration: none;
}
a.footer:hover {
	color: #FF9900;
	text-decoration: none;
}
a.footer:active {
	color: #666666;
	text-decoration: none;
}

