/* ######### Drop Down ULs CSS ######### */



.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	border-left:0px solid black;
	border-right:0px solid black;
	border-top:0px solid black;
	border-bottom:0px solid black;
	margin:0;
	padding:0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: black;
	visibility: hidden;
	z-index: 150;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:11px;
	font-family:Verdana;

}
.ddsubmenustyle2, .ddsubmenustyle2 ul{ /*topmost and sub ULs, respectively*/
	border-left:0px solid black;
	border-right:0px solid black;
	border-top:0px solid black;
	border-bottom:0px solid black;
	margin:0;
	padding:0;
	position: absolute;
	left: 200;
	top: 0;
	list-style-type: none;
	background: black;
	visibility: hidden;
	z-index: 160;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:11px;
	font-family:Verdana;

}
.menubg {
	background-image:url(../img/menubg.jpg);
}





.ddsubmenustyle li a{

display: block;

width: 130px;

color: white;



text-decoration: none;

padding: 4px 10px;

border-bottom: 0px solid black;

}



* html .ddsubmenustyle li a{ /*IE6 CSS hack*/

display: inline-block;

}



.ddsubmenustyle li a:hover{



color: #0195fa;

}



/* ######### Neutral CSS  ######### */

td, tr {
	font:12px verdana, arial, helvetica, sans-serif;
	vertical-align:top;
	text-align:left;
}





.header{
	font:15px verdana, arial, helvetica, sans-serif;
	color:#FEC707;
	font-weight:bold;

}

.header a{

	color:#9F9F9F;

	font-weight:bold;

	text-decoration:none;

}

.header a:hover{

	color:#000000;

}

.header strong{
	color:#FEC707;
	font-weight:bold;
	text-decoration: none;

}



.header2{
	font:13px verdana, arial, helvetica, sans-serif;
	color:#FEC707;
	font-weight:bold;
	text-decoration:italic;

}

.header2 a{

	color:#9F9F9F;

	font-weight:bold;

	text-decoration:none;

}

.header2 a:hover{

	color:#000000;

}

.header2 strong{
	color:#FEC707;
	font-weight:bold;
	font-size: 15px;

}



.sitemap{

	font:13px  tahoma, arial, helvetica, sans-serif;

	color:#000000;

	text-decoration:none;

}

.sitemap a{

	color:#000000;

	text-decoration:none;

}

.sitemap a:hover{

	text-decoration:underline;

}





.footer{
	font:11px/13px  tahoma, arial, helvetica, sans-serif;
	color:#666666;
	height: 30px;
	width: 960px;
	padding-top: 10px;

}

.footer a{

	color:#666666;

	text-decoration:none;

}

.footer a:hover{

	text-decoration:underline;

	}





.keynote{

	font:14px  tahoma, arial, helvetica, sans-serif;

	color:#666666;

}

.keynote a{

	color:#666666;

	text-decoration:none;

}

.keynote a:hover{

	text-decoration:underline;



}

	

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/

padding-left: 4px;

border: 0px none;

}



.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/

position: absolute;

padding-top: 3px;

left: 100px;

border: 0px none;

}



.ddiframeshim{

position: absolute;

z-index: 500;

background: transparent;

border-width: 0;

width: 0;

height: 0;

display: block;

}



.formtext{

	font:12px  tahoma, arial, helvetica, sans-serif;

}

