﻿

img.topMenuItem
{
	border : 0;
	margin-left: 7;
	margin-right: 5;
	vertical-align: middle;
}

td.topMenuItem
{
	padding-left: 6;
	vertical-align: middle;
}

td.menuItem
{
	height : 29px;
	background-image : url(img/menuBack.gif);
	background-repeat : repeat-x;
	padding-left : 10px;
	padding-right : 10px;
	color: #FFFFFF; 
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: bold;
	cursor : hand;
	text-align : left;
}

td.itemSeparator
{	
	width : 1px;
	background-image : url(img/itemSeparator.gif);
}

.menuLevel2Normal
{
	padding-left : 10px;
	padding-right : 10px;
}

.menuLevel2Selected
{
	padding-left : 10px;
	padding-right : 10px;
	background-image : url(img/activeItem.gif);
	background-repeat : no-repeat;
}

.menuArea
{
	background: #D9EEF3;
	border-right: #008eb0 1px solid;
	border-top: #008eb0 1px solid;
	border-left: #008eb0 1px solid;
	border-bottom: #008eb0 1px solid;
}

A.topMenuItem:link,
A.topMenuItem:visited,
A.topMenuItem:active
{
	color: #005077;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight:normal;
}

A.MenuItem:link,
A.MenuItem:visited,
A.MenuItem:active
{
	color: #015279;
	text-decoration:none;
	font-family: Arial;
	font-size: 10pt;
	font-weight:normal;
}

A.MenuItem:hover
{
	color: #000000;
	text-decoration:none;
	font-family: Arial;
	font-size: 10pt;
	font-weight:normal;	
}

A.HeadMenuItem:link,
A.HeadMenuItem:visited,
A.HeadMenuItem:active
{
	color: #ffffff;
	text-decoration:none;
	color: #FFFFFF; 
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: bold;
}

