.pointer
{
	cursor: hand;
	cursor: pointer;
}

div.menu
{
	margin-left: 2px;
	padding-bottom: 10px;
	width: 134px;
	/*border: solid 1px #ff0000;*/
}
* html div.menu
{
	width: 136px;
}

/*
td.menu
{
	padding-left: 8px;
	padding-bottom: 10px;
	width: 131px;
}
* html td.menu
{
	width: 123px;
}
*/

div.menu-instruction
{
	display: block;
	color: #ffcc66;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: center;
}

/*********************************/

/* Menu Header */

div.menu-header
{
	display: block;
	color: #ffcc66;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding-top: 3px;

	clear: both;
}

/* Used for those header titles that have no sub-items. */
.menu-header-title-gutter
{ 
	margin-left: 16px;
}

a.menu-header-title
{
	float: left;
	padding-left: 6px;
	text-decoration: none;
}
a:link.menu-header-title
{
	color: #ffcc66;
}
a:visited.menu-header-title
{
	color: #ffcc66;
}
a:hover.menu-header-title
{
	color: #ffff00;
	font-weight: bold;
}
a:active.menu-header-title
{
}

/************************/

/* Current State Symbol */
span.showstate img.contract
{
	background: url('../images/dbluparrow.gif') no-repeat;
	/*background: url(../images/dbluparrow_over.gif) no-repeat 200px 200px;*/
}
span.showstate img.expand
{
	background: url('../images/dbldnarrow.gif') no-repeat;
	/*background: url(../images/dbldnarrow_over.gif) no-repeat 200px 200px;*/
}


/* State Link */

a.state-link 
{
	float: left;
	text-decoration: none;
}
a:link.state-link 
{
}
a:visited.state-link
{
}
a:hover.state-link
{
}

a:active.state-link
{
}

a:link.state-link span.showstate img.contract
{
	border: dotted 1px #179A35;
}
a:hover.state-link span.showstate img.contract
{
	background: url('../images/dbluparrow_over.gif') no-repeat 0px 0px;
	border: dotted 1px #ffff00;
}

a:link.state-link span.showstate img.expand
{
	border: dotted 1px #179A35;
}
a:hover.state-link span.showstate img.expand
{
	background: url('../images/dbldnarrow_over.gif') no-repeat 0px 0px;
	border: dotted 1px #ffff00;
}

/* Menu Items */
a.menu-item
{
	display: block;
	color: #ffff00;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left: 36px;

	clear: both;
}

a:link.menu-item
{
}
a:visited.menu-item
{
}
a:hover.menu-item
{
	background: url('../images/rtarrow.gif') no-repeat;
	background-position: 19px 50%;
	color: #ffff00;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 2px;
	text-decoration: underline;
}
a:active.menu-item
{
}

/* Expand/Contract Links */
.expand-contract
{
	display: block;
	color: #ffcc66;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: center;
}

.expand-contract-title
{
	font-weight: bold;
}

.expand-contract a:link, .expand-contract a:visited
{
	color: #ffcc66;
}

.expand-contract a:hover, .expand-contract a:active
{
	color: #ffff00;
	font-weight: normal;
}