#menu {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
	top: 0;
	background-color: #FFF;
	color: inherit;
	z-index: 1000;
}

.row_text {
	height: 40px;
}

.row_menu {
	background-color: #CCC;
	color: #000;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	height: 20px;
	text-align: left;
}

.row_menu_empty {
	background-color: inherit;
	color: #000;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	height: 20px;
	text-align: left;
}

.column_text {
	float: left;
	width: 120px;
	height: 40px;
	margin-top: 20px;
	background-color: inherit;
	color: #000;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	cursor: pointer;
}

.column_text_single {
	float: left;
	width: 825px;
	height: 40px;
	margin-top: 20px;
	padding-left: 10px;
	background-color: inherit;
	color: #000;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	cursor: pointer;
}

.column_text_selected {
	float: left;
	width: 120px;
	height: 40px;
	margin-top: 20px;
	background-color: #CCC;
	color: #000;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	text-align: left;
}

.menu_tab {
	float: left;
	background-color: inherit;
	padding-top: 3px;
	padding-left: 14px;
	padding-right: 14px;
	height: 17px;
}

.menu_tab_selected {
	float: left;
	background-color: #FFF;
	padding-top: 3px;
	padding-left: 14px;
	padding-right: 14px;
	height: 17px;
}

.menu_tab a:link, .menu_tab a:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

.menu_tab a:hover {
	color: #FFF;
	text-decoration: none;
}

.menu_tab_selected a:link, .menu_tab_selected a:visited {
	color: #000;
	text-decoration: none;
}

.menu_tab_selected a:hover {
	color: #000;
	text-decoration: none;
}

.column_text a:link, .column_text a:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

.column_text  a:hover {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

.column_text_selected a:link, .column_text_selected a:visited {
	color: inherit;
	background-color: inherit;
	text-decoration: none;
}

.column_text_selected  a:hover {
	color: inherit;
	background-color: inherit;
	text-decoration: none;
}

a.tab_link_selected:link, a.tab_link_selected:visited, a.tab_link_selected:hover {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

.menu {
	color: #000;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	padding-top: 20px;
}

.menu a:link, .menu a:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

.menu a:hover {
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
}

.menu a.selected:link, .menu a.selected:visited {
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
}

.menu  a.selected:hover {
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
}