/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX BODY XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
p
{
	margin-top:8px;
	margin-bottom:8px;
}
td
{
	font-size: 12px;
	color: #666666;
	font-family: helvetica,arial;
}
A:link
{
	font-size: 12px;
	color: #918f04;
	font-family: helvetica,arial;
	text-decoration: none;
}
A:visited
{
	font-size: 12px;
	color: #918f04;
	font-family: helvetica,arial;
	text-decoration: none;
}
A:hover
{
	font-size: 12px;
	color: #85830f;
	font-family: helvetica,arial;
	text-decoration: underline;
}
A:link.standalone
{
	font-size: 12px;
	color: #918f04;
	font-family: helvetica,arial;
	text-decoration: underline;
}
A:visited.standalone
{
	font-size: 12px;
	color: #918f04;
	font-family: helvetica,arial;
	text-decoration: underline;
}
A:hover.standalone
{
	font-size: 12px;
	color: #85830f;
	font-family: helvetica,arial;
	text-decoration: underline;
}


.menu
{
	position: absolute;
	left: 29px;
	top: 85px;
	z-index:100;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
	padding:0;
	margin:0;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon */
.menu li
{
	float:left;
	position:relative;
}

/* style the links for the top level */
.menu a,
.menu a:visited
{
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#999999; 
	height:14px; 
	border:0px solid #fff; 
	border-width:0 0 0 0;
	background:#ffffff; 
	line-height:14px;
}
* html .menu a,
* html .menu a:visited {
	width:139px;
}

.menu a.on
{
	color:#aba917;
}

/* style the top level hover */
.menu a:hover,
.menu ul ul a:hover
{
	color:#aba917; 
	background:#ffffff;
}
.menu :hover > a,
.menu ul ul :hover > a
{
	color:#aba917;
	background:#ffffff;
}



/* style the second level background */
.menu ul ul a.drop,
.menu ul ul a.drop:visited {
	background:#ffffff;
}


/* hide the sub levels and give them an absolute positon so that they take up no room */
.menu ul ul
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:-48px;
	left:0; 
	
}
* html .menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:-48px;
	left:0; 
}


/* style the table so that it takes no part in the layout */
.menu table 
{
	position:absolute;
	top:0;
	left:0;
}


/* style the second level links */
.menu ul ul a,
.menu ul ul a:visited
{
	background:#ffffff; 
	color:#999;
	height:auto; 
	line-height:1em; 
	padding:0 0 0 0; 
	width:130px
}
.menu ul ul a:hover
{
	background:#ffffff; 
	color:#000000;
	height:auto; 
	line-height:1em; 
	padding:0 0 0 0; 
	width:129px
}
* html .menu ul ul a
{
	width:130px;
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul
{
	visibility:visible; 
}

.texta
{
	width:225px;
	height:17px;
	font-family:verdana;
	font-size:9px;
}