td.MainMenu
{
	vertical-align: top;
}
table.Menu
{
		
	background-image:url(../images/blue_block.gif);
	BACKGROUND-REPEAT: repeat-y;
	/*background-position: left;
	background-attachment:fixed;*/
}
tr.MenuTop
{
	height: 7px;
	background-image:url(../images/Menu_Top.gif);
}
tr.MenuBottom
{
	height:8px;
	background-image:url(../images/Menu_Bottom.gif);
}
td.MenuLeft
{
	
	BACKGROUND-IMAGE: url(../images/menu_verticalborder.gif); 
	BACKGROUND-REPEAT: repeat-y;
	background-position: left;
	background-attachment:fixed;
		
}
td.MenuRight
{
	BACKGROUND-IMAGE: url(../images/menu_verticalborder.gif); 
	BACKGROUND-REPEAT: repeat-y;
	background-position: right;
	background-attachment:fixed;
}
td.MenuTopLeft
{
	background-image:url(../images/menu_topleft.gif);
	background-repeat: no-repeat;
	background-position:top left;
	width:15px;
	
}
td.MenuTopRight
{
	background-image:url(../images/menu_topright.gif);
	background-repeat: no-repeat;
	background-position:top right;
	width:15px;
}
td.MenuTopMiddle
{
   background-image:url(../images/menu_topborder.gif);
   BACKGROUND-REPEAT: repeat-x;
}
td.MenuBottomLeft
{
	background-image:url(../images/menu_bottomLeft.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
}
td.MenuBottomMiddle
{
   background-image:url(../images/menu_topborder.gif);
   BACKGROUND-REPEAT: repeat-x;
   background-position:bottom;
}
td.MenuBottomRight
{
	background-image:url(../images/menu_bottomright.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
	/*99A5C2*/
}
td.MenuItem1
{
	color: #5275B5;
	font-size: 12px;
	font-weight:bold;
	padding-left:10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
}
td.MenuTitle
{
   font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 8pt;
	font-style: italic;
	padding-bottom:10px;
   
}
.MenuItem1link 
{
   text-decoration : none;
   color: #3979B5;
}
A.MenuItem1:visited 
{
   text-decoration : none;
   color: #5275B5;
}
A.MenuItem1:hover 
{
   text-decoration : none;
   color: #2969AD;
}

