.menubar ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.menubar ul li{
	position: relative;
	display: inline;
	float: left;
	background-image: url(images/submenu-hover.jpg);

}


.menubar ul li a{
display: block;
width: 100px;
height:18px;
padding-bottom:3px;
padding-left:8px;
padding-right:8px;
padding-top:3px;
border-left-width: 0;
text-decoration: none;
background: url(submenu_.jpg) center center repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
font-style: normal;
color:#F9F1C2;
}
	
/*Sub level menu*/
.menubar ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}


.menubar ul li ul li{
display: inline;
float: none;
}



.menubar ul li ul li a
{
width: 100px;
font-weight: normal;
height:18px;
padding-bottom:3px;
padding-left:5px;
padding-right:5px;
padding-top:3px;
background: url(submenu-hover.jpg);
border-width: 0 1px 1px 1px;
}

.menubar ul li a:hover
{
display: block;
width: 100px; 
height:18px;
padding-bottom:3px;
padding-left:8px;
padding-right:8px;
padding-top:3px;
border-left-width: 0;
background: url(submenu_hover.jpg) center center repeat-x;
color:#EADDD5;
}

.menubar ul li ul li a:hover
{
width: 100px;
height:18px;
font-weight: normal;
padding-bottom:3px;
padding-left:5px;
padding-right:5px;
padding-top:3px;
background: url(submenu_hover.jpg) center center repeat-x;
color:#EADDD5;
}

* html p#iepara{ 
padding-top: 1em;
}
	

* html .menubar ul li { float: left; height: 1%; }
* html .menubar ul li a { height: 1%; }
/* End */

