ul
{
	margin:0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	list-style: none;
}
li
{
	line-height: 1.1em;
	margin-bottom: 5px;
}
li ul{
	margin-top: 4px;
	margin-bottom: 8px;
}

li li
{
	font-size: 11px;
	font-weight: NORMAL;
	line-height: 1.1em;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 2px;

}
a:link, a:visited, a:active{
	color: #CCCCCC;
	text-decoration: none;
}
a:hover{
	color: #DD6310 !important;
}
	
body{
	width: 116px;
	padding: 1px;
	background-color: #3c3c3c;
}

a:link.active, a:visited.active, a:active.active{

	color: #DD6310 !important;
}