/* this is the main UL element*/
.quicklinks {
  width:167px;

}
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	
  font-size:13px;

  	
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
  width:140px;
  
     
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	cursor:pointer;
	border-top:0;
	background-color:#000;
  background: url('../images/pos_black/menumainbg.jpg');
  
  width:178px;	
}

.toplevel {
  border-bottom:2px solid black;
}



.dropdown li a {
  background-color:000;
  width:151x;


}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a {
	text-decoration:none;
	color:#fff;
	width:151px;
	text-align:left;
	padding: 2px;
	border-left: 11px solid #000;   
	padding-left:11px;
	
}

.dropdown ul a {
	text-decoration:none;
	color:#fff;
	text-align:left;
	padding: 2px;
	width:154px;
	border-left:0;
	
}


.dropdown a:hover{
	text-decoration:underline;
	background:#1b1b1b;
	color:#fff;
	width:154px;    

}


/* these are the LIs that only belong to submenu*/
.dropdown ul li{
  border:1px solid #ccc;
	margin-left:-1px;
	margin-bottom:-1px; 
  width:165px;
  background:#000 url('../images/pos_black/leftmenu_bg.jpg'); 
  background-repeat: no-repeat; 
     

}

.dropdown ul li a {
  width:145px;
  background:#000 url('../images/pos_black/leftmenu_bg.jpg'); 
  background-repeat: no-repeat;
}

.dropdown ul li a:hover {
  width:150px;
  padding-right:13px;
    
}

.dropdown>li:first-child{
	
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	/*background:#000 url('../images/arrow.png') center left no-repeat;
	width:155px;                                                       */
	
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	background:#000 url('../images/pos_black/menumainbg-arrow.jpg') center right no-repeat;


}
