#webcat-menu {
	height: 25px;
	width: 800px; /*for IE7*/;
	position: relative;
	margin-right: 195px;
	padding-top: 75px;
}
#webcat-menu h1 {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #1b57a0;
	cursor: pointer;
	margin: 0px;
}
#webcat-menu ul {
	padding: 0px;
	margin: 0px;
}
#webcat-menu li {
	float: right;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #1b57a0;
	margin-left: 0px;
	cursor: pointer;
	list-style: none;
/*width: 150px;*/	margin-left: 20px;
}
#webcat-menu ul ul {
	position: absolute; /*right: -999em;*/;
	display: none;
}
#webcat-menu ul li:hover ul {
	/*right: auto;*/
	display: block;
	background-color: #efebef;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
}
#webcat-menu ul ul li {
	float: none;
	width: 240px;
	height: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	padding-top: 3px;
	cursor: default;
	margin-left: 0px;
	padding: 3px;
}
#webcat-menu ul ul li a {
	margin-right: 10px;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#webcat-menu ul ul li:hover {
	float: none;
	width: 240px;
	height: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	padding: 3px;
	background-color: #FFFFFF;
}
/* sub pages menus*/
.page-menu {
	width: 200px;
	margin-right:10px;
}
.page-menu ul {
	background-color: #efebef;
	border:1px solid #C0C0C0;
}
.page-menu li {
	float: none;
	height: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	padding-top: 3px;
	cursor: default;
	margin-left: 0px;
	padding: 3px;
}
.page-menu a {
	margin-right: 10px;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.page-menu li:hover {
	background-color: #FFFFFF;
}

