/* begin work nav */

li#panel
{
list-style-type: none;
		font-size: x-small;
		font-weight: bold;
		margin: 2px;
		padding: 1px 0px 1px 2px;
		border: 1px solid #CCC;
background-color: none;

}

li#panel a:link
{
	
	text-decoration: none;
	color: #00C;
	background-color: none;


}

li#panel a:hover
{
	color: #0066FF;
	text-decoration: underline;
	background-color: #FFCCFF;

}

li#panel a:visited
{
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;

}

ul#panel li { display: inline; }

/* IE hack to keep height and space */
#html #panel
{
	position: absolute;
	height: 1px;
}

/* end work nav */
