#menu { 
	background-color:#727272;
	padding:0px;
	margin:0px auto;
	width:720px;
	position:relative;
	height:27px;
}

#menu a { text-decoration: none; }

#menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}

#menu li { 
	/*background-color: #e5e2da;*/
	line-height: 24px;
	display: inline;
	}

/*1st level elements*/
#menu ul
{
	/*background-color: #e5e2da;
	border-bottom-color:#cec8ba;
	border-bottom-style:solid;
	border-bottom-width: 1px;*/
}

#menu li { margin: 0 0 0px; }

#menu ul a, #menu ul a:link, #menu ul a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff; /* JVD: This is the text color for the first level */
	text-decoration:  none; /* */
	/*font-size: 11px;  JVD: This is the text size for the first level */
	padding: 0px 10px;
	/*border-left-color: #E5E2DA;
	border-left-width: 1px;
	border-left-style:solid;
	border-top-color: #E5E2DA;
	border-top-width: 1px;
	border-top-style:solid;
	border-right-color: #E5E2DA;
	border-right-width: 1px;
	border-right-style:solid;*/
}

#menu ul a:hover, #menu ul a:focus
{
	color: #9b0e32;
	background-color: #f1efea;
	/*border-left-color: #cec8ba;
	border-left-width: 1px;
	border-left-style:solid;
	border-top-color: #cec8ba;
	border-top-width: 1px;
	border-top-style:solid;
	border-right-color: #cec8ba;
	border-right-width: 1px;
	border-right-style:solid;
	border-bottom-style:none;*/
	text-decoration: none;
}


/*Second and subsequent levels*/
#menu ul ul
{
font-size: 80%;
position: absolute;
top: 27px;
left: 0;
width: 100%;
border-top: none;
visibility:hidden;
background:#ccc;
}

#menu ul ul li { display: inline; }

#menu ul ul a,
#menu ul ul a:link,
#menu ul ul a:visited
{

color: #56390F;
}

#menu ul ul a:hover,
#menu ul ul a:focus
{
color: #56390F;
}

/*current Link*/
#menu ul ul a#subcurrent,
#menu ul ul a#subcurrent:link,
#menu ul ul a#subcurrent:visited { font-weight: bold; }