#TopMenu 
{
	width: 100%;
	float: left;
	height: 25px; 

}

#TopMenu ul 
{
	list-style: none;
	float: left;
	text-align:center;
}

#TopMenu a
{
	display: block;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	line-height: 25px;
}

#TopMenu a:hover 
{
	/*color: #ffffff;*/
	text-decoration: underline;
}

#TopMenu li 
{
	position: relative;
}

#TopMenu ul ul a
{
	color: #000000;
	padding: 1px 5px;
	text-transform: none;
	font-weight: normal;
	line-height: 1em;
}

#TopMenu ul ul a:hover 
{
	background: #dddddd;
	color: #000000;
	text-transform: none;
	font-weight: normal;
}



#TopMenu ul ul 
{
	position: absolute;
	z-index: 500;
	background: #8e8c8c;
	background-repeat: repeat-x;
	background-position: bottom;
	/*border: solid 1px #9D9FA1;*/
	color: #000000;
	text-align:left;
	width: 150px;
	left: 0px;
	padding: 2px 0px;
}

#TopMenu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#TopMenu ul ul, div#TopMenu ul li:hover ul ul, div#TopMenu ul ul li:hover ul ul
{
	display: none;
}

div#TopMenu ul li:hover ul, div#TopMenu ul ul li:hover ul, div#TopMenu ul ul ul li:hover ul
{
	display: block;
}