/* CSS Document */
#cataloguemenu {
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
ul#cataloguemenu {
	position:absolute;
	top:-2px;
	margin: 0;
	padding: 0;
	float:left;	
	z-index:10;
	font-size:12px;
	list-style: none;
	width: 100%;
}
ul#cataloguemenu li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*--Important--*/
	padding:0px 3px;
	height: 40px;
	line-height:40px;
	white-space: normal;
	text-align:center;
	float:left;
	width: auto;	
	text-transform:uppercase;
	border-right:1px solid #FFF;
	/*width:159px;*/
	 white-space: nowrap;
}
ul#cataloguemenu li:hover, ul#cataloguemenu li:hover {
	background: #f12232; /* Old browsers */
background: -moz-linear-gradient(top,  #f12232 0%, #a01821 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f12232), color-stop(100%,#a01821)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f12232 0%,#a01821 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f12232 0%,#a01821 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f12232 0%,#a01821 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f12232 0%,#a01821 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f12232', endColorstr='#a01821',GradientType=0 ); /* IE6-9 */
} /*--Hover State--*/
ul#cataloguemenu li a {
	color:#FFF;	
	text-decoration:none;	
	}
ul#cataloguemenu li:hover a, ul#cataloguemenu li a:hover {color:#FFF; } /*--Hover State--*/
ul#cataloguemenu li .sub {
	position: absolute; /*--Important--*/
	top: 40px;
	left: 0px;
	z-index: 99999;
	background-color:#a01821;
	padding: 10px 10px 10px;
	display: none; /*--Hidden for those with js turned off--*/	
	/*width:980px;*/
	-moz-box-shadow: 2px 2px 5px 0px #656565;
	-webkit-box-shadow: 2px 2px 5px 0px #656565;
	-o-box-shadow: 2px 2px 5px 0px #656565;
	box-shadow: 2px 2px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
	margin-top:10px;
}
ul#cataloguemenu li .sub ul{
	float:left;
	list-style: none;
	margin: 0;
	padding: 0;
	/*width: 100%;*/
	width: 980px;
	clear:both;
}
ul#cataloguemenu .sub ul li {
	width: 100%; /*--Override parent list item--*/
	height: auto;
	color:#FFF;
	max-width:none;
	text-align:left;
	line-height:15px;
	margin-left:-10px;
	text-transform:none;
	border:none;
}
ul#cataloguemenu .sub ul li:hover{
	background:none;
}
ul#cataloguemenu .sub ul li a {
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	display: block;
	text-decoration: none;
	color:#0e0e0e;
	background:none;
	font-size:11px;
}
ul#cataloguemenu .sub ul li a:hover {
	color: #0e0e0e;
	background:none;
	text-decoration: underline;
	background-position: 5px 12px;/*--Override background position--*/
}
#menublock h2 {
	margin-top:0px;
	margin-bottom:5px;
	padding:0px;
	/*background:#0e0e0e;*/
	border-bottom:1px solid #0e0e0e;
	font-size:10px;
	line-height:20px;
	background: #999; /* Old browsers */
	text-align:left;
	line-height:10px;
}

#menublock{
	/*border:1px solid #0e0e0e;
	margin-left:7px;
	margin-top:7px;
	width:235px;
	min-height:235px;
	float:left;*/

	position:relative;
	float:left;
	border:1px solid #999999;
	width:140px;
	min-height:280px;
	/*overflow:hidden;*/
	margin-right:5px;
	margin-top:5px;	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	background-color:#FFFFFF;
	 /*white-space: nowrap;*/
	 word-wrap: break-word; 
	 margin-bottom:10px;
}