/**************************************/
/*             NAVIGATION             */
/**************************************/
#primary_nav {
	float: left;
	
	
}

#primary_nav, #primary_nav li {
	display: block;
	width: 160px;
	list-style-type: none;
	background-color: #163c6e;
	
	
}

#primary_nav li a{
	text-decoration: none;
	padding: 0px;
	width: 136px;
	padding: 5px 0 5px 25px;
	display: block;
	background: transparent url("../images/nav_button.gif")top left no-repeat;
	border-bottom: 1px gray dotted;
	color: white;
	
}
#primary_nav li a:hover { 
	color:#fff !important;
	background: transparent url("../images/bullet.png") 5px 50% no-repeat;
	background-color: #0f2f5a;
}
#primary_nav li a:focus { 
	background: transparent url("../images/nav_button.gif")bottom right no-repeat;
}
#primary_nav li.main .active {
	background: transparent url("../images/nav_button.gif")bottom right no-repeat;
} 
#dot-link {
	margin-left: 15px;
	margin-top: 10px;
	float: left;
}
#fil-med {
	margin-left: 30px;
	margin-top: 10px;
	float: left;
}