﻿.left
{
	clear: both;
	width: 209px;
	float: left;
	background-image: url(/images/userCenter/left_bg.gif);
}
.left .new
{
	color: Red;
}
.left .head
{
	clear: both;
	width: 209px;
	float: left;
	height: 13px;
	background-image: url(/images/userCenter/left_head.gif);
	overflow:hidden;
}
.left .line
{
	clear: both;
	width: 209px;
	height: 1px;
	background-image: url(/images/userCenter/left_line.gif);
	overflow:hidden;
}
.left .menuList
{
	clear: both;
	width: 209px;
}
.left .menuList .menu
{
	clear: both;
	float: left;
	padding-left: 5px;
	width: 26px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	padding-top: 15px;
}
.left .menuList .list
{
	float: left;
	width: 178px;
}
.left .menuList .list UL
{
	margin: 0px;
	padding: 0px;
}
.left .menuList .list UL LI
{
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 0px;
	background-image: url(/images/userCenter/left_menu_link_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 50px;
	height: 20px;
}

.left .menuList .list UL LI.active
{
	list-style-type: none;
	background-image: url(/images/userCenter/left_menu_link_active_bg.gif);
	padding-top: 8px;
	padding-bottom: 2px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #6ED4F2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6ED4F2;
	padding-left: 50px;
	height: 20px;
}

.left .menuList .list UL LI.active A
{
	color: #FF3300;
	font-size: 14px;
	font-weight: bold;
}

.left .bottom
{
	clear: both;
	width: 209px;
	background-image: url(/images/userCenter/left_bottom.gif);
	height: 15px;
}

