ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {
	position:relative;
	float:left;
}
ul.menu ul {
	position:absolute;
	top:43px;
	left:0;
	background:#d1d1d1;
	display:none;
	opacity:0;
	list-style:none
}
ul.menu ul li {
	position:relative;
	border:1px solid #aaa;
	border-top:none;
	width:200px;
	margin:0
}
ul.menu ul li a {
	display:block;
	background-color:#d1d1d1;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.menu ul li a:hover {
	background-color:#c5c5c5
}
ul.menu ul ul {
	left:200px;
	top:-1px
}
ul.menu .sub {
	background-color: #d1d1d1;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 188px 9px;
}
ul.menu .topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaaaaa;
}
/*HOME*/
ul.menu .home {
	width:87px;
	height: 43px;
	line-height: 43px;
	background-image: url(../images/home/home.png);
}
/*ul.menu .home:hover {
	background-image: url(../images/home/home_.png);
}*/
ul.menu .home_ {
	width:87px;
	height: 43px;
	line-height: 43px;
	background-image: url(../images/home/home_.png);
}
/*ABOUT*/
ul.menu .about {
	width:91px;
	height: 43px;
	line-height: 43px;
	background-image: url(../images/home/about.png);
}
/*ul.menu .about:hover {
	background-image: url(../images/home/about_.png);
}*/
ul.menu .about_ {
	width:91px;
	height: 43px;
	line-height: 43px;
	background-image: url(../images/home/about_.png);
}
/*PRODUCTS*/
ul.menu .products {
	width:99px;
	height: 43px;
	line-height: 43px;
	background-image: url(../images/home/products.png);
}
/*ul.menu .products:hover {
	background-image: url(../images/home/products_.png);
}*/
ul.menu .products_ {
	width:99px;
	height: 43px;
	line-height: 43px;
	background-image: url(../images/home/products_.png);
}
/*RECOMMENDATION*/
ul.menu .recommendations {
	width:160px;
	height: 43px;
	line-height: 43px;
	background-image: url(../images/home/recommendations.png);
}
/*ul.menu .recommendations:hover {
	background-image: url(../images/home/recommendations_.png);
}*/
ul.menu .recommendations_ {
	width:160px;
	height: 43px;
	line-height: 43px;
	background-image: url(../images/home/recommendations_.png);
}
/*INFORMATION*/
ul.menu .information {
	width:166px;
	height: 43px;
	line-height: 43px;
	background-image: url(../images/home/information.png);
}
/*ul.menu .information:hover {
	background-image: url(../images/home/information_.png);
}*/
ul.menu .information_ {
	width:166px;
	height: 43px;
	line-height: 43px;
	background-image: url(../images/home/information_.png);
}
/*FAQ*/
ul.menu .faq {
	width:57px;
	height: 43px;
	line-height: 43px;
	background-image: url(../images/home/faq.png);
}
/*ul.menu .faq:hover {
	background-image: url(../images/home/faq_.png);
}*/
ul.menu .faq_ {
	width:57px;
	height: 43px;
	line-height: 43px;
	background-image: url(../images/home/faq_.png);
}
/*CONTACT*/
ul.menu .contact {
	width:91px;
	height: 43px;
	line-height: 43px;
	background-image: url(../images/home/contact.png);
}
/*ul.menu .contact:hover {
	background-image: url(../images/home/contact_.png);
}*/
ul.menu .contact_ {
	width:91px;
	height: 43px;
	line-height: 43px;
	background-image: url(../images/home/contact_.png);
}

