.Menu {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333399;
	font-weight: bold;
	text-indent: 10px;
	text-decoration: none;
}
.Texto {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	line-height: 12px;
	text-decoration: none;
}
.Titulo {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	font-variant: normal;
}
.Precios {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C3C3C;
	line-height: 8px;
	text-indent: 0px;
}
.SubMenu {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3838A9;
	font-weight: normal;
	text-indent: 10px;
	text-decoration: none;
}
.borde {
	border: 1px solid #E3E3E3;
}
.Mail {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	line-height: 12px;
	font-weight: normal;
}
.PiePagina {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C3C3C;
	line-height: 11px;
}
.FormularioVenta {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	line-height: 12px;
	text-decoration: none;
	width: 250px;
}
.BotonFormulario {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
	line-height: 12px;
	text-decoration: none;
	width: 150px;
	height: 24px;
}


/* 
Title: Vertical CSS menu with a behavior file.
Author: Stefan Vervoort
Blog: http://www.divitodesign.com/blog/ 
Article: http://www.divitodesign.com/blog/2008/01/vertical-css-menu-with-a-behavior-file/
*/

body {
	behavior: url(csshover.htc);
}
 
a {
	color: #333399;
	text-decoration: none;
	text-indent: 7px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:158px;
}

ul li {
	height:100%;
	position: relative;
	float:left;
	width:100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #333399;
	background-repeat: no-repeat;
	}
	
ul li ul li{
	background-color: #CCCCCC;
	line-height: 19px;
	text-indent: 18px;
	font-variant: normal;
	}

ul li a{
	display:block;
	padding: 2px 3px;
	}

ul li a:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
}

ul li ul li a {
	background-color: #F5F5F5;
	font-weight: normal;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #fff;
	background-image: url(Imagenes/puntonaranja_tr.gif);
	background-repeat: no-repeat;
	text-indent: 18px;
	line-height: 18px;
}

ul li ul li a:hover{
	border-left:1px solid #fff;
	background-color: #EBEBEB;
	color: #333399;
}

ul ul {
	position: absolute;
	top: 0;
	display:none;
}

ul li:hover ul{
	display: block;
	left:158px;
}
