




/*  DHTML drop-down navigation */
/* -------------------------------------- */
.navbar {
	border-bottom: 0px solid #FFFFFF;
	text-align:left;
}
.navbar a {
	font-size: 10.5px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	display:block;
	line-height: 21px;
	padding-left: 6px;
	padding-right: 6px;
}
.submenu a {
	font-weight: normal;
	font-size:10px;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 6px;
	border-bottom: dotted #04264e 1px;
}
.submenu ul {
text-align:center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navbar a:hover {
	color: #FFFFFF;

}
.submenu a:hover {
	background-color: #04264e;
	color: #ffffff;
}
td div {
    /* this makes TDs a container with their own coordinate system.
       absolutely-positioned elements will be offset relative to them */
    position:relative;
}
/* DHTML Drop-Down Navigation ---------------------------------------------------------------*/



