/* CSS Document */
#menu {
	width: 130px;
	color: #C9BEBE;
	padding: 0px;
	margin-top: 30px;
	margin-left: 50px;
}
ul#menu {
	width:130px;
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
ul#menu li {
	width: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #853D3D;
	}
ul#menu li a:link {
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:15px;
	width: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #C9BEBE;
	}
 ul#menu li a:visited {
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:15px;
	padding-top: 5px;
	color: #C9BEBE;
	padding-bottom: 5px;

}
ul#menu li a:hover {
	color:#990000;
	width: 130px;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}
ul#menuitens {
	width:130px;
	margin:0;
	padding:0;
	list-style-type:none;
}
ul#menuitens li {
	border-bottom:1px solid #1B4A9C;
	color:#1B4A9C;
	height: 30px;
	padding-left: 0px;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
}

#menusegundona {
	width: 100px;
	color: #CC0000;
	padding: 0px;
	margin-top: 10px;
}
ul#menusegundona {
	width:100px;
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
ul#menusegundona li {
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
ul#menusegundona li a:link {
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:13px;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #CC0000;
	}
 ul#menusegundona li a:visited {
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:13px;
	padding-top: 5px;
	color: #CC0000;
	padding-bottom: 5px;
}
ul#menusegundona li a:hover {
	color:#990000;
	width: 100px;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 5px;
}

