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

.blank_separator {
height:10px;
background:#ffffff;
}

.menu {
margin-left:0px;
margin-top:-3px;
width:620px;
float:left;
margin-left:20px;
padding-top:0px;
color:#888888;
}

.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: 100px; /*Width of top level menu link items*/
height:34px;
text-decoration: none;
text-transform: uppercase;
line-height:34px;
color: #888888;
font-weight: normal;
margin-top:7px;
}

.menu ul li a.current {
background: url(/img/top_nav_bg_white.jpg) top left no-repeat;
text-decoration:none;
font-weight:bold;
height:34px;
margin-top:7px;
line-height:34px;
}

.menu ul li a:hover {
background: url(/img/top_nav_bg_white.jpg) top left no-repeat;
text-decoration:none;
height:34px;
color: #888888;
font-weight:bold;
margin-top:7px;
line-height:34px;
}

/*Sub level menu*/
.menu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
text-align:left;
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: 210px; /*width of sub menu levels*/
font-size:10px;
height:20px;
line-height:20px;
font-weight: normal;
padding: 2px 10px;
background: #f6f6f6;
margin-top:0px;
}
.menu ul li ul {
border-left:2px solid #dedede;
border-right:2px solid #dedede;
border-bottom:2px solid #dedede;
margin-left:3px;
}



.menu ul li ul li a:hover {
background: #ffffff;
text-decoration:none;
color:#888888;
font-weight:bold;
margin-top:0px;
height:20px;
line-height:20px;
}

.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 */