html,body{ margin:0;padding:0 }
a img { border: 0; }
:-moz-any-link:focus { outline: none; }

body{
	font: 62.5% verdana, arial,sans-serif;
	text-align:left;
	background: #fff;
	margin: 0;}

/*MENU*/
ul#menu {
	list-style-type:none;
	margin: 0;
	padding: 0;
  width: 136px;
  height: 300px;
	overflow-x: hidden;
  overflow-y: auto;}

ul#menu li {
	list-style-type:none;
  margin: 0;
  padding: 0;}

ul#menu li a {
	width: 116px;
	margin: 0;
	padding: 2px 0 0 20px;
	line-height: 18px;
	display: block;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #fff; }

/*MENU NORMALE LINKS*/
ul#menu li a:link, ul#menu li a:visited {
	color: #000; }
ul#menu li a:hover {
	display: block;
	text-decoration: none;
	background: transparent url(img/dot.gif) no-repeat 6px center;
	color: #1b2e66;}
ul#menu li a:active {
	color: #000; }

/*MENU STRONG*/
ul#menu li a:link strong, ul#menu li a:visited strong{
	color: #1b2e66;
	font-weight: bold; }
ul#menu li a:hover strong{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #df0029; }
ul#menu li a:active strong{
	color: #1b2e66;
	font-weight: bold;}
