
a.menulink1, a.menulink2, a.menulink3, a.menulink4, a.menulink5, a.menulink6, a.menulink7 { margin:0px; padding:0px; text-decoration:none; display:block; height:34px;}
a.menulink1 { background:url(../images/menu.gif) no-repeat 0 0; width:161px; }
a.menulink1:hover { background:url(../images/menu.gif) no-repeat 0 0; text-decoration:none;}
a.menulink2 { background:url(../images/menu.gif) no-repeat -161px 0; width:106px; }
a.menulink2:hover { background:url(../images/menu.gif) no-repeat -161px 0px; text-decoration:none;}
a.menulink3 { background:url(../images/menu.gif) no-repeat -266px 0; width:93px; }
a.menulink3:hover { background:url(../images/menu.gif) no-repeat -266px 0; text-decoration:none;}
a.menulink4 { background:url(../images/menu.gif) no-repeat -359px 0; width:129px; }
a.menulink4:hover { background:url(../images/menu.gif) no-repeat -359px 0; text-decoration:none;}
a.menulink5 { background:url(../images/menu.gif) no-repeat -487px 0; width:202px; width:200px\9; }
a.menulink5:hover { background:url(../images/menu.gif) no-repeat -487px 0; text-decoration:none;}
a.menulink6 { background:url(../images/menu.gif) no-repeat -690px 0; width:115px; width:113px\9; }
*:first-child+html a.menulink6 { width:114px; }
a.menulink6:hover { background:url(../images/menu.gif) no-repeat -690px 0; text-decoration:none;}
a.menulink7 { background:url(../images/menu.gif) no-repeat -806px 0; width:174px;  }
a.menulink7:hover { background:url(../images/menu.gif) no-repeat -806px 0; text-decoration:none;}

.menuin1 li a{ width:150px !important;}
.menuin2 li a{ width:135px !important; }
.menuin3 li a{ width:130px !important; margin-left:50px; }
.menuin4 li a{ width:130px !important; }
.menuin5 li a{ width:180px !important;  }
.menuin6 li a{ width:173px !important;}

.menuin11 ul { margin-left:3px !important;}
.menuin22 ul { margin-left:-8px !important;}
.menuin33 ul { margin-left:-60px !important;}
.menuin44 ul { margin-left:0px !important;}
.menuin55 ul { margin-left:-8px !important;}

/* this is the main UL element*/
.dropdown{ visibility:hidden; margin:0; padding:0; list-style:none; }
/* these are the inner menus*/
.dropdown ul{ margin:0;	padding:0; list-style:none; }
/* these are all the LIs in the menu*/
.dropdown li li{ margin:0; padding:0px; cursor:pointer; display:block; }
/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown li li a{ background:#fff; color:#000; text-decoration:none; padding:5px; -moz-opacity:.8; opacity:.8; filter:alpha(opacity=80); display:block; } 
.dropdown li li a:hover{ text-decoration:none; background:#fc6b0f; color:#fff;  }
/* these are the LIs that only belong to submenu*/
.dropdown ul li{ border:0px solid #444;	border-top:0; margin-left:-1px;}
/* these are the LIs that contains a submenu*/
.dropdown li li.submenu{
	background-image:url('expand_down.gif');
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:20px; 
	
}
/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('expand_right.gif');
	background-position:center right;
	padding:5px;
}

