@charset "utf-8";
#inner_navigation ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#inner_navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#inner_navigation a {

	display:block;
	float:left;
	font-size: 14px;
	text-decoration: none;
	padding-right: 19px;
	padding-left: 19px;
	padding-bottom: 8px;
	padding-top: 5px;
	color: #FFFFFF;
}
#inner_navigation a:hover{
	color: #003570;
}
.home:hover{
	background-image: url(../image/btn_bg/homepage.gif);
	background-repeat: no-repeat;
}
.news:hover{
	background-image: url(../image/btn_bg/news.gif);
	background-repeat: no-repeat;
}
.buying:hover{
	background-image: url(../image/btn_bg/buying.gif);
	background-repeat: no-repeat;
}
.alliance:hover{
	background-image: url(../image/btn_bg/alliance.gif);
	background-repeat: no-repeat;
}
.testimonials:hover{
	background-image: url(../image/btn_bg/testimonials.gif);
	background-repeat: no-repeat;
}
.downloads:hover{
	background-image: url(../image/btn_bg/downloads.gif);
	background-repeat: no-repeat;
}
.faq:hover{
	background-image: url(../image/btn_bg/faq.gif);
	background-repeat: no-repeat;
}
.links:hover{
	background-image: url(../image/btn_bg/links.gif);
	background-repeat: no-repeat;
}
.contact:hover{
	background-image: url(../image/btn_bg/contact.gif);
	background-repeat: no-repeat;
}
.home_insection{
	display:block;
	float:left;
	background-image: url(../image/btn_bg/homepage.gif);
	background-repeat: no-repeat;
	padding-right: 19px;
	padding-left: 19px;
	padding-bottom: 8px;
	padding-top: 5px;
	color: #003570;
}
.news_insection{
	background-image: url(../image/btn_bg/news.gif);
	background-repeat: no-repeat;
}
.buying_insection{
	background-image: url(../image/btn_bg/buying.gif);
	background-repeat: no-repeat;
}
.alliance_insection{
	background-image: url(../image/btn_bg/alliance.gif);
	background-repeat: no-repeat;
}
.testimonials_insection{
	background-image: url(../image/btn_bg/testimonials.gif);
	background-repeat: no-repeat;
}
.downloads_insection{
	background-image: url(../image/btn_bg/downloads.gif);
	background-repeat: no-repeat;
}
.faq_insection{
	background-image: url(../image/btn_bg/faq.gif);
	background-repeat: no-repeat;
}
.links_insection{
	background-image: url(../image/btn_bg/links.gif);
	background-repeat: no-repeat;
}
.contact_insection{
	background-image: url(../image/btn_bg/contact.gif);
	background-repeat: no-repeat;
	
}
#inner_footer ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#inner_footer li {
	display: inline;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#inner_footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#inner_footer a:hover{
	color: #000000;
	text-decoration: underline;
}
.focus_menu li{
	display: inline;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.focus_menu ul{
	display: inline;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.focus_menu a{
	background-repeat: no-repeat;
	color:#003570;
	display:block;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
}
.focus_menu a:hover{
	background-image: url(../image/bg_submenu.gif);
}

