/* CSS Document */
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
/*margin-left:2px;
background-color: #2e3092;
background-image:url(images/menubg.gif);*/
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #2e3092;
margin-top:3px; 
margin-right:-5px;
width:159px;
margin-left:5px;
*/
/*margin-right:-5px;

background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
color:#FFFFFF;
/*
width: 90px; /*Width of top level menu link items*/
border-left-width: 0;
text-decoration: none;
/*background-color: #2e3092;
height:20px;
line-height:20px;*/
}
.suckertreemenu ul li a:hover{
color: #68c8f0;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
/*background-color: #2e3092;*/
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
/*background-color: #2e3092;
*/
}

/* Sub level menu links style */
.suckertreemenu ul li ul li .subMenu a{
display: block;
text-decoration: none;
height:25px;
width:165px;
background-image:url('../images/menu/dropdown_bg.gif');
background-position:center;
background-repeat:no-repeat;
/*color:#2b7fc7;*/
color:#4D4D4D;
padding-left:15px;
padding-right:2px;
padding-top:10px;
/*padding-left:17px;
padding-right:10px;
padding-top:10px;*/
border:0px solid #000000;
}
.suckertreemenu ul li ul li .subMenu a:hover{
display: block;
text-decoration: none;
height:25px;
width:165px;
background-image:url('../images/menu/dropdown_bg_hover.gif');
background-position:center;
background-repeat:no-repeat;
font-weight:bold;
}
.suckertreemenu ul li ul li .subMenuFooter a{
display: block;
text-decoration: none;
height:26px;
/*width:152px;*/
width:165px;
background-image:url('../images/menu/dropdown_bg_footer.gif');
background-position:center;
background-repeat:no-repeat;

/*color:#2b7fc7;*/
color:#4D4D4D;
padding-left:15px;
padding-right:2px;
padding-top:8px;
border:0px solid #FF0000;
/*padding-left:17px;
padding-right:10px;
padding-top:10px;*/
}
.suckertreemenu ul li ul li .subMenuFooter a:hover{
display: block;
text-decoration: none;
height:26px;
/*width:152px;*/
width:165px;
background-image:url('../images/menu/dropdown_bg_footer_Hover.gif');
background-position:center;
background-repeat:no-repeat;
font-weight:bold;
}
.suckertreemenu ul li ul li .subMenuHeader a{
display: block;
text-decoration: none;
height:22px;
/*width:152px;*/
width:165px;
background-image:url('../images/menu/dropdown_bg_header.gif');
background-position:center;
background-repeat:no-repeat;

/*color:#2b7fc7;*/
color:#4D4D4D;
padding-left:15px;
padding-right:2px;
padding-top:14px;
border:0px solid #FF0000;
/*padding-left:17px;
padding-right:10px;
padding-top:10px;*/
}
.suckertreemenu ul li ul li .subMenuHeader a:hover{
display: block;
text-decoration: none;
height:22px;
/*width:152px;*/
width:165px;
background-image:url('../images/menu/dropdown_bg_header_Hover.gif');
background-position:center;
background-repeat:no-repeat;
font-weight:bold;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
/*background-color: #2e3092;

background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
*/
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
/*background-color: #2e3092;*/
/*
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; /*height: 1%;*/ }
* html .suckertreemenu ul li a { /*height: 1%;*/ }
/* End */


#readmore_menu{

background-color:#993300;
width:12px;
}