
.top_menu {
	border-top: 1px solid #8b8b8b;
}
.top_menu td {
	text-align: center; /* ie vs luv */
}
.top_menu a {
	display: block; /* ie vs luv */
	height: 20px;
	padding-top: 5px;
	background: url(../images/top_menu_bg.gif) 0 0 repeat-x;
	font-size: 10px;
	text-transform: uppercase;
	color: #444 !important;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
.top_menu a:hover {
	background: url(../images/top_menu_bg.gif) 0 -25px repeat-x;
	color: #fff !important;
}


.sec_menu {
	border-top: 1px solid #b9bebe;
	border-bottom: 1px solid #a9a9a9;
}
.sec_menu td {
	text-align: center; /* ie vs luv */
}
.sec_menu a {
	display: block; /* ie vs luv */
	height: 25px;
	padding-top: 10px;
	background: url(../images/sec_menu_bg.gif) 0 0 repeat-x;
	font-size: 10px;
	text-transform: uppercase;
	color: #282828 !important;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
.sec_menu a:hover {
	background: url(../images/sec_menu_bg.gif) 0 -35px repeat-x;
	color: #fff !important;
}

