/*  MAIN MENU */

#top_menu {
	background-image: url(nav-bgr.jpg);
	background-position: top left!important;
	background-position: top;
	background-repeat: no-repeat;
	margin: 4px 0;
}
#top_menu img {
	margin: -5px -10px 0px -10px;
	padding: 0px;
}
.moduletable_topmenu {
	padding: 0;
	margin: 0;
	height: 30px!important;
	height: 27px;
	width: auto;
}
.moduletable_topmenu ul a, .moduletable_topmenu ul span.titi {
	text-decoration: none;
	display: block; /* so IE displays the sublevel below */
	text-align: left;
	padding: 6px 10px!important;
	padding: 6px 8px;
}
.moduletable_topmenu ul, .moduletable_topmenu ul ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	z-index: 50000;
}
.moduletable_topmenu ul li {
	display: block;
	float: left;
	font-weight: bold;
	height: 30px;
	border-right: 1px solid #d3d3d3;
}
.moduletable_topmenu ul li ul {
	border: 1px solid #cdcdcd;
	background: #d0d3cf;
	display: block;
	clear: both;
	position: absolute;
	left: -999em;
	width: 200px;
}
.moduletable_topmenu ul li:hover ul ul, .moduletable_topmenu ul li.sfhover ul ul {
	left: -999em;
}
.moduletable_topmenu ul li ul li {
	margin: 0;
	background: #d3d3d3;
	width: 100%;
	border: 0;
	clear: both;
}
.moduletable_topmenu ul li ul li a {
	font-weight: normal;
	color: #7d7d7d;
}
.moduletable_topmenu ul li ul li a span {
	font-weight: normal;
	/*	text-transform: capitalize;*/
	color: #000000;
	font-size: 11px;
}
.moduletable_topmenu ul li ul li a:hover {
	color: #fd3130;
}
.moduletable_topmenu ul li ul li li {
	font-weight: normal;
	/*	text-transform: uppercase; */
  background: #d3d3d3;
}
.moduletable_topmenu ul li:hover ul {
	left: auto;
}
.moduletable_topmenu ul li:hover ul, .moduletable_topmenu ul li li:hover ul, .moduletable_topmenu ul li.sfhover ul, .moduletable_topmenu ul li li.sfhover ul {
	left: auto;
}
.moduletable_topmenu ul li:hover, #mainleveltopnav li.sfhover {
	background: #e7e7e7;
	color: #ff0000;
}
.moduletable_topmenu ul li ul ul {
	margin: -2em 0 0 10em;
}
li#current a:link, li#current a:active, li#current a:visited {
	color: #ff0000;
	font-weight: bold;
	/*	text-transform: uppercase; */
	text-decoration: none;
}
.moduletable_topmenu a:link, .moduletable_topmenu a:active, .moduletable_topmenu a:visited, .moduletable_topmenu span.titi {
	color: #7d7d7d;
	font-weight: bold;
	/*	text-transform: uppercase; /* Top Level Nav Bar */
	text-decoration: none;
}
.moduletable_topmenu a:hover {
	color: #ff0000;
}
li#current a:hover {
	color: #7d7d7d;
}
/* SUBCATEGORY MENU STYLES */

.moduletable_submenu {
	padding: 0;
	margin: 0;
	height: 20px;
	width: auto;
}
.moduletable_submenu ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	display: block; /* so IE displays the sublevel below */
	text-align: left;
	color: #7d7d7d;/*	border-left: 1px solid #cdcdcd;*/
}
.moduletable_submenu ul {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	z-index: 50000;
}
.moduletable_submenu ul li {
	display: block;
	height: 20px;
	float: left;
	padding: 8px 4px;
}
/* PAGINATION STYLES */

.pagination {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.pagination a {
	text-decoration: none;
	color: #818181;
}
.pagelink-active, .pagelink-active a {
	color: #818181;
	background-color: #f5f5f3;
	border: 1px solid #cdcdcd;
	margin: 0px 2px;
	padding: 3px;
}
.pagelink-inactive {
	color: #cdcdcd;
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
	margin: 0px 2px;
	padding: 3px;
}
.pagelink a {
	text-decoration: none;
	color: #818181;
}
a.pagelink-active:hover {
	color: #ffffff;
	margin: 0px 2px;
	background-color: #fd3130;
	border: 1px solid #cdcdcd;
	padding: 3px;
}
.pagenavcounter {
	font-family: Arial, Helvetica, sans-serif;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 8px;
}
/* TOP NAV SEARCH BOX */

.inputbox-nav {
	margin: 5px 0px 2px 4px;
	border: 1px solid #c3c3c3;
	background-color: #ffffff;
	padding: 2px;
	color: #4f4f4f;
	font-size: 10px;
	max-width:150px!important;
	width:150px;
}
/* HORIZONTAL BOTTOM MENU */

#bottommenu {
	white-space: nowrap;
	width: 990px;
	margin: 0px auto;
	padding: 5px 0px;
	display: block;
	text-align: center;
}
#bottommenu ul#botmenu {
	margin: 0px auto;
	padding: 0px;
	list-style:none;
}
#bottommenu ul#botmenu li {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	padding: 0px 2px;
	display: inline;
}
#bottommenu ul#botmenu a, #bottommenu ul#botmenu a:link, #bottommenu ul#botmenu a:visited, #bottommenu ul#botmenu a:active {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
	text-decoration: none;
}
#bottommenu ul#botmenu a:hover {
	text-decoration: underline;
}
#bottommenu ul#botmenu a#active_menu-nav {
	margin-top:2px;
	height: 20px;
	line-height: 20px;
	background-position: 0 0;
	color: #000;
}

