.menu {
	width:880px; 
	font-size:0.96em; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:8px;
	z-index:1;
	text-transform:uppercase;
	font-weight:bold;
	z-index:1;

}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {

}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative; 
	/*width: auto;*/
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:1.2em; 
	text-decoration:none; 
	color:#333; 
	padding: 3px 0 0 2px; 
	height:17px;
}

.menucontact {
	border-right:none;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {

}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#333;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#333;
}
.menu ul ul :hover > a.drop {
background:#333;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#333;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#333;
}
.menu ul ul ul :hover > a {
background:#333;

}

/* hide the sub levels and give them a positon absolute so that they take up no room drop down*/
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:10px;
left:0; 
width:115px;
padding-top:7px;

}
/* another hack for IE5.5 */
* html .menu ul ul {
top:10px;
t\op:10px;

}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links  drop down*/
.menu ul ul a, .menu ul ul a:visited {
background:#7fb940; 
color:#fff; 
height:10px; 
line-height:1em; 
padding:5px 0 5px 10px; 
width:260px; /*155px;*/
text-align:left;
border-right:none;
font-size:.92em;
/* yet another hack for IE5.5 drop down width*/
}
* html .menu ul ul a{
 
text-align:left;
border-right:none;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
background:#333;
color:#fff;
}
.menu :hover > a, .menu ul ul :hover > a {
background:#333;
color:#fff;

}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}


ul.secondlevel {
	margin-left: 100px;
	visibility:hidden;
}


.menu1{
	width:auto;
	margin-left:6px;
	margin-right:6px;
}	

.menu1 img {
	margin: 0 12px 0 20px;	
}

.menu2{
	/*width:140px;*/
	width:auto;
	margin-left:6px;
	margin-right:6px;
}	

.menu2 img {
	margin: 0 12px 0 20px;	
		
}

.menu3{
	/*width:140px;*/
	width:auto;
	margin-left:6px;
	margin-right:6px;
}

.menu3 img {
	margin: 0 12px 0 20px;
}

.menu4{
	/*width:162px;*/
	width:auto;
	margin-left:6px;
	margin-right:6px;
}

.menu4 img {
	margin: 0 12px 0 20px;
}

.menu5{
	/*width:75px;*/
	width:auto;
	margin-left:6px;
	margin-right:6px;
}

.menu5 img {
	margin: 0 12px 0 20px;
}

.menu6{
	/*width:105px;*/
	width:auto;
	margin-left:6px;
	margin-right:6px;
}

.menu6 img {
	margin: 0 12px 0 20px;
}

.menu7{
	/*width:75px;*/
	width:auto;
	margin-left:6px;
	margin-right:6px;
}

.menu7 img {
	margin: 0 12px 0 20px;
}

.menu8{
	/*width:78px;*/
	width:auto;
	margin-left:6px;
	margin-right:6px;
}

.menu8 img {
	margin: 0 12px 0 20px;
}