#top_nav{
	height: 30px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#top_nav li{
	float: left;
	width: 97px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../images/nav-sep.png) top right repeat-y;
	cursor: pointer;
}

#top_nav li a{
	display: block;
	text-decoration: none;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}

#top_nav #tandc{
	width: 100px;
	background: none;
}

#top_nav li.parent1,
#top_nav li a:hover,
#top_nav li:hover,
#top_nav #tandc:hover{
	background-color: #D12F3B;
}

.plus #top_nav li.parent1,
.plus #top_nav li a:hover,
.plus #top_nav li:hover,
.plus #top_nav #tandc:hover{
	background-color: black;
}

#top_nav li ul{
	position: absolute;
	visibility: hidden;
	text-align: left;
	float: left;
	background-color: #939393;
	width: 93px;
	padding: 0px;
	margin: 0px;
}

#top_nav li ul li{
	float: left;
	height: auto;
	display: inline;
	background: none;
	line-height: 27px;
	width: 93px;
}

#top_nav li ul .li1{
	background-color: #DD656E;
}

#top_nav li ul .li2,
#top_nav li ul #abroad{
	background-color: #5F5E5F;
}

#top_nav li ul .li1 a:hover{
	background-color: #D12F3B;
}

#top_nav li ul .li2 a:hover,
#top_nav li ul #abroad a:hover{
	background-color: black;
}

#top_nav li ul li a{
	color: #fff;
	line-height: 25px;
	font-size: 14px;
	font-weight: normal;
}

#top_nav #tandc ul,
#top_nav #tandc ul li{
	width: 100px;
}


