/* CSS Document */

#SiteMapHeading {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	color: #4e4e4e;
	background-image: url(../images/bullet-01-blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#SiteMapHeading a {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #4e4e4e;
}

#SiteMapHeading  a:hover{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #ff0000;
}

#bullet_II {
	height: auto;
	width: auto;
	padding-left: 30px;
}

#bullet_III {
	height: auto;
	width: auto;
	padding-left: 15px;
}

#bulletpoints{
	width:500px;
	margin-top: 3px;
}

.bulletpointsmenu {
	list-style-type: none;
	margin-bottom: 0px;
	padding: 0;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	color: #478BAD;
}

.bulletpointsmenu li{
	padding-bottom: 1px;
}
.bulletpointsmenuli a{
	color: #478bad;
	display: block;
	padding-left: 14px;
	text-decoration: underline;
	background-image: url(../images/desin_bullet_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}
.bulletpointsmenuli a:hover{
	color: #FD0001;
	display: block;
	padding-left: 14px;
	text-decoration: underline;
	background-image: url(../images/desin_bullet_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}