@charset "utf-8";
/* CSS Document */

/* basic structure/layout */
.menu 
{
	float: left;
	clear: left;
}

.menu_head, 
.menu_head2, 
.menu_head3,
.menu_head4,
.menu_head5,
.menu_head6,
.menu_head7, 
.menu_head8, 
.menu_head9,
.menu_head10,
.menu_head11
{
	/* display: none; */ /* hide dropdown on init */
	border-bottom: 1px solid #cccc00;
	width: 250px;
	height: 32px;
}

/* menu head images */
/*
.menu_head { background: url('../images/menu/mnu-argentina.png'); }
.menu_head2 { background: url('../images/menu/mnu-australia.png'); }
.menu_head3 { background: url('../images/menu/mnu-california.png'); }
.menu_head4 { background: url('../images/menu/mnu-chile.png'); }
.menu_head5 { background: url('../images/menu/mnu-france.png'); }
.menu_head6 { background: url('../images/menu/mnu-germany.png'); }
.menu_head7 { background: url('../images/menu/mnu-italy.png'); }
.menu_head8 { background: url('../images/menu/mnu-newzealand.png'); }
.menu_head9 { background: url('../images/menu/mnu-portugal.png'); }
.menu_head10 { background: url('../images/menu/mnu-southafrica.png'); }
.menu_head11 { background: url('../images/menu/mnu-spain.png'); }
*/

.menu_head a, 
.menu_head2 a, 
.menu_head3 a,
.menu_head4 a,
.menu_head5 a,
.menu_head6 a,
.menu_head7 a, 
.menu_head8 a, 
.menu_head9 a,
.menu_head10 a,
.menu_head11 a
{
	width: 210px;
	height: 20px;
	padding: 10px 0 0 30px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}

.menu_body li, 
.menu_body2 li,
.menu_body3 li,
.menu_body4 li,
.menu_body5 li,
.menu_body6 li,
.menu_body7 li,
.menu_body8 li,
.menu_body9 li,
.menu_body10 li,
.menu_body11 li  
{
	background: #ffffff;
	list-style-type: none;
}

.menu_body li.alt, 
.menu_body2 li.alt,
.menu_body3 li.alt,
.menu_body4 li.alt,
.menu_body5 li.alt,
.menu_body6 li.alt,
.menu_body7 li.alt,
.menu_body8 li.alt,
.menu_body9 li.alt,
.menu_body10 li.alt,
.menu_body11 li.alt
{
	background: #ffffff;
}

.menu_body li a, 
.menu_body2 li a, 
.menu_body3 li a,
.menu_body4 li a,
.menu_body5 li a,
.menu_body6 li a,
.menu_body7 li a, 
.menu_body8 li a,
.menu_body9 li a,
.menu_body10 li a,
.menu_body11 li a
{
	color: #6a7000;
	text-decoration: none; 
	padding: 10px; 
	display: block;
}

.menu_body li a:hover, 
.menu_body2 li a:hover,
.menu_body3 li a:hover,
.menu_body4 li a:hover,
.menu_body5 li a:hover,
.menu_body6 li a:hover
.menu_body7 li a:hover,
.menu_body8 li a:hover,
.menu_body9 li a:hover,
.menu_body10 li a:hover,
.menu_body11 li a:hover
{
	padding: 15px 10px; 
	font-weight: bold;
}
.btn-slide {
	background: url('../images/menu/icon-arrow.gif') no-repeat right -50px;
	text-align: center;
	width: 250px;
	height: 32px;
	display: block;
	z-index: 200;
	/*text-indent: -9999px;*/
}
.active {
	background-position: right 10px;
}

