/*NAVIGATION STYLES*/
/*Note: Each level of navigation is given a class name like nav-level-x where x is the depth starting from 0*/

#nav ul {
	width: 207px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003847;
	font-size: 12px;
	line-height: 16px;

}

#nav li {
	background-image: url(../images/nav2-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 12px;

}

#nav a {
	background-image: url(../images/nav2-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	border:0;
	width:auto;
	display:block;
	text-decoration: none;
	color: #003847;
	font-weight: normal;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size: 70%;
	text-transform: capitalize;
}

#nav a:active {
	color: #AA63BC;

}

#nav a:hover {
	color: #AA63BC;

}

.chatonline {
	padding-left: 20px;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}

.contacto {
	position: absolute;
	z-index: 20;
	left: 690px;
	top: 80px;
}
.contacto a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 90%;
	line-height: 14px;
	font-weight: bold;
	background-color: #CC66CC;
	display: block;
	height: 21px;
	width: 100px;
	padding-top: 5px;
	padding-left: 14px;
	text-align: left;
	text-decoration: none;
	background-image: url(../images/contacto.jpg);
	background-position: left top;
}
.contacto a:hover {

	background-image: url(../images/contacto2.jpg);
	background-position: left top;
	}
