
#menu ul, #menu ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

#menu ul li
{
	/* level 0 */
	margin: 0.5em 0 0 0;
	font-size: medium;
	font-weight: bold;
}
#menu ul ul li  {
	margin-left: 20px;     /* indent level 1 */
	font-size: small;
	font-weight: bold;
}
#menu ul ul ul li  {
	margin-left: 40px;     /* indent level 2 */
	font-size: small;
	font-weight: normal;
}

#menu a
{
	/* applies to any link in the menu, at any level */
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	display: block;
	text-decoration: none;
	/*padding: 2px 10px;*/
	padding: 2px 2px 4px 10px;
	overflow: visible;
}

* html #menu ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 1%;
}
* html #menu ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}
