
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
div#topcats {background:url(../../images/top-menu_08.jpg) repeat-x; width:100%;

}
div.suckertreemenu { margin:0px; padding:0px; xxbackground:#ff0a22; height:29px;
xxbackground: url(../images/ddmenubg.gif); z-index:200;	
background:url(../../images/top-menu_08.jpg) repeat-x
}
.suckertreemenu * { z-index:210; xborder:1px solid #fefefe;}

.suckertreemenu ul li, .suckertreemenu ul li a { font-weight:bold; font-size:15px;}


.suckertreemenu ul li.topper { background:transparent; padding:0px; text-align:center;}	/* Ameen: by me, this is the top main menu */


.suckertreemenu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
list-style-position:outside;
float:left;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: right;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 0px 0px 0px 0px;
margin:0px;
color:#fff;
line-height:28px;
text-decoration: none;
height:19px;		/* AMEEN: height = 33 - padding = 33 - 10 = 23 */
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
margin:0px;
right: -1px;
padding:0px;
position: absolute;
top: -5px;
visibility: hidden;
border:1px solid #49779B;
border-bottom:0px;
width: 126px; /*width of sub menu levels*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
margin:0px;
padding:0px;
display: list-item;
float: none;
background:#EFEFEF;
text-align:right;
border-bottom:1px solid #49779B;
width: 126px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
right: 159px; /* no need to change, as true value set by script */
top: 0px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
margin:0px;
display: block;
width: 120px; /*width of sub menu levels*/
text-decoration: none;
xxpadding:9px;
xxpadding-bottom:0px;
padding-right:6px;
height:25px;
line-height:24px;
color:#000;
font-weight:normal;
font-size:11px;
font-family:Tahoma, Geneva, sans-serif;
}

.suckertreemenu ul li ul li a:hover{	/* ameen : case of mouse over top and sub menue */
background: #49779B;	/*003366-904601*/
color:#FFF;
height:25px;
line-height:24px;
xxpadding:9px;
xxpadding-bottom:0px;
xxwidth: 126px;
xxpadding-right:6px;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: url(x../images/submenu.gif) no-repeat 4% 100%;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: url(../images/ddmenuindic.gif) no-repeat 10% 50%;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 0px;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: right; height: 1%;}
* html .suckertreemenu ul li a { height: 1%; }
/* End */

