#main{
	width:800px;
	position:relative;
	overflow:auto;
	color:#aaa;
	background-color:#000;
}

/* this is the main UL element*/
.dropdown{
	font: bold 16px helvetica, sans-serif;
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #444;
	z-index: 200;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
	background-color:#72b1ce;
	z-index: 200;
}

#picture_menu_gallery{
	width:100px;
}

#picture_menu_contact{
	width:120px;
}


/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px;
	width:180px;
	background-color:#000;
	cursor:pointer;
	z-index: 200;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	font: bold 11px tahoma, arial;
	text-decoration:none;
	color:#FFB119;
	width:100%;
	z-index: 200;
}

.dropdown a:hover{
	font: bold 11px tahoma, arial;
	color:#FFB119;	
	text-decoration:underline;
	background-color:#4a4a4a;	
}

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

/* these are the LIs that contains a submenu*/
.dropdown li.submenu {
	width:115px;
}

.submenu li a:hover {
    background-color:#4a4a4a;
}


/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('../images/expand_right.gif');
	background-position:center right;
	background-repeat:no-repeat;	
	padding:5px;
	width:120px;
	z-index: 200;
}
#last_menu a:hover
{
	font: bold 11px tahoma, arial;
	color:#FFB119;	
	text-decoration:underline;
	background-color:#000;
}