/* product_menu.css CSS Document for *product*.xhtml */

#pro_menu_com{
	padding:10px 100px 10px 100px;
	text-align:center;
}

#menu_head{
	color:white;
	font-weight:bold;
	background-color:gray;
}

.country{
	border: 1px solid #CCC;
}
.menu_left{
	float:left;
	width:160px;
	border-right:#cccccc 1px solid;
}
.menu_right{
	margin-left:160px;
	text-align:left;
}

.child{
	padding-left:20px;
}
.parent a{
	text-decoration:none;
	color:black;
	background-color:inherit;
}
.parent a:visited{
	text-decoration:none;
	color:black;
	background-color:inherit;
}
.parent a:hover{
	text-decoration:underline;
	color:blue;
	background-color:inherit;
}

.name {
	cursor: pointer;
}