/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { border: 1px solid #D0EBF2; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
.subMenuContainer
{
	background-color: #D0EBF2;
}

.submenuBottom{ background-color: #ff0000; }

.subMenuFoot
{
	position: absolute;
	bottom: -9px;
	width: 100%;
	left: 0px;
	height: 8px;
}

.subMenuFootBg
{
	background-color: #D0EBF2;
	margin-left: 8px;
	margin-right: 8px;
	height: 8px;
	line-height: 8px;
}

#nav
{ 
	/*position: absolute;
	top: 50px;
	left: 215px;*/
	position: relative;
	background: #ffffff;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 225px;
	z-index: 10;
	width: 700px;
	/*border-bottom: 3px dotted #cccccc;*/
}
#nav *:hover {   }
#nav a 
{ 
	/*border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; */

	display: block;
	float: left;
	height: 26px;
	color: #994C53;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	/*background-image: url("../images/menu_separator.gif");*/
	background-repeat: no-repeat;
	padding: 8px 17px 0px 17px;

}
*html #container #nav  ul li a
{
	height: 10px;
	padding: 8px 10px 0px 10px;
}

*html #container #nav  ul li
{
	overflow: hidden;
	border: 1px solid #D0EBF2;
	width: 150px;
}

#nav a.first{   }

#nav a.current { color: #7f7f7f; }

#nav a.toplevel
{
	background-color: #ffffff;
}


#nav li.hover, #nav a.toplevel:hover { }

  #nav ul { top: 34px; left: 0px; z-index: 25; background-image: none;   }
    #nav ul li a
	{ 
		background-image: none;
		color: #985258;
		background-color: #D0EBF2; 
		width: 125px;
		height: 20px;
		padding: 5px 0px 0px 8px;
		margin: 0px 0px 3px 3px;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
	}

	#nav ul li .last{ padding-bottom: 8px; }


      #nav ul a.hover { background-color: #D0EBF2; color: #106081;   }
 /*  #nav ul a { color: #000000; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }  */
   #nav ul a { color: #000000; border-right: none; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

