.continut {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; color: #333333; letter-spacing: normal; text-indent: 2pt; word-spacing: normal}

#leftcolumn { 
 display: inline;
 font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}

#leftcolumn ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#leftcolumn li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}

#leftcolumn li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #leftcolumn li a {
		width: auto;
		}

#leftcolumn li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}
