.horizontalcssmenu{
margin-left: 20px;
width: 966px;
height: 34px;
font: normal 11px Arial;
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
text-align: center;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
width: 100px;
height: 34px;
display: block;
color: white;
text-decoration: none;
line-height: 30px;
}

.horizontalcssmenu a{
width: 100px;
height: 34px;
display: block;
color: white;
text-decoration: none;
line-height: 30px;
}

.horizontalcssmenu a:hover{
margin: 0;
padding: 0;
color: #ccff66;
}

* html .horizontalcssmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.horizontalcssmenu ul li a:link, .horizontalcssmenu ul li a:visited{
color: white;
}

.horizontalcssmenu ul li a:hover{
margin: 0;
padding: 0;
color: #ccff66;
}

/*1st sub level menu*/
.horizontalcssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.horizontalcssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.horizontalcssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
font: normal 9px Tahoma;
color: white;
width: 140px; /*width of sub menus*/
height: 25px;
padding: 5px;
margin: 0;
background: url(./img/menu.gif) repeat; /*background of tabs (default state)*/
border-top-width: 0;
border-bottom: 1px solid gray;
text-align: left;
hidden: overflow;
}

.horizontalcssmenu ul li ul li a:hover{ /*sub menus hover style*/
width: 140px; /*width of sub menus*/
height: 30px;
padding: 5px;
background: url(./img/menu.gif) repeat;
color: #ccff66;
hidden: overflow;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
