
/************************
Main Menu
************************/
.width {
	width: 848px;
}

#first-menu {
	width: 848px;
	background: #0044B0;
	font-family: tahoma;
}

#first-menu td {
	text-align: center;
	border-right: 1px solid #fff;
	padding: 6px 10px;
}

#first-menu td:hover {
	background: url(../images/menu_hover.jpg) repeat-x;
}

#first-menu .current {
	background: url(../images/menu_hover.jpg) repeat-x;
}

#first-menu td a {
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
	outline: none;
}

#first-menu td a:hover {
	text-decoration: underline;
}

/************************
Sub Menu
************************/

#second-menu {
	width: 847px;
	background: #639F20;
	font-family: tahoma;
	font-size: 8pt;
	color: #fff;
}

#second-menu td {
	text-align: center;
	padding: 5px 3px;
}

#second-menu  td a {
	color: #fff;
	text-decoration: none;
	padding: 0px 3px;
}

#second-menu  td a:hover {
	text-decoration: underline;
}

#home {
	border-bottom: 5px solid #639F20;
	width: 847px;
	margin-left: 0px;
}

.sublist_head {
	font-weight: bold; 
	color: #ffffff
}



