.menu_link_home_1 {
	padding: 0.51em;
	background-color: #ccc;	
	border: 2px solid white;
	float: left;
	width: 99px;
	text-align: center;
	text-decoration: none;
	margin: 1px;	
	color: black;
	font-size:0.9em;
	
	
	-moz-border-radius: 1em 4em 1em 4em; 
	border-radius: 1em 4em 1em 4em;
}



/** OLD **/
#menu_right {
	float:right;
	margin-right: 21px;
	margin-top: 25px;
}

/* MENU BAR */
#home {
	float: left;
	width: 80px;
	margin-right: 5px;
	cursor: pointer;
	text-decoration: none;
}

#contact {
	float: left;
	width: 80px;
	cursor: pointer;
	text-decoration: none;
}

#products {
	float: left;
	width: 80px;
	margin-right: 5px;
	cursor: pointer;
	text-decoration: none;
}

.menu_link_home {
	text-decoration: none;
}

/* BUTTON TOP */
.button_top_left {
	float: left;
	background-color: transparent;
	background-image: url(img/button/1tlhover.gif);
	width: 6px;
	height: 6px;
}

.button_top_middle {
	background-color: transparent;
	background-image: url(img/button/1tmhover.gif);
	background-repeat: repeat-x;
	margin-left: 6px;
	width: 68px;
	height: 6px;
}

.button_top_right {
	float: right;
	background-color: transparent;
	background-image: url(img/button/1trhover.gif);
	width: 6px;
	height: 6px;
}

/* BUTTON MIDDLE */
.button_middle_left {
	float: left;
	background-color: transparent;
	background-image: url(img/button/1lmhover.gif);
	background-repeat: repeat-y;
	width: 6px;
	height: 20px;
}

.button_middle_cn {
	background-color: transparent;
	background-image: url(img/button/1cnhover.gif);
	background-repeat: repeat;
	width: 80px;
	height: 20px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

.button_middle_right {
	float: right;
	background-color: transparent;
	background-image: url(img/button/1rmhover.gif);
	background-repeat: repeat-y;
	width: 6px;
	height: 20px;
}

/* BUTTON BOTTOM */
.button_bottom_left {
	float: left;
	background-color: transparent;
	background-image: url(img/button/1blhover.gif);
	width: 6px;
	height: 6px;
}

.button_bottom_middle {
	background-color: transparent;
	background-image: url(img/button/1bmhover.gif);
	background-repeat: repeat-x;
	margin-left: 6px;
	width: 68px;
	height: 6px;
}

.button_bottom_right {
	float: right;
	background-color: transparent;
	background-image: url(img/button/1brhover.gif);
	width: 6px;
	height: 6px;
}
