/* DROPDOWN MENU */
#action_button { width:70px }
#responses_button { width:80px }
#vacancies_button { width:90px }
#partners_button { width:100px }

#h_menu_1 {
	position: absolute;
	z-index:3;
	display: none;
	width: 140px;
	height: 100px;
	vertical-align: middle;
	margin-left:-35px;
	text-align:center;
	/*border:1px solid #F00;*/
}
html*#h_menu_1 { margin-top: 15px; margin-left: -97px; } /* hack for IE 7 */

#h_menu_1 div.shadow {
	width:140px; 
	height:83px;
	background: #432d0e; 
	padding-top:4px;
	color: #fbb552;
	margin-top: 14px;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .8; 
	-khtml-opacity: .8;
	text-align:center;
}
html*#h_menu_1 div.shadow { height:87px; }

#h_menu_2 {
	position: absolute;
	z-index:3;
	display: none;
	width: 140px;
	height: 100px;
	vertical-align: middle;
	margin-left:-33px;
	text-align:center;
}
html*#h_menu_2 { margin-top: 15px; margin-left: -105px; } /* hack for IE 7 */

#h_menu_2 div.shadow {
	width:140px; 
	height:83px;
	background: #432d0e; 
	padding-top:4px;
	color: #fbb552;
	margin-top: 14px;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .8; 
	-khtml-opacity: .8;
	text-align:center;
}
html*#h_menu_2 div.shadow { height:87px; }

#h_menu_3 {
	position: absolute;
	z-index:3;
	display: none;
	width: 140px;
	height: 72px;
	vertical-align: middle;
	margin-left:-29px;
	text-align:center;
}
html*#h_menu_3 { margin-top: 15px; margin-left: -112px; } /* hack for IE 7 */

#h_menu_3 div.shadow {
	width:140px; 
	height:55px;
	background: #432d0e; 
	padding-top:4px;
	color: #fbb552;
	margin-top: 14px;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .8; 
	-khtml-opacity: .8;
	text-align:center;
}
html*#h_menu_3 div.shadow { height:60px; }
#h_menu_3 div.combo { position: absolute; z-index:4; margin-top:-59px; }

/* 4 items */
#h_menu_4 {
	position: absolute;
	z-index:3;
	display: none;
	width: 140px;
	height: 135px;
	vertical-align: middle;
	margin-left:-23px;
	text-align:center;
}
html*#h_menu_4 { margin-top: 15px; margin-left: -130px; } /* hack for IE 7 */


#h_menu_4 div.shadow {
	width:140px;
	height:116px;
	background: #432d0e; 
	padding-top:0;
	color: #fbb552;
	margin-top: 14px;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .8; 
	-khtml-opacity: .8;
	text-align:center;
}
html*#h_menu_4 div.shadow { height:115px; }
#h_menu_4 div.combo { position: absolute; z-index:4; margin-top:-115px; }

/* MENU FOR 5 items
#h_menu_4 {
	position: absolute;
	z-index:3;
	display: none;
	width: 140px;
	height: 160px;
	vertical-align: middle;
	margin-left:-23px;
	text-align:center;
}
html*#h_menu_4 { margin-top: 15px; margin-left: -130px; }

#h_menu_4 div.shadow {
	width:140px; 
	height:138px;
	background: #432d0e; 
	padding-top:4px;
	color: #fbb552;
	margin-top: 14px;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .8; 
	-khtml-opacity: .8;
	text-align:center;
}
html*#h_menu_4 div.shadow { height:143px; }
#h_menu_4 div.combo { position: absolute; z-index:4; margin-top:-143px; }
*/

#h_menu_5 {
	position: absolute;
	z-index:3;
	display: none;
	width: 140px;
	height: 100px;
	vertical-align: middle;
	margin-left:-25px;
	text-align:center;
}
html*#h_menu_5 { margin-top: 15px; margin-left: -129px; } /* hack for IE 7 */

#h_menu_5 div.shadow {
	width:140px; 
	height:83px;
	background: #432d0e; 
	padding-top:4px;
	color: #fbb552;
	margin-top: 14px;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .8; 
	-khtml-opacity: .8;
	text-align:center;
}
html*#h_menu_5 div.shadow { height:87px; }

div.h_menu div.combo { position: absolute; z-index:4; margin-top:-87px; }
html*div.h_menu div.combo { margin-top:-87px; margin-left: -70px; } /* hack for IE 7 */
div.h_menu div.combo #button { width:134px; height: 25px; margin: 3px; cursor: pointer; }
div.h_menu div.combo #button.hov { height: 25px; background: #ffffff; cursor: pointer; }
div.h_menu div.combo #button a { width: 134px; height: 25px; padding-top:3px; display: block; font-family:Verdana; font-size:13px; color: #fff; text-decoration: none; }
div.h_menu div.combo #button a:hover { width: 134px; height: 25px; color: #432d0e; }