@charset "utf-8";
/* CSS Document */

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: white;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #FFF;
	padding: 0.2em 5px;
	background-image:url(images/menubd.png);
	background-repeat: repeat;
	font-size: 85%;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image:url(images/menubd75.png);
	background-repeat: repeat;
	
}

li {
	float: left;
	position: relative;
	width: 120px;
	cursor: default;
}

li#first {

}

li#last {

}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	
	font-weight: normal;

	padding: 0.5em 0 1em 0;

}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	width: 190px;
	position:relative;
 	top:7px;

}

li:hover ul, li.over ul {
	display: block;
}
