/* CSS Document */
/*FOR LEFT MENU**************************************/
#nav {
float:left;
left: 0px;
top: 0px;
width:148px;
margin:0;
padding:0;
height:1%;
}
ol {
margin: 0px;
list-style: none;
cursor: pointer;
width:100%;
}

ol li a {
display: block;
margin: 0px;
top: 0px;
left: 0px;
width:100%;
line-height:1em;
	border-style: solid;
	border-width: 1px;
	border-color:#004E77;
}
a.site{
	display: block;
	padding: 3px 0px 5px 4px;
	font-size: 0.7em;
	font-weight: bold;
background-color: #E2EBF3;
}

a.man {
	display: block;
	padding: 3px 0px 5px 4px;
	font-size: 0.7em;
	font-weight: bold;
background-color: #D7DCF2;
}
a.cat {
	display: block;
	padding: 3px 0px 5px 4px;
	font-size: 0.7em;
	font-weight: bold;
background-color: #D7EEF2;
}
/* Fix IE. Hide from IE Mac \*/
* html a.cat { margin-left: 0 ; }
* html ol li a { height: 0.8em; }
 /* End */

a.man:link, a.cat:link, a.site:link {
	color: #4088C0;
	text-decoration: none;
	}

a.man:visited, a.cat:visited,  a.site:visited {
	color: #4088C0;
	text-decoration: none;
	}
	
a.man:hover, a.cat:hover, a.site:hover {
	color: #FFFFFF;
	background-color:#4088C0;
	text-decoration: none;
	}

a.man:active, a.cat:active, a.site:active {
	color: #4088C0;
	text-decoration: none;
	}
	
