.menuTableItem, .menuTableItemSub
{
	width: 190px;
	background-color: rgb(250,246,235);
	border-bottom: 1px solid black;
	height: 20px;
}

.menuTableItem		{ padding-left: 10px; }
.menuTableItemSub	{ padding-left: 22px; }

.menuTable
{
	
}

.contentTable
{
	width: 950px;
	background-color: white;
	
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: black;
}

.logoCell
{
	width: 200px;
	height: 130px;
	vertical-align: middle;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-color: white; 
}

.verticalCrossTop
{
	background-color: rgb(211,220,160);;
	width: 26px;
	padding: 0px;
	
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: black;
}

.topRow
{
	width: 724px;
	/*background-color: rgb(243,242,221);*/
	background-color: rgb(250,246,235);
	vertical-align: top;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.horizontalCross
{
	background-color: rgb(211,220,160);
	height: 26px;
	padding: 0px;
	text-align: left;
	
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: black;
}

.horizontalCrossInner
{
	color: rgb(127,140,28); 
	font-weight: bold;
	padding-left: 10px;
}

.horizontalCrossInnerRight
{
	color: rgb(127,140,28); 
	font-weight: bold;
	padding-right: 10px;
}

.menuCell
{
	width: 200px;
	height: 650px;
	vertical-align: top;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-color: white; /*rgb(233,235,223);*/
}

.menuCellInner
{
	/*padding: 14px 4px 4px 14px;*/
}

.verticalCrossBottom
{
	background-color: rgb(211,220,160);; 
	width: 26px;
	padding: 0px;
	
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: black;
}

.contentCell
{
	width: 726px;
	vertical-align: top;
	text-align: left;
	padding: 0px;
	margin: 0px;
	/*background-color: rgb(233,235,223);*/
	
	background-color: rgb(252,251,236);
	background-color: white;
	
}

.innerContent
{
	padding: 20px;
}

a.menuItem, a.menuItem:link, a.menuItem:active
{
	font-size: 12px;
	font-weight: bold;
	color: rgb(174,11,9);
	text-decoration: none;
}

a.menuItem:hover, a.menuItemSel, a.menuItemSel:link, a.menuItemSel:active, a.menuItemSel:hover
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: underline;		
}

a.menuItemSub, a.menuItemSub:link, a.menuItemSub:active
{
	font-size: 10px;
	font-weight: normal;
	/*padding-left: 12px;*/
	color: rgb(174,11,9);
	text-decoration: none;
}

a.menuItemSub:hover
{
	font-size: 10px;
	font-weight: normal;
	/*padding-left: 12px;*/
	color: black;
	text-decoration: underline;		
}

a.menuItemSubSel, a.menuItemSubSel:link, a.menuItemSubSel:active
{
	font-size: 10px;
	font-weight: bold;
	/*padding-left: 12px;*/
	color: black;
	text-decoration: none;		
}

a.menuItemSubSel:hover
{
	font-size: 10px;
	font-weight: bold;
	/*padding-left: 12px;*/
	color: black;
	text-decoration: underline;		
}

a.menuItem, a.menuItem:link, a.menuItem:active, a.menuItem:hover, 
a.menuItemSel, a.menuItemSel:link, a.menuItemSel:active, a.menuItemSel:hover,
a.menuItemSub, a.menuItemSub:link, a.menuItemSub:active,a.menuItemSub:hover,
a.menuItemSubSel, a.menuItemSubSel:link, a.menuItemSubSel:active, a.menuItemSubSel:hover
{
	
	color: rgb(6,53,105);
}
