@charset "utf-8";

#navBar {
	list-style-type:none;
	width:230px;
	margin: 0px;
	padding: 0px;
	float: right;
	background-color: #FFFFFF;
	clear: right;
}
	
#navBar a {
	color:#CC3300;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}
	
#navBar .title{
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-align: left;
	height: 38px;
	padding: 0px;
	margin: 0px;
	width: 180px;
}

#navBar li .active{
	list-style-type: none;
	height: 23px;
	width: 180px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 12px;
	margin: 0px;
	text-indent: 36px;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 1px;
	color: #3C3C3C;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/submenu-on.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}	

#navBar li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
}

#navBar li a:link{
	display:block;
	color: #3C3C3C;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	width: 180px;
	background-image: url(../images/submenu-off.gif);
	background-repeat: no-repeat;
	height: 23px;
	text-indent: 36px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-position: center center;
	font-size: 12px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}

#navBar li a:visited{
	display:block;
	color: #3c3c3c;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	background-position: center;
	height: 23px;
	width: 180px;
	background-image: url(../images/submenu-off.gif);
	background-repeat: no-repeat;
	text-indent: 36px;
	font-size: 12px;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}

#navBar li a:hover{
	display:block;
	color: #009999;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	background-position: center;
	height: 23px;
	width: 180px;
	background-image: url(../images/submenu-on.gif);
	background-repeat: no-repeat;
	text-indent: 36px;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 1px;
	vertical-align: middle;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}

#navBar li a:active{
	display:block;
	color: #009999;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	background-position: center;
	height: 23px;
	width: 180px;
	background-image: url(../images/submenu-off.gif);
	background-repeat: no-repeat;
	text-indent: 36px;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 1px;
	vertical-align: middle;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
#navBar ul {
	list-style-type:none;
	width:180px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

