a {
	text-decoration: none;
}

a:link {
	color: #080;
}

a:visited {
	color: #790;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: white;
	font-family: Arial, Helvetica, "Trebuchet MS", Georgia, Sans-Serif;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0.2em 10px;
	BACKGROUND-COLOR: #919191;
	font-family: Arial, Helvetica, "Trebuchet MS", Georgia, Sans-Serif;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #FFFFFF;
	border-width: 0 5px;
}

li {
	float: left;
	position: relative;
	height: 21px;
	text-align: center;
	cursor: default;
	background-color: white;
	BACKGROUND: url(../gfx/bground_menu.jpg);
	color: #FFFFFF;
	font-size: 12px;
	border-color:#7D7D7D;
  border-top-width:1px;
  border-top-style:solid;
  border-bottom-width:1px;
  border-bottom-style:solid;
	
}

li#first {
	border-color:#7D7D7D;
	border-left-width:1px;
  border-left-style:solid;
}

li#last {
	border-color:#7D7D7D;
	border-right-width:1px;
  border-right-style:solid;
}

li ul {
	display: none;
	position: absolute;
	left: 0;
	font-weight: normal;
	BACKGROUND-COLOR: #919191;
	padding-top:6px;

}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	BACKGROUND-COLOR: #919191;
	border: 0;
	height: 18px;
	
	text-align: left; 
	font-size: 12px;
}

li:hover ul, li.over ul {
	display: block;
}

