/*Sub level menu*/
#menu ul#menuHolder li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
#menu ul#menuHolder li ul li{
display: inline;
float: none;
/*background: #D0D0D0 url(../img/menu_bk.gif) repeat-x;*/
}

/* Sub level menu links style */
#menu ul#menuHolder li ul li a {
width:120px;
height:24px;
line-height:24px;
text-align: left;
font-weight: normal;
padding: 0px 0px 0px 18px;
/*background:#555;*/
background:url(../img/menu_bk.gif) repeat-x;
border-width: 0 1px 1px 1px;
}
#menu ul#menuHolder li ul li a:hover{
background: #cde686;
}

#menu .arrowdiv{
position: absolute;
right: 0;
}

*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#menuHolder li { float: left; height: 1%; }
*html #menu ul#menuHolder li a { height: 1%; }
/* End */

/*blueblock submenu*/
#blueblock{
width: 160px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin:0px 0px 1em 0px;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 99%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
width: 126px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
margin:0;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}