﻿
#profile #profileMenu
{
	width: 160px;
	height: 480px;
	background-color: #f0f0f0;
}

#profile #profileContent
{
	margin-left: 10px;
	width: 585px;
}

#profile #box_title
{
	background-image: url(/big5/images/box_top1.jpg);
	background-repeat: no-repeat;
	height: 35px;
	padding: 5px;
	font-size: 16px;
	color: Yellow;
	font-weight: bold;
}

#profile #profileMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#profile #profileMenu li
{
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #8da3b0;
}

#profile #profileMenu li a
{
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: White;
	border-left: solid 6px blue;
	background-color: #8da3b0;
	line-height: 200%;
	border-bottom: solid 1px white;
	padding: 0 0 0 5px;
}

#profile #profileMenu li a:hover
{
	background-color: #aac0cd;
	border-left: solid 6px Yellow;
}
