@charset "utf-8";
/* CSS Document */

/*top_navigation starts*/
#top_nav {
	width:980px;
	height:34px;
}
.home {
	width:85px;
	height:34px;
	float:left;
	background-image:url(images/buttons/home.gif);
	background-repeat:no-repeat;
}
.home:hover {
	width:85px;
	height:34px;
	float:left;
	background-image:url(images/buttons/home_1.gif);
	background-repeat:no-repeat;
}
.home_selected {
	width:85px;
	height:34px;
	float:left;
	background-image:url(images/buttons/home_1.gif);
	background-repeat:no-repeat;
}
.our_guides {
	width:113px;
	height:34px;
	float:left;
	background-image:url(images/buttons/our_guides.gif);
	background-repeat:no-repeat;
}
.our_guides:hover {
	width:113px;
	height:34px;
	float:left;
	background-image:url(images/buttons/our_guides_1.gif);
	background-repeat:no-repeat;
}
.our_guides_selected {
	width:113px;
	height:34px;
	float:left;
	background-image:url(images/buttons/our_guides_1.gif);
	background-repeat:no-repeat;
}
.special_offers {
	width:140px;
	height:34px;
	float:left;
	background-image:url(images/buttons/special_offers.gif);
	background-repeat:no-repeat;
}
.special_offers:hover {
	width:140px;
	height:34px;
	float:left;
	background-image:url(images/buttons/special_offers_1.gif);
	background-repeat:no-repeat;
}
.special_offers_selected {
	width:140px;
	height:34px;
	float:left;
	background-image:url(images/buttons/special_offers_1.gif);
	background-repeat:no-repeat;
}
.about_us {
	width:103px;
	height:34px;
	float:left;
	background-image:url(images/buttons/about_us.gif);
	background-repeat:no-repeat;
}
.about_us:hover {
	width:103px;
	height:34px;
	float:left;
	background-image:url(images/buttons/about_us_1.gif);
	background-repeat:no-repeat;
}
.about_us_selected {
	width:103px;
	height:34px;
	float:left;
	background-image:url(images/buttons/about_us_1.gif);
	background-repeat:no-repeat;
}
.community {
	width:109px;
	height:34px;
	float:left;
	background-image:url(images/buttons/community.gif);
	background-repeat:no-repeat;
}
.community:hover {
	width:109px;
	height:34px;
	float:left;
	background-image:url(images/buttons/community_1.gif);
	background-repeat:no-repeat;
}
.community_selected {
	width:109px;
	height:34px;
	float:left;
	background-image:url(images/buttons/community_1.gif);
	background-repeat:no-repeat;
}
#search {
	width:102px;
	height:34px;
	float:left;
	background-image:url(images/buttons/search.gif);
	background-repeat:no-repeat;
}
#search_box {
	width:210px;
	height:34px;
	float:left;
	background-image:url(images/buttons/bg.gif);
	background-repeat:repeat-x;
	padding-top: 6px;
}
#go {
	width:96px;
	height:34px;
	float:left;
	background-image:url(images/buttons/bg.gif);
	background-repeat:repeat-x;
}
#right_border {
	width:22px;
	height:34px;
	float:right;
	background-image:url(images/buttons/right_border.gif);
	background-repeat:no-repeat;
}
