#nav0 {
	border: 1px solid #aed0ea; 
	background: #D7EBF9 url(images/bg_glass_2.jpg) repeat-x scroll 0% 50%;
	color: #2779b0;
	top: 0px;
	left: 7px;
	height: 22px;
	width: 988px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	list-style: none;
	z-index: 1000;
}

#nav0 li {
	line-height: 22px;
	margin: -1px 0px 0px 0px;
	border-width: 1px 1px 0px 0px;
	float: left;
}

#nav0 li a {
	padding: 0px 10px 0px 10px;
	display: block;
}

#nav0 li ul {
	visibility: hidden;
	list-style: none;
	position: absolute;
	border-top: 1px solid #aed0ea;
	margin: 0px 0px 0px -1px;
	padding: 0px;
}

#nav0 li ul a {
	display: block;
}

#nav0 li ul li
{ 
	border-width: 0px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	width: 200px;
	float: none;
}

#nav0 li ul li a
{ 
	color: #2779b0;
}

#nav0 li ul li a:hover
{ 
	color: #fff;
}

#navCatalogue 
{ 
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
	position: relative;
}

#navCatalogue li
{ 
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	border-width: 0px 1px 1px 0px;
	font-size: 13px;
	font-weight: normal;
	width: 205px;
	white-space: nowrap;
	cursor: pointer;
}

#navCatalogue li.hover
{ 
	border-width: 0px 1px 1px 0px;
	font-weight: bold;
}

#navCatalogue li.active
{ 
	border-width: 1px 1px 1px 0px;
	cursor: default;
	font-weight: bold;
}

#navCatalogue:after
{
	content: '';
	display: block;
	clear: both;
}



.leftNavFrameTop 
{
	font-size: 0px;
	width: 709px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/CategoryFrameTop.png);
	background-position: top;
	position: relative;
}

.leftNavFrameBottom {
	font-size: 0px;
	width: 709px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/CategoryFrameBottom.png);
	background-position: bottom;
	position: relative;
}

.leftNavFrameMiddle
{
	width: 709px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/CategoryFrameMiddle.png);
	position: relative;
}

#category1, #category2, #category3, #category4, #category5
{
	left: 222px;
	z-index: 500;
	display: none;
	position: absolute;
}

#category1 { top: 240px; }
#category2 { top: 270px; }
#category3 { top: 300px; }
#category4 { top: 330px; }
#category5 { top: 360px; }

.categoryList ul
{
	list-style-type: none; 
	margin: 0px 0px 0px 27px;
	padding: 0px;
}

.categoryList li
{
	margin: 2px 4px 2px 0px;
	width: 215px;
	text-align: center;
	float: left;
	display: block;
}

.categoryList li a
{
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	display: block;
}

.categoryList a
{
	line-height: normal;
}

.buttons a
{
	line-height: 20px;
}

.categoryList ul:after
{
	content: '';
	display: block;
	clear: both;
}

