.horizontalcssmenu ul{
margin: 0 ;
padding: 0;
list-style-type: none;
float:right;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 146px; /*Width of top level menu link items*/
height: 25px;
padding: 0;
margin:0 2px 0 2px;
border:0;
text-decoration: none;
background: url(../images/taribo_bttn_up.gif) center center repeat-x;
color: #777777;
font: bold 12px arial;
line-height: 22px;
text-align:center;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border: 0 solid #000000;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 146px; /*width of sub menu levels*/
height: 25px;
font: bold 12px arial;
line-height: 22px;
color: #777777;
padding-top: 4px;
margin-top: 0;
background: url(../images/taribo_bttn_up2.gif) center center repeat-x;
border-top: 0 solid #000000;
}

.horizontalcssmenu ul li a:hover{
background: url(../images/taribo_bttn_ovr.gif) center center repeat-x;
color:#ffffff;
}

.horizontalcssmenu #item1{
background: url(../images/taribo_bttn_dwn.gif) center center repeat-x;
color:#444444;
}

.horizontalcssmenu #item2{
background: url(../images/taribo_bttn_dwn2.gif) center center repeat-x;
color:#444444;
}

.horizontalcssmenu #item3{
background: #339900;
color:#fff;
}

.horizontalcssmenu #item4{
background: #336699;
color:#fff;
}

.horizontalcssmenu ul li ul li a:hover{
background: url(../images/taribo_bttn_ovr.gif) center center repeat-x;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 10px;
top:2px;
background: transparent url(../images/menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */