/*****************************************************************************/
/*     menu2.css                                                             */
/*                                                                           */
/*     Estilos para menu2.html                                               */
/*                                                                           */
/*****************************************************************************/

* {
	outline-style: none;
}

html {
	background-color: #969696;
}

img {
	border: 0px;
}

.menu_list {
	font-family: Verdana, arial, sans-serif;
	width: 120px;
}

.menu_head {
	font-size: 12px;
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 0;
}

.menu_body {
	font-size: 10px;
	display: none;
}

.menu_body a,
.menu_body a:link,
.menu_body a:visited {
	text-decoration: none;
	display: block;
	width: 120px;
	color: #515151;
}

.menu_body a:hover {
	text-decoration: none;
	color: #000000;
	
}