/* Men Sx */
DIV#MPageContentSx ul
{
	list-style-type: square;
	margin-left: 25px;
	padding: 0px;
}
DIV#MPageContentSx ul li
{
	color: #ffffff;
	line-height: 25px;	 
	background-image: url(../images/BackGroundMenuElement.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
DIV#MPageContentSx ul li a
{
	color: #ffffff;	
	line-height: 25px;
	font-size: 11px;
	
}
DIV#MPageContentSx ul li a:hover
{
	color: #FFCC00;
	text-decoration: none;
}
/* Men Top */
DIV#MPageMenuTop ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
DIV#MPageMenuTop ul li
{
	display: inline-block;
	float: left;	
	height: 28px;
	width: 200px;
	text-align: center;
	color: #ffffff;
}
DIV#MPageMenuTop ul li a
{
	color: #666666;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
}
DIV#MPageMenuTop ul li a:hover
{
	color: #9b312e;
	text-decoration: none;
}

