html, body
{
	font: normal 11px verdana;
	margin: 0px;
	padding: 0px;
}

body
{
	background: url('http://www.componentconcepts.com/products/images/background.gif') repeat-y;
}

h1
{
	color: #cc3333;
	font: bold 16px verdana;
}

html, body, #container
{
	height: 100%;
}

body > #container
{
	height: auto;
	min-height: 100%;
}

#container 
{
	height: 100%;
	min-height: 100%;
	margin-bottom: -64px;
	position: relative;
}

#footer
{
	height: 64px;
	/* margin-top: -64px;*/
	position:relative;
	z-index: 10;
	clear: both;
}

.clearfooter
{
	height: 64px;
	clear: both;
}

#content
{
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#navcontainer
{
	margin: 0 auto;
	/*float:left;
	text-align: left;
	border: 1px solid #eda;
	margin: 0 auto;
	*/	
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px; /* Width of Menu Items */
}

ul li
{
	position: relative;
}
	
li ul.classb
{
	position: absolute;
	left: 119px; /* Set 1px less than menu width */
	bottom: 0;
	display: none;
}

li ul.classa
{
	position: absolute;
	left: 119px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

li li ul
{
	position: absolute;
	left: 119px;
	top: 0;
	display: none;
}

/* Styles for Top Menu Items */
ul li a
{
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #999; /* IE6 Bug */
	padding-top: 5px;
	border-bottom: 1px solid white;
	border-left: 1px solid #999;
	border-right: 1px solid white;
	height: 39px;
	text-align: center;
}

/* Styles for Sub Menu Items */
ul li li a
{
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

/* Primary Hover Styles */
ul li a:hover
{
	color: #fff;
	background: #ccc;
}

/* Sub Styles */
ul li li a:hover
{
	color: White;
	background: #ccc;
}

/* Sub Menu Styles */	
li ul li a
{
	padding-top: 5px;
	background: #ccc;
	color: black;
}

/* The magic */
li:hover ul, li.over ul
{
	display: block;
}

#navcut
{
	width: 119px;
	height: 22px;
	background-color: #999;
	background-image: url(http://www.componentconcepts.com/products/images/navcut.gif);
}

.style5
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
