/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.dropdown li.first
	{
		padding-left:0px;
		margin:0px;		
	}
.dropdown li.first a
	{
		/*padding-right:30px;
		width:35px;*/
		text-align:center;
		
	}
.dropdown li.first a:hover, .dropdown li#first_active a,.dropdown li#first_active a:visited
	{
		background:url(../images/home_hover.jpg) no-repeat left top;
		/*padding-left:23px;
		padding-right:30px;*/
		color:#000000;
	}
.dropdown li.last
	{
		padding:0px;
		margin:0px;
		padding-left:2px;	
	}
.dropdown li.last a
	{
		width:63px;
	}
.dropdown li.last a
	{
		padding: 23px 38px 23px 37px;
		/*width:64px;*/
		/*float:left;*/
		text-align:center;
	}
.dropdown li.last a:hover,.dropdown li#last_active a,.dropdown li#last_active a:visited
	{
		background:url(../images/contect_hover.jpg) no-repeat right top;
		color:#000000;
		margin:0px;
	}
/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	/*border-top:1px solid #444;*/
	list-style:none;
	
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	cursor:pointer;
	display:block;
	float:left;
	background:url(../images/menu_line.jpg) no-repeat left top;
	padding-left:2px;
}

/* 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;
	padding: 23px 37px 23px 36px;
	/*float:left;*/
	display:block;
	margin:0px;
}

.dropdown a:hover,.dropdown #active a,.dropdown #active a:visited{
	background:url(../images/menu_hover_bg.jpg) repeat-x left top;
	color:#000000;
}
.dropdown #active li a,.dropdown #active li a:visited{
	background:none;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border-top:0;
	/*margin-left:-1px;*/
	background:#201d1a;
}
.dropdown ul li a
	{
		padding:10px 11px 10px 12px;
		width:140px;
		float:left;
		display:block;
	}
.dropdown ul li a:hover{
	border-top:0;
	/*margin-left:-1px;*/
	background:#fc7900 !important;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	background-position:center left;
	background-repeat:no-repeat;	
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-position:center right;
	/*padding:5px;*/
	
}
