.expmenu{
font: bold 11pt "Lucida Sans Unicode", "Century Gothic", Verdana;
background-image: url(../images/navBG.jpg); background-position:top left; background-repeat:no-repeat;
text-align:left;
padding-left: 331px;
height:46px; 
}

.expmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.expmenu ul li{
position: relative;
display: inline;
float: left;
z-index: 999999;
}

/*Top level menu link items style*/
.expmenu ul li a{
display: block;
color: #1F5B7E;
padding: 0px 12px; /*first is height of cell and second is left right padding*/
border-right: 0px solid #004771;
color: #2d2b2b;
text-decoration: none;
}

* html .expmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.expmenu ul li a:link, .expmenu ul li a:visited{
color: #5387A5;
}

.expmenu ul li a:hover{
background: #001724; /*tab link background during hover state*/
color: #B1D6EC;
background-image: url(../images/spacer.gif); background-position:center left; background-repeat:repeat-x; /*put the actual BG image here not spacer*/
}
	
/*1st sub level menu*/
.expmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background: #003554;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.expmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.expmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.expmenu ul li ul li a{
font: normal 13px "Lucida Sans Unicode", "Century Gothic", Verdana;
width: 190px; /*width of sub menus*/
padding: 10px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #004771;
/*background-image: url(../images/navBG_over.gif); background-position:center left; background-repeat:repeat-x;*/
}

.expmenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 0px;
right: 0px;
}

.rightarrowclass{
position: absolute;
top: 12px;
right: 5px;
}

