/*********************************************************************************************/
/*
/*	MENUS & NAVIGATION
/*
/*********************************************************************************************/
#topnav
{
white-space:		nowrap;
}
/*-------------------------------------------------------------------------------------------*/
/*	DHTML menu styles
/*-------------------------------------------------------------------------------------------*/
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:			160px;	*/
	border-top:			none;
	border-bottom:		none;
	background-color:		#D9D9D9;
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:			inline;
}

ul.menublock a,ul.submenublock a
{
	display:			block;
	width:			auto;
	height:			8px;
	border-bottom:		none;
	padding:			4px;
	line-height:		8px;
	white-space:		nowrap;
	font-family:		verdana, arial, sans serif;
	font-size:			11px;
	text-decoration:		none;
}

a.dropdown
{
	color:			black;
}

.menublock a:hover,.submenublock a:hover
{
	background-color:		#808080;
	color:			black;
}

/*	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 );
}
