/*TOP MENU*/
.MenuString, .MenuString:visited
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
	cursor :hand;
	text-decoration:none;
}
.MenuString:hover
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10px;
	font-weight : bold;
	color : #EA0437;
	cursor :hand;
	text-decoration:none;
}
.MenuStringSelected,.MenuStringSelected:hover,.MenuStringSelected:visited
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10px;
	font-weight : bold;
	color : #EA0437;
	cursor :hand;
	text-decoration:none;
}
.HeaderMenuItem
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	padding-left : 11px;
	padding-right : 11px;
	height:20px;
}
/*TOP MENU*/
/*TOP BOTTOM MENU*/
.MenuStringBottom, .MenuStringBottom:visited
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10px;
	font-weight : bold;
	color : #434343;
	cursor :hand;
	text-decoration:none;
}
.MenuStringBottom:hover
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10px;
	font-weight : bold;
	color : #EA0437;
	cursor :hand;
	text-decoration:underline;
}
.MenuStringBottomSelected,.MenuStringBottomSelected:hover,.MenuStringBottomSelected:visited
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10px;
	font-weight : bold;
	color : #EA0437;
	cursor :hand;
	text-decoration:none;
}
.HeaderMenuItemBottom
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 12px;
	font-weight : bold;
	color : #434343;
	text-decoration:none;	
	padding-left : 2px;
	padding-right : 2px;
	height:32px;
}
/*TOP BOTTOM MENU*/
/*TOP BOTTOM MENU LANG*/
.MenuStringLang, .MenuStringLang:visited
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10px;
	font-weight : bold;
	color : #EA0437;
	cursor :hand;
	text-decoration:none;
}
.MenuStringLang:hover
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
	cursor :hand;
	text-decoration:none;
}
.HeaderMenuItemLang
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 12px;
	font-weight : bold;
	color : #EA0437;
	text-decoration:none;	
	padding-left : 3px;
	padding-right : 3px;
	height:30;
}
/*TOP BOTTOM MENU LANG*/
/****************RIGHT MENU**************************/
.rightMenuMainBG
{
	height:17px;
	background-color:#7AA4BD;
	border-bottom-width : 1px;
	border-bottom-color : #B4B3B3;
	border-bottom-style:solid;
}
.rightMenuMainLink, .rightMenuMainLink:visited
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10px;
	font-weight:bold;
	color : white;
	text-decoration:none;
}
.rightMenuMainLink:hover
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10px;
	font-weight:bold;
	color : #3E677E;
}
.rightMenuSelected,.rightMenuSelected:hover,.rightMenuSelected:visited
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10px;
	font-weight:bold;
	color : #3E677E;
}
.rightMenuChildBG
{
	height:17px;
	width:249px;
	background-color:#8ABBD8;
	border-bottom-width : 1px;
	border-bottom-color : #DCDCDC;
	border-bottom-style:solid;
}
.rightMenuChildLink, .rightMenuChildLink:visited
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10px;
	font-weight:bold;
	color : white;
	cursor :hand;
	text-decoration:none;
}
.rightMenuChildLink:hover
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10px;
	font-weight:bold;
	color : #3E677E;
}
/****************RIGHT MENU**************************/
