ul#menu
{
	width: 110px;
	list-style-type: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

ul#menu2
{
	width: 110px;
	list-style-type: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

ul#menu li, ul#menu a
{
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color: #000000;
  margin-left:0;
  padding-left:5px;
}

ul#menu2 li, ul#menu2 a
{
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color: #000000;
  margin-left:0;
  padding-left:10px;
}

ul#menu2 li#rot
{
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color: #FFFFFF;
  background: #9F0000;
  margin-left:0px;
  padding-left:10px;
}


.cursor_active
{
  cursor:pointer;
}


.cursor_none
{
  cursor:pointer;
}


ul#menu ol li
{
  line-height: 20px;
  border-bottom: none;
  margin: 0px;
  padding-left:5px;
}

ul#menu a
{
  text-decoration: none;
}

ul#menu a:hover
{
  color: #C20001;
}

ul#menu a.active
{
  color: #000000;
}

.dashed {
  line-height: 25px;
}

.solid{
  border-bottom: solid 1px #000000;
  line-height: 25px;
}
