@charset "UTF-8";
/* CSS Document */

#nav #actual a {
	background-color: #FFB038;
	color: #0260D1;
}
#mainContanier {
	background-color: #000000;
	width: 880px;
	margin-left: -440px;
	
	position: absolute;
	left: 50%;
}
#nav {
	margin: 15px 0px 15px;
	padding: 0px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8 em;
	border-right-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
	float: left;
	color: #0260D1;
}
#nav ul {
	color: #0260D1;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	list-style-position: inside;
	}
nav ul li {
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#nav ul li a {
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 2px 2px 2px .5em;
	width: 100%;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #333333;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #0260D1;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #E3E3E3;
}
#nav ul li a:hover {
	border-left-width: 10px;
	border-left-style: solid;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #999999;
	color: #0260D1;
}

