/* this is the main UL element*/
#navigation{
}

/* these are the inner menus*/
#navigation ul {
	display: none;
	width: 18em;
	margin: 0;
	padding: 0 5px 5px 0;
	list-style:none;
	background-image: url(../../../img/bg-navshadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* these are all the LIs in the menu*/
#navigation li ul li {
}

/* these are the LIs that only belong to submenu*/
#navigation li ul li {
	border-top: 0;
	padding: 0 5px 0 10px;
	margin: 0;
	line-height: 25px;
	height: 25px;
	border-left: 5px solid #0074bc;
}
ul#navigation li.submenu-down ul li a {
	background-image: url(../../../img/bullet-primarynav-right.png);	
}

/* these are the LIs that contains a submenu*/
ul#navigation li.submenu-down a {
	background-image: url(../../../img/bullet-primarynav-drop.png);	
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
#navigation li.submenu-left{
	padding-right:20px;
}