/* CSS Document */
P {
padding-top: 0px;
margin: 0px;
}
table.navbar {
font-size: 8pt;
margin: 0px;
padding: 0px; 
border: 0px; 
}

table.menu {
color:#FFFFFF;
margin: 0px;
background-color:#004787;
}

td.menuNormal {
	color: #ffffff;
	background-color: #004787;
	border-bottom: 1px solid #BA251E;
	text-align:right;
}

td.menuNormal a{
color: #ffffff;
text-decoration:none;
background-color: #004787;
text-align:right;
padding-right:5px;
}

td.menuHover {
padding: 0px;
color: #ffffff;
/*remove the following line for drop-down menu with images*/
background-color: #092442;
border-bottom: 1px solid #BA251E;
}
td.menuHover a{
padding: 0px;
color: #ffffff;
text-decoration:none;
text-align:right;
/*remove the following line for drop-down menu with images*/
background-color: #092442;
padding-right:5px;

}

div.menuNormal {
display: none;
position: static;
background-color:#004787;
}

div.menuHover {
background-color: #004787;
display: inline;
position: absolute;
}

a.menuitem:link {
	text-decoration: none;
	color: #ffffff;
	background-color: #004787;
	display: block;
	padding-bottom:2px;
}

a.menuitem:visited {
text-decoration: none;
color: #ffffff;
background-color: #004787;
display: block;
padding-bottom:2px;
}

a.menuitem:hover {
text-decoration: none;
color: #ffffff;
background-color: #092442;
display: block;
padding-bottom:2px;
}

a.menuitem:active {
text-decoration: none;
color: #ffffff;
background-color: #092442;
display: block;
padding-bottom:2px;
}
.leftLink {
}
.leftLink a {
	text-align: right;	
	text-decoration: none;
	color: #092442;
	font-weight: normal;
	display: block;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: 1px solid #BA251E;
}
.leftLink a:hover {
	color: #BA251E;
}
#leftSubLink {
	font-size:11px;
}
#leftSubLink a {
	text-align: right;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	display: block;
	padding-top:2px;
	padding-right:15px;
	padding-bottom:1px;
	border-bottom:1px solid #ffffff;
	background-image: url(../images/bullet.gif);
	background-position: 215px center;
	background-repeat: no-repeat;
}
#leftSubLink a:hover {
	color: #004787;
	background-image: url(../images/bullet.gif);
	background-position: 215px center;
	background-repeat: no-repeat;
}
.search input {
	font-size:11px;
}
.search {
	font-size:11px;
}