@charset "UTF-8";
/* CSS Document */



/*-------------------- top nav --------------------*/



#top_nav {
	background: url(images/top_menu/top_nav_bg.gif) no-repeat;
        width 870px;
        height: 105px;
        }

#top_nav_links {
        color: #90278e;
        text-align: right;
        margin: 0 20px 0 0;
        padding: 48px 0 0 0;
        }

#top_nav_links a {
        color: #90278e;
        text-decoration: none;
        }

#top_nav_links a:hover {
        color: #00a5a3;
        }

#top_nav_menu {
        width: 500px;
        height: 20px;
        margin: 0 0 0 375px;
        padding: 0px;
        }

#top_nav_menu a * {
	display: none;
	}
	
#top_nav_menu li {
	display: inline;
	position: relative;
	}
	
#top_nav_menu a {
	float: left;
	display: block;
	height: 20px;
	margin: 0 12px 0 0;
	}
	
#top_nav_menu li.over a {
	background-position: 0 -20px;
	}
	
#top_nav_menu .none a:hover {
	background-position: 0 -20px;
	}
	
#tn_hg {
	width: 83px;
	background: url(images/menu_hardgoods.gif);
	}

#tn_sg {
	width: 78px;
	background: url(images/menu_softgoods.gif);
	}

#tn_team {
	width: 90px;
	background: url(images/menu_team.gif);
	}

#tn_who {
	width: 64px;
	background: url(images/menu_who.gif);
	}

#tn_news {
	width: 38px;
	background: url(images/menu_news.gif);
	}

#tn_contact {
	width: 62px;
	background: url(images/menu_contact.gif);
	}
	
	
	



