﻿@Media Screen
{
	table.Menu
	{
		width: 250px;
		border-spacing: 0px;
}
}
	
A.Menu 
{
	font-size: 11pt;
	font-family:Arial;
	color: #262271;
	font-weight: bold;
	text-decoration: none;

}
A.Menu1
{
	font-size: 10pt;
	font-family:Arial;
	color: #262271;
	font-weight: normal;
	text-decoration: none;

}
A.Menu2 
{
	font-size: 10pt;
	font-family:Arial;
	color: #262271;
	font-weight: normal;
	text-decoration: none;
	font-style:italic;
}
A.Menu3 
{
	font-size: 10pt;
	font-family:Arial;
	color: #262271;
	font-weight: normal;
	text-decoration: none;
	font-style:italic;

}
A.Menu:link
{
	color: #262271;
	
}
A.Menu:visited
{
	color: #262271;

}

A.Menu:active
{
	color: white;
}

 A.Menu:hover
{
	color: White;
}
 A.Menu1:hover
{
	color: White;
}
 A.Menu2:hover
{
	color: White;
}
 A.Menu3:hover
{
	color: White;
}

A.MenuS
{
	font-size: 11pt;
	font-family:Arial;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
A.Menu1S
{
	font-size: 10pt;
	font-family:Arial;
	color: white;
	font-weight: normal;
	text-decoration: none;
}
A.Menu2S
{
	font-size: 10pt;
	font-family:Arial;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-style:italic;
}
A.Menu3S
{
	font-size: 10pt;
	font-family:Arial;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-style:italic;
}


TD.Menu
{
	background: url('Image/icoMenu.gif');
	padding-left:25px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
TD.Menu1
{
	background: url('Image/icoMenu2.gif');
	padding-left:35px;
	height: 20px;
	font-weight:normal ;
	background-repeat: no-repeat;
	background-position: 20px 7px;
}
TD.Menu2
{
	background: url('Image/icoMenu2.gif');
	padding-left:45px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 30px 7px;
}
TD.Menu3
{
	/*background: url('Image/icoMenu.gif');*/
	padding-left:55px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 10px 7px;
	font-style:italic;
}


