@charset "utf-8";
/* CSS Document */
h1{
	font-size:24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#333;
}
h2{
	font-size:18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#333;
}
h3{
	font-size:16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#333;
}
h4{
	font-size:14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#333;
}
#NavigationA{
	height:40px;
}
#NavigationB{
	clear:right;
}
#NavigationC{
	clear:right;
}
#NavigationA UL {
	margin:0px;
	list-style:none;
	float:right;
}
#NavigationA UL LI{
	float:left;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
}

#NavigationC UL {
	margin:0px;
	list-style:none;
	float:right;
}
#NavigationC UL LI{
	float:left;
	background-color:#d9d9d9;
	padding-top:3px;
	padding-bottom:1px;
	padding-left:6px;
	padding-right:6px;
}
#NavigationA UL LI a{
	color: #999;
	text-decoration: none;
}
#NavigationA UL LI a:HOVER{
	color: #000;
	text-decoration: none;
}
#IconHome{
	background-image:url(../common/icon_home.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:13px;
}
#IconSiteMap{
	background-image:url(../common/icon_sitemap.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:13px;
}
#IconContact{
	background-image:url(../common/icon_contact.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:15px;
}

#NavigationC UL LI a{
	padding-left:16px;
	background-image:url(../common/arrow_links_off.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #333;
	text-decoration: none;
}
#NavigationC UL LI a:HOVER{
	padding-left:16px;
	background-image:url(../common/arrow_links_on.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #000;
	text-decoration: none;
}
.SwitcherOn{
	padding-left:16px;
	background-image:url(../common/arrow_links_on.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #000;
	text-decoration: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
/*
#NavigationB UL {
	margin:0px;
	list-style:none;
	float:right;
}
#NavigationB UL LI{
	float:left;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
}
#NavigationB UL LI a{
	color: #8c8c8c;
	text-decoration: none;
	
}
#NavigationB UL LI a:HOVER{
	color: #000;
	text-decoration: none;
}
*/
