a.menu {
	padding: 4px 5px 3px 10px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
a:hover.menu {
	text-decoration: none;
	background-color:#F50247;
	color:#ffffff;
}
a:hover.submenu {
	text-decoration: none;
	background-color:#F50247;
}
ul.menu  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	z-index:100;
}
ul.menu li{
	margin: 0px;
	padding: 0px;
	width: 200px;
}

ul.menu a  {
	background-color: #fff;
	border-bottom:1px solid #F50247;
	color:#333;
	display: block;
	width: 100px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	width: 200px;
}
ul.menu a:hover { 
	background-color: #F50247;
	border-bottom:1px solid #F50247;
	text-decoration: none;
	color:#fff;
	width: 200px;
}
#LiveChat {
	position:absolute;
	width:140px;
	height:60px;
	z-index:6;
	left: 821px;
	top: 131px;
}
.new-menu{
	width:100%;
	border-bottom: 1px solid #fff;
	background:#333333;
	float:left;
	text-align:center;
}
.new-menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
.new-menu ul li{
	margin:0;
	padding:0;
	float:left;
	line-height:20px;
	padding:0 20px 0 20px;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	border-right: 1px solid #ffffff;
}
.wdt{
	width:110px;
}
.nc{
	color:#ffffff;
}