.myMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}

.myMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* Top MENU */

.myMenu ul li {
	position: relative;
	display: inline;
	float: left;
	background-color: #808080;
	text-align: center;
	vertical-align: middle;
/*	list-style-type:none;*/
}

.myMenu ul li a {
	display: block;
	width: 114px;
	padding: 3px 4px;
	border-left: 8px solid white;
	border-top-width: 0;
	border-bottom-width: 0;
	text-decoration: none;
	color: white;
	height: 22px;
}

.myMenu ul li ul{
	left: 0px;
	position: absolute;
	/*top: 1em;*/
	display: block;
	visibility: hidden;
	text-align: left;
	visibility: hidden;
	/*height:20px;*/
	/*width:200px;*/
	/*vertical-align: middle;*/
	border: 1px solid white;
}

/* DROP DOWN */

.myMenu ul li ul li{
	display: list-item;
	float: none;
	text-align: left;
	/*width:290px;*/
	width:100%;
	background-color: #C0C0C0;
	/*list-style-type:none;*/
	border-top-width: 0;
	border-bottom-width: 0;
}

.myMenu ul li ul li a{
	display: block;
	width: 179px;
	color: white;
	text-decoration: none;
	vertical-align: middle;
	padding: 3px 4px;
	margin: 0px;
	border-top-width: 0;
	border-bottom-width: 0;
	height:22px;
}

.myMenu ul li a:hover{
	background-color: black;
	color: white;
	/*list-style-type:none;*/
}

.myMenu ul li ul li a:hover{
	background-color: black;
	color: white;
	/*list-style-type:none;*/
}

* html p#iepara{
	padding-top: 1em;
	list-style-type:none;
	
}
	
/* Holly Hack for IE \*/
* html .myMenu ul li { float: left; height: 1%; }
* html .myMenu ul li a { height: 1%; }

