

/*<group=navigation>*/

/*<group=menu>*/

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
	}

#navigation ul li {
	position: relative;
	}
	
#navigation li ul {
	position: absolute;
	left: 180px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#navigation ul li a {
	display: block;
	text-decoration: none;
	color: black;
	background: #ffc600; /* IE6 Bug */
	padding: 5px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	font-size: 10px;
	text-transform: uppercase;
}

#navigation li a.extend {
	background: #ffc600 url(images/menuItem-extend.gif) no-repeat right center;
}

/* Fix IE. Hide from IE Mac \*/
* html #navigation ul li { float: left; height: 1%; }
* html #navigation ul li a { height: 1%; }
/* End */

#navigation ul li a:hover { color: white; background: #acacad; } /* Hover Styles */
		
#navigation li ul li a {
	background: #e4e4e4;
	color: black;
}

#navigation li ul li a.extend {
	background: #e4e4e4 url(images/menuItem-extend.gif) no-repeat right center;
} /* Sub Menu Styles */
		
#navigation li:hover ul, #navigation li.over ul { display: block;
	border-top: 1px solid white;
	margin-top: -1px;
} /* The magic */
	
/*</group>*/
	
/*</group>*/

#content {
	display: block;
	width: 600px;
	margin: 0px;
	padding-bottom: 20px;
	background: url(images/content.jpg) no-repeat right top;
	padding-top: 0;
	padding-right: 20px;
}

html>body #content {
	width: 560px;
}

div#main {
	background: url(images/midSection.gif) repeat-y center;
}

div#breadcrumbs {
	margin-top: 195px;
	margin-bottom: 5px;
}
