/* TOP NAVIGATION */
.moduletableprint {
	text-align: right;
	font-size: 11px;
	margin: 0 auto 15px auto;
	width: 948px;
	padding-right: 12px;
	color: #fff;
}

.moduletableprint a {
	color: #fff;
	text-decoration: none;
}

.moduletableprint a:hover {
	color: #395d86;
}

/* MAIN NAVIGATION */
#header {
	margin-top: 15px
}

#header img#logo {
	float: left;
	display: inline;
}

#header ul#mainleveltopNav{
	height: 50px;
	margin: 0 0 0 153px;
	padding: 0;
	background: url("/templates/home/images/nav_bg.gif") no-repeat;
	list-style: none;
}

#header ul#mainleveltopNav li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	line-height: 22px;
}

#header ul#mainleveltopNav li a {
	padding: 10px 17px 12px 17px;
	background: url("/templates/home/images/nav_divider.gif") top right no-repeat;
	text-decoration: none;
	line-height: 45px;
	color: #FFDE00;
}

#header ul#mainleveltopNav li a:hover {
	color: #fff;
}

#header ul#mainleveltopNav li a.mainlevel_currenttop, #header ul#menulist_roottop li a.mainlevel_activetop {
	color: #fff;
}

#header ul##mainleveltopNav li a#menulink_7top {
	background: none;
}

/* END MAIN NAVIGATION */

/* LEFT HAND MENU */
/*div.moduletablemoduletableleftMenu ul {
	width: 185px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #b2b2b2;
}

div.moduletablemoduletableleftMenu ul li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	line-height: 14px;
}

div.moduletablemoduletableleftMenu ul li a {
	display: block;
	padding: 10px;
	background: url("/templates/content/images/left_nav_divider.gif") bottom left repeat-x;
	color: #fff;
	text-decoration: none;
}*/

div.moduletableleftMenu {
  	width: 184px;
  	background: url(../images/grey-module-footer.gif) bottom left no-repeat;
}

div.productMenu {
  	width: 184px;
  	margin-bottom: 15px;
  	background: url(../images/product-cat-footer.gif) bottom left no-repeat;
}

.mainlevelLeftMenu {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	padding: 4px 0 4px 5px;
	display: block;
	border-bottom: 1px solid #fff;
	background: #f5f5f5 url(../images/right-arrow-nav.gif) 96% no-repeat;
}

.mainlevelLeftMenu:hover {
	background: #ccc url(../images/right-arrow-dark-nav.gif) 96% no-repeat;
}

.moduleleftMenuBody a#active_menu{
	background: #F5E71A url(../images/down-arrow-nav.gif) 96% no-repeat;
	color: #333;
	text-decoration: none;
	padding: 4px 0 4px 5px;
	display: block;
}

.sublevelLeftMenu {
	color: #333;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 2px 0 2px 20px;
	background: url(../images/bullet.gif) 5% no-repeat;
}

.sublevelLeftMenu:hover {
	background: #eee url(../images/bullet.gif) 5% no-repeat;
}

div.moduletableleftMenu h3 ,div.productMenu h3 {
  background: url(../images/grey-module-top.gif) top right no-repeat;
  padding: 5px 0 4px 8px;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #fff;
}

div.moduleleftMenuBody {
  background: url(../images/grey-module-body.gif) top right repeat-y;
  margin: 0;
  padding: 0 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

div.moduleleftMenuFooter {
   	height: 10px;
}

div.moduleleftMenuFooter p {
	display: none;
}

div.moduletableleftMenu p {
  display: none;
}
/* END LEFT HAND MENU */

