.jssmoothmenu-h{
width: 100%;
}

.jssmoothmenu-h ul,
.jssmoothmenu-h ol{
z-index:100;
margin:0;
padding:0;
list-style-type:none;
}

/*Top level list items*/
.jssmoothmenu-h ul li,
.jssmoothmenu-h ol li{
position:relative;
display:inline;
float:left;
}

/*Top level menu link items style*/
.jssmoothmenu-h ul li a,
.jssmoothmenu-h ol li a{
display:block;
padding:8px 10px;
}
* html .jssmoothmenu-h ul li a,
* html .jssmoothmenu-h ol li a{ /*IE6 hack to get sub menu links to behave correctly*/
display:inline-block;
}
	
/*1st sub level menu*/
.jssmoothmenu-h ul li ul,
.jssmoothmenu-h ol li ol{
position:absolute;
left:0;
display:none; /*collapse all sub menus to begin with*/
visibility:hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jssmoothmenu-h ul li ul li,
.jssmoothmenu-h ol li ol li{
display:list-item;
float:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jssmoothmenu-h ul li ul li ul,
.jssmoothmenu-h ol li ol li ol{
top:0;
}

/* Sub level menu links style */
.jssmoothmenu-h ul li ul li a,
.jssmoothmenu-h ol li ol li a{
width:160px; /*width of sub menus*/
padding:5px;
margin:0;
}

/* Holly Hack for IE \*/
* html .jssmoothmenu-h{
height:1%;
}
/*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downArrow{
position:absolute;
right:5px;
background:url("down.gif") no-repeat;
width:11px;
height:8px;
}

.rightArrow{
position:absolute;
right:5px;
background:url("right.gif") no-repeat;
width:8px;
height:11px;
}