/* (c)2007 TechTriad.com */

#menu {
	width: 128px;
	} 

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	font: bold 8.5pt/11pt Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 4px 5px 1px;
	text-align: center;
	}

/* style, color and size links and headings to suit */
#menu li li a {
	font: normal 8.5pt Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px;
	text-align: center;
	background-color: #660099;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 128px;
	}

#menu h2 {
	color: #333;
	background: #000;
	text-transform: uppercase;
	}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
	}

#menu a:hover {
	color: #F0027F;
	}

#menu li li a:hover {
	color: #000000;
	background-color: #CCFFCC;
	}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	font-weight: normal;
	}

#menu ul ul ul {
	top: 0;
	left: 100%;
	}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

body {
	behavior: url(/stylesheets/csshover.htc);
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#menu ul li {
	float: left;
	width: 100%;
}
#menu ul li a {
	height: 1%;
	font-weight: 500;
}
