﻿div#spLateral
{
	padding-right: 15px;
	width: 300px;
	float: left;
	}
	
div#spLateral ul
{
	padding:0px; 
	background-color:#FFFFFF; 
	vertical-align:middle; 
	list-style: none; 
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold;
	color: #003366;
    padding-left:0px;
    margin:0;
	}

div#spLateral ul a
{
		font-family: Arial; 
	font-size: 16px; 
	font-weight: bold;
	color: #003366;}
div#spLateral ul li
{

    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: #B2C1D1;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-right-color: #B2C1D1;
    border-right-style: dotted;
    border-right-width: 1px;   
    background-repeat: no-repeat;


}

div#spLateral ul li a, div#spLateral ul li a:link
{
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold;
	color: #003366;
	text-align:center;    
}

div#spLateral ul li img
{
	vertical-align: middle; 
	text-align:left; 
	vertical-align:middle;
}

div#spLateral ul li:hover
{
	background-color: #B2C1D1;
	}
	


