.menubar ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.menubar ul li{
position: relative;
display: inline;
float: left;

}


.menubar ul li a{
display: block;
height:18px;
padding-bottom:2px;
padding-left:5px;
padding-right:5px;
padding-top:2px;
text-decoration: none;
background: url(../images/submenu-hover.jpg) center center repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
font-style: normal;
color:#000066;
border: inset 1px solid #32506B;
}
	

.menubar ul li a:hover
{
display: block;
height:18px;
padding-bottom:2px;
padding-left:5px;
padding-right:5px;
padding-top:2px;
background:url(../images/submenu-.jpg) center center repeat-x;
color:#000066;
border: inset solid #32506B;
}


* html p#iepara{ 
padding-top: 1em;
}
	

* html .menubar ul li { float: left; height: 1%; }
* html .menubar ul li a { height: 1%; }
/* End */