<!-- First level -->

#menu ul {
  margin		: 0px;
  padding		: 0px;
  display: inline;
  list-style-type: none;
}

#menu li {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 1.1em;
	font-family: Verdana;
  display: inline;
  list-style-type: none;
	padding-right: 5px;
}

#menu a:link, #menu a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 1.1em;
	font-family: Verdana;
  display: inline;
  list-style-type: none;
}

#menu a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #9C151B;
	font-size: 1.1em;
	font-family: Verdana;
  display: inline;
  list-style-type: none;
}

#menu .on, #menu a.on:link, #menu a.on:visited {
	font-weight: bold;
	text-decoration: none;
	color: #9C151B;
	font-size: 1.1em;
	font-family: Verdana;
  display: inline;
  list-style-type: none;

#menu a.on:hover {
	font-weight: bold;
	text-decoration: none;
	color: #9C151B;
	font-size: 1.1em;
	font-family: Verdana;
  display: inline;
  list-style-type: none;
}


<!-- first level endar -->


<!-- second level -->

#navigation {
  margin: 0px;
  padding: 10px;
  font-family: Times New Roman;
  font-size: 1em;
  text-align: left;
  border:  0px solid red;
  width: 134px;
	height: 320px;
	min-height: 320px;
	background: transparent;
}

 .navigation {
  margin: 0px;
  padding: 10px;
  font-family: Times New Roman;
  font-size: 1em;
  text-align: left;
  border:  0px solid red;
  width: 134px;
	height: 320px;
	min-height: 320px;
	background: transparent;
}

#navigation ul {
  margin		: 0px;
  padding		: 0px;
  display: block;
  list-style-type: none;
}

#navigation li {
	font-weight: bold;
	text-decoration: none;
	color: #C13B3A;
	font-size: 1em;
	font-family: Times New Roman;
  display: block;
  list-style-type: none;
  padding-bottom: 5px;
}

#navigation a:link, #navigation a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #C13B3A;
	font-size: 1em;
	font-family: Times New Roman;
}

#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #948B8B;
	font-size: 1em;
	font-family: Times New Roman;
}

#navigation .on, #navigation a.on:link, #navigation a.on:visited {
	font-weight: bold;
	text-decoration: none;
	color: #948B8B;
	font-size: 1em;
	font-family: Times New Roman;
}

#navigation a.on:hover {
	font-weight: bold;
	text-decoration: none;
	color: #C13B3A;
	font-size: 1em;
	font-family: Times New Roman;
