.menu {
	width:869px; 
	font-size:.9em; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	top:8px;
	left:30px;
	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;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:.9em; 
	text-decoration:none; 
	color:#fff; 
	padding-left:0px; 
	height:15px;
	border-right:1px solid #fff;
}

.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:#F00;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#F00;
}
.menu ul ul :hover > a.drop {
background:#F00;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#F00;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#F00;
}
.menu ul ul ul :hover > a {
background:#F00;

}

/* 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:15px;

}
/* 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:#990E0E; 
color:#fff; 
height:10px; 
line-height:1em; 
padding:5px 10px; 
width:150px;
text-align:left;
border-right:none;
/* 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{
color:#fff; 
background:#BF8329;

}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#BF8329;

}

/* 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; 
}

.menu1{
	width:45px;
	margin-left:5px;
	margin-right:5px;
}	

.menu2{
	width:120px;
	margin-left:5px;
	margin-right:5px;
}	

.menu3{
	width:120px;
	margin-left:5px;
	margin-right:5px;
}

.menu4{
	width:135px;
	margin-left:5px;
	margin-right:5px;
}

.menu5{
	width:68px;
	margin-left:5px;
	margin-right:5px;
}

.menu6{
	width:98px;
	margin-left:5px;
	margin-right:5px;
}

.menu7{
	width:60px;
	margin-left:5px;
	margin-right:5px;
}

.menu8{
	width:78px;
}
