/* Top Banner */
div.banner 
{
	background-image: url(../../img/background/bg_top.jpg);
	background-repeat: no-repeat; 
	margin-bottom: 1px;
}

div.banner-inner img.logo 
{
	margin-bottom: 10px;
}

/* Utility Bar */
div.utility 
{
	width: 100%;
	position: absolute;
	z-index: 1;
}

div.utility-background 
{
	margin-left: 340px;
	color: inherit;
	background-color: #ffffff;
	background-image: url(../../img/background/topmenubg.gif);
}

table.utility-inner 
{
	border-collapse: collapse;
	font-size: 1px;
	border-spacing: 0px;
}

table.utility-inner td 
{
	margin: 0;
	padding: 0;
}

/* Utility Dropdown Menu */
div.dropdowntop a
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	color: #000000;                 /* color: #1e46b2; */
	background-color: inherit;
	background-image: url(../../img/topmenubull.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	padding-top: 3px;
	padding-right: 2px;
	height: 18px;
}

div.dropdowntopversion a
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	vertical-align: middle;
	text-align: right;
	color: #000000;                 /* color: #1e46b2; */
	background-color: inherit;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 84px;
	padding-top: 3px;
	padding-right: 2px;
	height: 18px;
	text-decoration: none; 
}

div.dropdown 
{
	position: relative;
}

div.dropdown table.menu 
{
	border-collapse: collapse;
	border-spacing: 0px;
	display: none;
	position: absolute;
	left: 10px;
	top: 18px;

}

div.dropdown table.menu td 
{
	padding: 0px;
	white-space: nowrap;
	color: inherit;
	background-color: #ffffff;

}

div.dropdown table.menu td a 
{
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: inherit;
	background-image: url(../../img/bullets/bullet_square.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 6px;
	margin-top: 2px;
	padding: 0px 6px 0px 8px;
}

div.dropdown table.menu td a:hover 
{
	color: #1e46b2;
	background-color: inherit;
}

div.dropdown table.menu td.bottom 
{
	color: inherit;
	background-color: inherit;
}

div.dropdown table.menu td.bottom div.bl 
{
	background-image: url(../../img/utility_curve_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.dropdown table.menu td.bottom div.br 
{
	background-image: url(../../img/utility_curve_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.dropdown table.menu td div.mid 
{
	color: inherit;
	background-color: #ffffff;
	font-size: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
/* End of Top */
