@charset "utf-8";

ul#menu {
  width: 201px;
  list-style-type: none;
  border-top: solid 10px #FFF;
  margin: 0;
  padding: 0;
  background:#b1ddff;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 15px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 14px;
  color: #0000ff;
}

ul#menu li#but {
background-image: url('../images/button.png');
	background-repeat: no-repeat;

	padding-left: 10px;
  line-height: 40px;
  	font-size: 12px;
	color: #eeeeee;
  text-decoration: none;
  outline: none;
  font-weight: bold;
}
ul#menu li#but:hover {
	background-image: url('../images/buttonOver.png');
	background-repeat: no-repeat;
		font-size: 12px;
  color: #FF9999;
    font-weight: bold;
	padding-left: 10px;
	line-height: 40px;
}
ul#menu ol li {
  border-bottom: solid 1px #FFF;
}

ul#menu ol li:before {
  content: ":: ";
}

ul#menu a {
	font-size: 12px;
	color: #eeeeee;
  text-decoration: none;
  outline: none;
  font-weight: bold;
}

ul#menu a:hover {
		font-size: 12px;
  color: #FF9999;
    font-weight: bold;
}

ul#menu a.active {
		font-size: 12px;
  color: #F00;
    font-weight: bold;
}
