body {
	behavior: url(./csshover.htc);
/* WinIE behavior call */}
div#nav-cat {
	width: 166px;
	margin: 0 0 2px 2px;
	text-align: left;
	line-height: 23px;
	padding: 0;
}
div#nav-cat ul {
	margin: 0;
	padding: 0;
	padding-top: 0;
	width: 164px;
}
div#nav-cat ul.level2 {
	background: #E7F1F2;
	padding-bottom: 6px;
	border-left: 1px solid #fff;
}
div#nav-cat ul.level3 {
	background: #E7F1F2;
	padding-bottom: 6px;
	border-left: 1px solid #fff;
}
div#nav-cat ul.level4 {
	background: #E7F1F2;
	padding-bottom: 6px;
	border-left: 1px solid #fff;
}
div#nav-cat ul.level5 {
	background: #E7F1F2;
	padding-bottom: 6px;
	border-left: 1px solid #fff;
}
div#nav-cat ul.level6 {
	background: #E7F1F2;
	padding-bottom: 6px;
	border-left: 1px solid #fff;
}
div#nav-cat li {
	position: relative;
	list-style: none;
	margin: 0 -2px 0 0;
	z-index: 20;
	width: 150px;
/* change it to whatever space you want to put space between buttons*/}
/* <---this line may help or hinder IE menu shifting issues */

div#nav-cat li li {
	margin: 0px;/* this overrides the margin-top in the declaration above */

}
div#nav-cat li:hover {
}
div#nav-cat li.submenu {
	background-color: transparent;
}
div#nav-cat li.submenu:hover {
	background-color: transparent;
}
div#nav-cat ul {
	background-color: transparent;
}
div#nav-cat li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 150px;
}
/*border-left: 0.5em solid #BBB;}

div#nav li a:hover {border-left-color: red;}*/

div#nav-cat a:hover {
	background: #CCC2BD;
	color: #fff;
}
div#nav-cat ul.level2 a:hover {
	width: 158px;
}
div#nav-cat>ul a {
	width: 161px;
}
div#nav-cat ul ul {
	position: absolute;
	top: 0;
	left: 152px;
	display: none;
}
div#nav-cat ul.level1 li.submenu:hover ul.level2,  div#nav-cat ul.level2 li.submenu:hover ul.level3,  div#nav-cat ul.level3 li.submenu:hover ul.level4,  div#nav-cat ul.level4 li.submenu:hover ul.level5,  div#nav-cat ul.level5 li.submenu:hover ul.level6 {
	display:block;
}
.topmarginfix {
	margin-top: -5px;
}
.nav-info {
	margin-top: -5px;
}
.nav-info a:hover {
	background: #E7F1F2!important;
	color: #31888E!important;
}
#nav-gallery {
	background: #E7F1F2 none repeat scroll 0 0;
	border: 1px solid #CCC2BD;
	border-top: 0;
	padding: 0;
	position: absolute;
	right: 62px;
	top: -34px;
}
#nav-gallery li {
	list-style: none;
}
#nav-gallery li a {
	display: block;
	padding: 0.5em;
	padding-right: 1em;
}
#nav-gallery li a:hover {
	background: #CCC2BD;
	color: #fff;
}