

/**************************   USER CENTER MENU   ************************/
#userCenterMenu {
	background-color:white;
	color:white;
/*	display:inline;
	float:left;*/
	height:30px;
	padding:0;
/*	width:325px;*/
	width:249px;
	z-index:10;
	border-bottom:1px solid #999999;
}

#userCenterMenuContainer {
	float:left;
	display:inline;
	margin:0 0 20px;
/*	width:320px;*/
	width:590px;
}

#userCenterMenu .topmenu_link {
	z-index: 10;
	height: 30px;
	float: left;
	display: inline;	
	overflow: hidden;
}

#userCenterMenu .topmenu_link .innerbox{
	border-right:1px solid #8D8C8C;
	display:inline;
	float:left;
	height:16px;
	margin:7px 0;
	overflow:hidden;
	padding:0 4px;
	line-height:15px;	
}


#userCenterMenu .topmenu_link a {
	color:black;
	font-size:12px;
	font-weight:500;
	text-decoration:none;
}


#userCenterMenu .topmenu_link a:hover {
	color: red;
	text-decoration: underline;
}

#userCenterMenu .topmenu_link div ul li a:visited {
	text-decoration: none;
}

#userCenterMenu .topmenu_link.active {
}

#userCenterMenu .topmenu_link.active a {
	text-decoration: none;
	color: #CC6600;
	font-weight: bold;
}

#userCenterMenu .topmenu_link.active a:hover {
	text-decoration: underline;
}



/************ SUB MENUS          ************************/
#userCenterSubMenu {
/*	display:inline;
	float:left;*/
	height:30px;
	overflow:hidden;
	padding:0;
/*	width:325px;*/
	width:260px;
	z-index:10;
}

#userCenterSubMenu .topmenu_link {
	z-index: 10;
	height: 30px;
	float: left;
	display: inline;	
	overflow: hidden;
}

#userCenterSubMenu .topmenu_link .innerbox{
	border-right:1px solid #9A9999;
	display:inline;
	float:left;
	height:16px;
	line-height:15px;
	margin:8px 0;
	overflow:hidden;
	padding:0 4px;	
}


#userCenterSubMenu .topmenu_link a {
	color:#888888;
	font-size:12px;
	text-decoration:none;
}

#userCenterSubMenu .topmenu_link a:hover {
	text-decoration: underline;
}

#userCenterSubMenu .topmenu_link div ul li a:visited {
	text-decoration: none;
}

#userCenterSubMenu .topmenu_link.active a {
	text-decoration: none;
	color: #CC6600;
	font-weight: bold;
}

#userCenterSubMenu .topmenu_link.active a:hover {
	text-decoration: underline;
}

.lastLink {
	border-right: 0 !important;
}


