#MenuTable {
	margin-top:14px;
	width:187px;
	margin-left:8px;
}

#menu 
{
    height: 700px;
    min-height:700px;
}

#underMenu 
{
    margin:10px 0px 0px 10px; 
    width:184px; 
    overflow:hidden;
}

#LeftMenu 
a {
		color:#444444;
}
.menuLeftCol 
{
	border-color:#CACACA;
	border-width:1;
	border-left-style: solid; 
	border-left-width: 1; 
	border-bottom-style: solid; 
	border-bottom-width: 1; 
	text-align:center;
	vertical-align:middle;
	width:8;
}

.menuRightCol 
{
	border-color:#CACACA;
	border-right-style: solid; 
	border-right-width: 1; 
	border-bottom-style: solid; 
	border-bottom-width: 1; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	width:150;
	height:20;
}


.menuLeftColSpacer
{
	border-color:#CACACA;
	border-width:1;
	border-left-style: solid; 
	border-left-width: 1; 
	width:8;
	height:1;
}

.menuRightColSpacer
{
	border-color:#CACACA;
	border-right-style: solid; 
	border-right-width: 1; 
	width:162;
	height:1;
}

.menuTopRow 
{
	border-color:#CACACA;
	border-bottom-style: solid; 
	border-bottom-width: 1; 
}

.menuLevel1Row
{
	background-color:#0C3C85;
}

.menuLevel2Row
{
	background-color:#3C6CA5;
}

.menuLevel2Row 	.menuRightCol
{
	padding-left:10;
}

.menuLevel3Row
{
	background-color:#4C6Ca5;
}
.menuLevel3Row 	.menuRightCol
{
	padding-left:20;
}

.activeLinkLevel1, .LinkLevel1:hover,
.activeLinkLevel2, .LinkLevel2:hover,
.activeLinkLevel3, .LinkLevel3:hover
 {
	text-decoration:underline;
	color:#59A6F7;
}

.LinkLevel1 {
	text-decoration:none;
	color:#FFFFFF;
}

.LinkLevel2 {
	text-decoration:none;
	color:#FFFFFF;
}

.LinkLevel3 {
	text-decoration:none;
	color:#FFFFFF;
}



#Search {
	padding-left: 3;
	font-size: 11px;
	height: 18;
	margin-bottom: 4;
	margin-left: 8;
	border-width: 1;
	border: 1 solid #3F6B96;
	color: #0D0D59;
	width: 151;
}
#SearchImg {
	margin-left:2px;
}

#SearchForm {
	display:inline;
}

#searchTd {
	vertical-align: top;
	padding-top: 1;
	height: 27;
}
