/*-------------------------------------------------------------------------------------------*/
/*	DHTML menu styles		menu.css
/*-------------------------------------------------------------------------------------------*/
ul.menublock,ul.submenublock
{
	/*	Do not modify	----------------------------*/
	position:			absolute;
	z-index:			200;
	visibility:			hidden;
	margin:			0px;
	padding:			0px;
	list-style-type:	none;

	/*	Customizeable options	--------------------*/
	width:			150px;
	border-top:			none;
	border-bottom:		none;
	background-color:		#D09838;
}

ul.menublock a,ul.submenublock a
{
	display:			inline;
	width:			auto;
	height:			21px;
	border-bottom:		none;
	padding:			0px 8px;
	line-height:		21px;
	white-space:		nowrap;
	font-family:		verdana,arial,sans serif;
	font-size:			12px;
	text-decoration:		none;
}

a.dropdown
{
	color:			white;
}

.menublock a:hover,.submenublock a:hover
{
	background-color:		#003366;
	color:			white;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,a.showsub:hover
{
	background-image:		url( /images/arrow0.gif );
	background-position:	center right;
	background-repeat:	no-repeat;
}

/*	Change color on mouseover	*/
a.showsub:hover
{
	background-image:		url( /images/arrow1.gif );
}

.container {position:absolute; top:0; left:50%; margin-left:-423px; width:800px;} 

.column {position:absolute; top:0px; }
#a {top:189px; left:150px; }
#b {top:189px; left:300px; }
#c {top:189px; left:450px; }
#d {top:189px; left:600px; }
#e {top:213px; left:150px; }
#f {top:213px; left:300px; }
#g {top:213px; left:450px; }
#h {top:213px; left:600px; }
