#LeftMenu
{
	width: 205;
	background-color: #5196b0;
	overflow: hidden;
}

#MenuSearchContent
{
	position: relative;
	top: 11px;
	width: 205px;
	height: 46px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.MenuSearch
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 14;
	text-decoration: none;
}

.LeftMainItem
{
	background-color: #96bbce;
	color: #144b60;
	width: 205;
	height: 100%;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.LeftMenuItem
{
	background-color: #5196b0;
	color: #144b60;
	width: 100%;
	height: 22;
	font-family: Verdana;
	font-size: 2;
	padding-top: 4px;
	padding-bottom: 4px;
}

#MenuItem ul 
{ 
	background-color: #5196B0; 
	margin: 0px; 
	padding: 0px; 
	float: left; 
	width: 100%; 
	list-style-type: none; 
} 

#MenuItem ul li 
{ 
	display: inline; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	width: 100%;
} 

#MenuItem ul li a
{
	padding-left: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	float: left;
	width: 100%;
	color: #ffffff;
	background-color: #5196b0;
	text-decoration: none;
} 

#MenuItem ul li a:hover 
{ 
	background-color: #3C7B92; 
	color: #ffffff; 
	width: 100%;
}
.CulturalLabel
{
	background-color: #ffffff;
	color: #144b60;
	height: 100%;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10;
}
.CulturalLabelMessage
{
	background-color: #ffffff;
	color: #990000;
	height: 100%;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10;
}
.CulturalTitle
{
	background-color: #ffffff;
	color: #144b60;
	height: 100%;
	font-family: Verdana;
	font-weight: bold;
	font-size: 15;
}
.CulturalRegulation
{
	background-color: #ffffff;
	color: #144b60;
	height: 100%;
	font-family: Verdana;
	font-size: 12;
}
.CulturalSubmit
{
	background-color: #5196b0;
	height: 18px;
	font-family: Verdana;
	font-size: 10;
	font-weight: bold;
}