﻿

.navTopDivider
{
	BACKGROUND-IMAGE: url(./Images/vertical_divide.gif);  BACKGROUND-REPEAT: no-repeat; background-position: left 5px;
}

#menu 
{
	width: 100%;
	background: #c579e1;
	float: left;
	text-align: left;
	font-size: 1.2em;
}

#menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 138px;
	float: left;
	
}

#menu a
{
	text-decoration: none;
}

/* h2 is used for the top level items */
#menu a h2 
{
	font: bold 1.0em arial, helvetica, sans-serif;
	text-decoration: none;
	display: block;
	border: 0;
	margin: 0;
	padding: 5px 3px;
	color: #444444;
	text-align: center;
}

#menu a h2:hover
{	
	color: #fff;
	background: #7e4194;
	text-align: center;
}

/* sub items */
#menu ul ul a
{
	font: bold 0.8em arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 5px;
	color: #000;
	background: #efefef;
	text-decoration: none;
}

#menu ul ul a:hover
{
	color: #7e4194;
	background: #fff;
}

#menu li 
{
	position: relative;
	
}

#menu ul ul
{
	position: absolute;
	z-index: 500;
}

#menu ul ul ul
{
	position: absolute;
	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;
}

