/*Sub level menu*/
#menu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #FFCC00;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
#menu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
#menu ul li ul li a{
width:100px !important;
height:25px  !important;
line-height:25px;
font-weight: normal;
padding: 2px 2px;
background: #FFF;
border-width: 0 1px 1px 1px;
border:1px solid #ffcc00;
border-top-width:0px;
}

#menu ul li ul li a:hover{
background: #FFF;
}

#menu .arrowdiv{
position: absolute;
right: 0;
/*background: transparent url(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;
}