@charset "utf-8";
#navbar2  a:link {
	text-decoration: none;
	text-transform: lowercase;
	display: inline;
	color: #999999;
}
#navbar2  a:visited {
	text-transform: lowercase;
	color: #999999;
	text-decoration: none;
}
#navbar2  a:hover {
	text-transform: lowercase;
	color: #CCCCCC;
	text-decoration: none;
}

#navbar_container {
	width: 200px;
	height: auto;
}
#navbar_top    {
	width: 100%;
	background-image: url(../Images/NavBar2_bar.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 3px;
}
#navbar_main   {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #000000;
	background-image: url(../Images/NavBar2_BG.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	padding: 10px;
	margin: 0px;
}
#navbar_bottom   {
	height: 3px;
	width: 100%;
	background-image: url(../Images/NavBar2_bar.gif);
	margin: 0px;
	background-repeat: no-repeat;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#navbar_footer {
	font-size: 12px;
}
