#menu {
	font-size: 1.1em;
	clear: none;
	float: left;
	color: #FFFFFF;
	position: relative;
	list-style-position: outside;
	margin-left: -35px;
	padding-top: 10px;
}
#menu ul {
	list-style: none;
	width: 180px;
	


}
#menu ul li{
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-color: #C3D5E1;
	padding: 4px;
	height: 20px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-bottom-style: dotted;



}
#menu .tab1 a {
	color: #FFFFFF;
}
#menu .tab1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#menu a:visited {
	color: #000000;
	text-decoration: none;
}
#menu a:active {
	color: #CCFFFF;
	font-weight: bold;
	text-decoration: none;
}
.tab1 {
	background-color: #FFFFFF;
	background-image: url(../images/tab1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.tab2 {
	background-color: #FFFFFF;
	background-image: url(../images/tab2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #000000;
}
.tab3 {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
