			div#categorynavigation {
				width: 123px;
				position: absolute;
				top: 44px;
				left: 675px;
				overflow: hidden;
				}
			div#categorynavigation ul {
				margin: 0;
				padding: 0;
				width: 100%;
				list-style-type: none;
				}
			div#categorynavigation li {
				margin-bottom: 7px;
				margin-left: 9px;
				width: 109px;
				}
			div#categorynavigation a {
				min-height: 24px;
				width: 100%;
				overflow: hidden;
				display: block;
				line-height: 1em;
				padding: 7px;
				
				font-weight: bold;
				background-color: #C5C5C5;
				color: #ABABAB;
				text-decoration: none;
				}
			div#categorynavigation a:hover,
			div#categorynavigation a.current {
				background-color: #B7001E;
				color: #FFF;
				}
