BODY
{
	background:#ECECEC;
}

A
{
	background-color: Transparent;
	font: bold 10px Verdana,sans-serif;
	text-decoration: none;
	color: #000;
}

A.red
{
	color: #ef0013;
}

#menuDiv
{
	position: absolute;
	top: 35px; left: 5px;
	width: 840; height: 50px;
	overflow: hidden;
}

#topDiv
{
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	z-index: 2;
}

#subDiv
{
	position: absolute;
	top: 8px; left: 0px;
	width: 100%;
	z-index: 1;
}

#footDiv
{
	position: absolute;
	top: 38px; left: 0px;
	width: 100%;
	z-index: 1;
}

.items
{
	position: relative;
	top: 0px; left: 10px;
	z-index: 10;
}

.item
{
	background-color: #ECECEC;
	margin: 0px 3px;
	padding: 0px 4px;
	border: 0px;
	color: #000;
}

.hline
{
	position: relative;
	top: 12px;
	width: 100%;
	z-index: 2;
}

.vline
{
	position: relative;
	top: 12px;
	width: 1px; height: 5px;
	z-index: 3;
}

.cline
{
	position: absolute;
	top: -5px; left: 0px;
	width: 1px; height: 5px;
	display: none;
}

.lline
{
	position: absolute;
	top: 1px; left: 0px;
	width: 1px; height: 5px;
}

.rline
{
	position: absolute;
	top: 1px; right: 0px;
	width: 1px; height: 5px;
}