.horizontalcssmenu{
margin: 0 auto;
width: 900px;
height: 30px;
font: bold 12px Verdana;
background: url(img/bk_top_menu.jpg) repeat-x;
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
width: 150px;
height: 30px;
display: block;
background: url(img/top_menu.jpg) right no-repeat; /*background of tabs (default state)*/
color: white;
text-decoration: none;
line-height: 25px;
}

.horizontalcssmenu a{
width: 150px;
height: 30px;
display: block;
background: url(img/bk_top_menu.jpg) repeat;
color: white;
text-decoration: none;
line-height: 25px;
}

.horizontalcssmenu a:hover{
margin: 0;
padding: 0;
background: url(img/bk2_top_menu.jpg) repeat-x; /*tab link background during hover state*/
color: white;
}

* 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;
background: url(img/bk2_top_menu.jpg) repeat-x; /*tab link background during hover state*/
color: white;
}

/*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 13px Verdana;
color: white;
width: 140px; /*width of sub menus*/
height: 15px;
padding: 5px;
margin: 0;
background: #568777; /*background of tabs (default state)*/
border-top-width: 0;
border-bottom: 1px solid gray;
text-align: left;
}

.horizontalcssmenu ul li ul li a:hover{ /*sub menus hover style*/
width: 150px; /*width of sub menus*/
height: 25px;
padding-top: 5px;
background: #456e61;
color: #ffffff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}