.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: #ffffff;
font: bold 12px arial;
line-height: 22px;
text-align:center;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border: 0 solid #ffffff;
position: absolute;
display: block;
visibility: hidden;
z-index: 400;
}

/*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: #ffffff;
padding-top: 0px;
margin-top: 0;
background: url(../images/taribo_bttn_up_sub.gif) center center repeat-x;
border-bottom: 1px solid #ffffff;
}

.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:#ffffff;
}

.horizontalcssmenu #item2{
background: url(../images/taribo_bttn_dwn.gif) center center repeat-x;
color:#ffffff;
}

.horizontalcssmenu ul li ul li #item3{
display: inline;
float: none;
}

.horizontalcssmenu #item3 a{
width: 146px; /*width of sub menu levels*/
height: 35px;
font: bold 12px arial;
line-height: 16px;
color: #ffffff;
padding-top: 0px;
margin-top: 0;
background: url(../images/taribo_bttn_up_sub2.gif) center center repeat-x;
border-bottom: 1px solid #ffffff;
}

.horizontalcssmenu ul li #item3 a:hover{
background: url(../images/taribo_bttn_ovr_sub2.gif) center center repeat-x;
color:#ffffff;
}

.horizontalcssmenu #item4{
background: #336699;
color:#fff;
}

.horizontalcssmenu ul li ul li #item5{
display: inline;
float: none;
}

.horizontalcssmenu #item5 a{
width: 146px; /*width of sub menu levels*/
height: 35px;
font: bold 12px arial;
line-height: 16px;
color: #ffffff;
padding-top: 0px;
margin-top: 0;
background: url(../images/taribo_bttn_up_sub2.gif) center center repeat-x;
border-bottom: 1px solid #ffffff;
}

.horizontalcssmenu ul li #item5 a:hover{
background: url(../images/taribo_bttn_ovr_sub2.gif) center center repeat-x;
color:#ffffff;
}

.horizontalcssmenu #item6 a{
width: 146px; /*width of sub menu levels*/
height: 35px;
font: bold 12px arial;
line-height: 16px;
color: #ffffff;
padding-top: 0px;
margin-top: 0;
background: url(../images/taribo_bttn_up_sub2.gif) center center repeat-x;
border-bottom: 1px solid #ffffff;
}

.horizontalcssmenu ul li #item6 a:hover{
background: url(../images/taribo_bttn_ovr_sub2.gif) center center repeat-x;
color:#ffffff;
}

.horizontalcssmenu ul li ul li a:hover{
background: url(../images/taribo_bttn_ovr_sub.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 */
