#LeftMenu 
	a {
		color:#444444;
}

.menuLeftCol 
{
	border-color:#C2C2C8;
	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:#C2C2C8;
	border-right-style: solid; 
	border-right-width: 1; 
	border-bottom-style: solid; 
	border-bottom-width: 1; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	width:162;
	height:20;
}


.menuLeftColSpacer
{
	border-color:#C2C2C8;
	border-width:1;
	border-left-style: solid; 
	border-left-width: 1; 
	width:8;
	height:1;
}

.menuRightColSpacer
{
	border-color:#C2C2C8;
	border-right-style: solid; 
	border-right-width: 1; 
	width:162;
	height:1;
}

.menuTopRow 
{
	border-color:#C2C2C8;
	border-bottom-style: solid; 
	border-bottom-width: 1; 

}

.menuLevel1Row
{
	background-color:#F5F5F5;
}

.menuLevel2Row
{
	background-color:#DADADF;
}

.menuLevel2Row 
	.menuRightCol
	{
		padding-left:10;
	}

.menuLevel3Row
{
	background-color:#DADADF;
}
.menuLevel3Row
	.menuRightCol
	{
		padding-left:20;
	}



.activeLinkLevel1, .activeLinkLevel2, .activeLinkLevel3 {
	text-decoration:underline;
	color:#000080;
}

.activeLinkLevel1:hover, .activeLinkLevel2:hover, .activeLinkLevel3:hover {
	text-decoration:underline;
	color:#000080;
}

.LinkLevel1 {
	text-decoration:none;
	color:#444444;
}

.LinkLevel2 {
	text-decoration:none;
	color:#444444;
}

.LinkLevel3 {
	text-decoration:none;
	color:#444444;
}

.LinkLevel1:hover, .LinkLevel2:hover, .LinkLevel3:hover {
	color:#000080;
	text-decoration:underline;
}
	

#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;
}