#leftContent
{
	float: left;
	padding: 3px;
	top:160px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	overflow:visible;
}

html>body #leftContent {
	/* ie5win fudge ends */
}

#centerContent 
{
	float: left;
	top: 20px;
	padding: 7px;
	width: 615px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
}

#centerContent3
{
	float: left;
	top: 20px;
	padding: 7px;
	width: 615px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
}

#homeContent 
{
	float: left;

	width: 415px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
}

html>body #centerContent 
{
	/* ie5win fudge ends */
}

#rightContent 
{
	float: left;
	padding: 1px;
	width: 200px;
	height: 375px; 
	background:#efeff0;
	border-left: 1px solid #A7A9AC;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
}


html>body #rightContent 
{
	/* ie5win fudge ends */
}

#nav {
}

#nav a, #nav h2 {
	font: bold 11px arial, helvetica, sans-serif;
	color: #EDEDEE;
	display: block;
	margin: 0px;
	left: 0px;
}

#nav h2 {
	color: #fff;
	text-transform: uppercase;
}


/* CSS Document */

#nav ul {
	font: normal 11px verdana;
	margin: 0;
	padding: 3px;
	list-style: none;
	width: 147px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
	}
	
#nav ul li {
	position: relative;
}
	
#nav li ul {
	position: absolute;
	left: 147px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #fff; /* IE6 Bug */
	padding: 1px;
	border: 0px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */

#nav ul li a:hover { color: #E2144A; background: #ececec; } /* Hover Styles */
		
/*-----------------------------------------------------------------------------------*/

#menu1 li:hover ul, #menu1 li.over ul { 
display: block; background: #ececec; overflow:visible;  
} /* The magic */

