
/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	font-size: 13px;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding: 0;
	background-color:#1345AF;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown ul.submenu a
{
	text-decoration:none;
	color:#FFF;
	width:100%;
}

.dropdown ul.submenu a:hover
{
	text-decoration: none;
	background: #4B71BB;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border-bottom: 1px solid #7378C1;
/*	margin-left:-1px; */
}

/* these are the LIs that contains a submenu*/
/*
.dropdown li.submenu{
	 background-image:url('expand_down.gif'); 
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:20px;
	width: 105px;
}
*/

/* 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;
	width:120px;
}

.dropdown ul.submenu
{
	width: 161px;
	text-align: left;	
	padding-left: 2px;	
}

.dropdown ul.submenu li a
{
	padding: 1px 0px 1px 15px;
	width: 91.5%; 		/* left padding makes the background to go out on right side */
}


/* === root menu items have different styling === */

.dropdown>li
{
	height: 36px; /* buttons height */
}

.dropdown li.home
{
	width: 125px; /* 125px */
	background: url(../../../../images/autumn/day/menu/01.png) no-repeat top;	
}	
.dropdown li.home:hover,
.dropdown li.home.home_selected
{
	background-image: url(../../../../images/autumn/day/menu/01-hover.png);
}
.dropdown a.home
{
	height: 36px;	
	width: 125px;	
}



.dropdown li.company
{
	width: 114px;
	background: url(../../../../images/autumn/day/menu/04.png) no-repeat top;	
}	
.dropdown li.company:hover,
.dropdown li.company.company_selected
{
	background-image: url(../../../../images/autumn/day/menu/04-hover.png)	
}
.dropdown a.company
{
	height: 36px;	
	width: 114px;	
}
.dropdown li.company ul li
{
	margin-left: 0px;
	width: 161px;
}

.dropdown li.career
{
	width: 155px;
	background: url(../../../../images/autumn/day/menu/05.png) no-repeat top;	
}	
.dropdown li.career:hover,
.dropdown li.career.career_selected
{
	background-image: url(../../../../images/autumn/day/menu/05-hover.png)	
}
.dropdown a.career
{
	height: 36px;	
	width: 155px;	
}	


.dropdown li.contact
{
	width: 117px;
	background: url(../../../../images/autumn/day/menu/06.png) no-repeat top;	
}	
.dropdown li.contact:hover,
.dropdown li.contact.contact_selected
{
	background-image: url(../../../../images/autumn/day/menu/06-hover.png)	
}
.dropdown a.contact
{
	height: 36px;	
	width: 117px;	
}	


.dropdown li.store
{
	width: 152px;
	background: url(../../../../images/autumn/day/menu/03.png) no-repeat top;	
}	
.dropdown li.store:hover,
.dropdown li.store.store_selected
{
	background-image: url(../../../../images/autumn/day/menu/03-hover.png)	
}
.dropdown a.store
{
	height: 36px;	
	width: 152px;	
}	

.dropdown li.offer
{
	width: 122px;
	background: url(../../../../images/autumn/day/menu/02.png) no-repeat top;	
}	
.dropdown li.offer:hover,
.dropdown li.offer.offer_selected
{
	background-image: url(../../../../images/autumn/day/menu/02-hover.png)	
}
.dropdown a.offer
{
	height: 36px;	
	width: 122px;	
}
.dropdown li.offer ul li,
.dropdown li.offer ul div.top
{
	margin-left: -2px;
}

.dropdown ul.submenu li.top
{
	border-bottom: 1px solid #7378C1;
}

/* round corners bottom */

.dropdown ul.submenu li.bottom
{
	display: block;
	width: 161px;
	border: none;
	background: url(../../../../images/submenu-bottom.gif) transparent no-repeat bottom;	
}	

.dropdown ul.submenu.wide li.bottom
{
	display: block;
	width: 225px;
	border: none;
	background: url(../../../../images/submenu-bottom-wide.gif) transparent no-repeat bottom;	
}

.dropdown ul.submenu.wide li
{
	width: 225px;
}

