li.divider {
height:30px;
display:block;
width:0px;
padding:0;
z-index: 200;
}

.menu {
width:555px;
height:40px;
float:left;
}

.menu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.menu ul li{
position: relative;
display: inline;
float: left;
text-align:center;
}

/*Top level menu link items style*/
.menu ul li a {
display: block;
width:111px; /*Width of top level menu link items*/
height:40px;
background:transparent url(/images/top_menu_tab_normal.jpg) top left no-repeat;
text-decoration: none;
line-height: 42px;
color:#064e87;
font-weight:normal;
font-stretch:narrower;
font-size:11px;
}

.menu ul li a.current {
background:transparent url(/images/top_menu_tab_current.jpg) top left no-repeat;
text-decoration:none;
font-weight:normal;
color:#ffffff;
}
	
/*Sub level menu*/
.menu ul li ul{
left: 5px;
top: 5px;
position: absolute;
margin-top:1px;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.menu ul li ul li{
display: inline;
float: none;
text-align:left;
}

/* Sub level menu links style */
.menu ul li ul li a{
text-decoration:none;
width: 160px; /*width of sub menu levels*/
font-size:11px;
height:20px;
line-height:20px;
font-weight: normal;
padding: 2px 10px;
background: #ffffff;color:#064e87;
text-align:left;
}

.menu ul li ul {
border-left:2px solid #cccccc;
border-right:2px solid #cccccc;
border-bottom:2px solid #cccccc;
margin-left:0px;
}

.menu ul li a:hover{
background-color:#ffffff;
color:#ffffff;
font-weight:normal;
background:transparent url(/images/top_menu_tab_current.jpg) top left no-repeat;
}

.menu ul li ul li a:hover{
background: #dddddd;
text-decoration:none;
color:#064e87;
font-weight:normal;
}

.menu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(../menu/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 .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */