body{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}


*{
padding:0;
margin:0;
}

ul li{
	list-style:none;
}


.chromestyle i
{
     position: absolute;
     left: -9999px;
} 
.chromestyle{
	margin:1px 0;
}

.chromestyle ul{
background:url(menu/navbg.jpg) repeat-x;
width:898px;
height:42px;
overflow:hidden;
}

.chromestyle ul li{	
	float:left;
}

.chromestyle ul .manub1{
	background:url(menu/menu_01.gif) no-repeat;
	width:77px;
	height:42px;
	
}

.chromestyle ul li .homenav{
	background:url(menu/menu_02.gif) no-repeat;
	width:148px;
	height:42px;
	display:block;	
	
	
}

.chromestyle ul li .homenav:hover{
	background:url(menu/menu_02r.gif) no-repeat;	
	
}


.chromestyle ul li .websnav{
	background: url(menu/menu_03.gif) no-repeat;
	width:149px;
	height:42px;
	display:block;	
	
}

.chromestyle ul li .websnav:hover{
	background:url(menu/menu_03r.gif) no-repeat;	
}


.chromestyle ul li .businessnav{
	background:url(menu/menu_04.gif) no-repeat;
	width:149px;
	height:42px;
	display:block;	
	
	
}

.chromestyle ul li .businessnav:hover{
	background:url(menu/menu_04r.gif) no-repeat;	
}

.chromestyle ul li .supportnav{
	background:url(menu/menu_05.gif) no-repeat;
	width:149px;
	height:42px;
	
	display:block;	
	
}

.chromestyle ul li .supportnav:hover{
	background:url(menu/menu_05r.gif) no-repeat;	
}


.chromestyle ul li .contactnav{
	background:url(menu/menu_06.gif) no-repeat;
	width:150px;
	height:42px;
	display:block;	
	
	
}

.chromestyle ul li .contactnav:hover{
	background:url(menu/menu_06r.gif) no-repeat;	
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #D2D2D2; 

font:normal 12px Arial;
line-height:24px;
z-index:100;
background-color: #F0ECF0;
width:148px;
visibility: hidden;

}

/*\*/
*html .dropmenudiv{
	width:150px;

}
/*\*/


.dropmenudiv a{

display: block;

border: 1px solid #fff; border-bottom:none;

text-decoration: none;

color: black;
font-size:11px;
line-height:24px;
font-family: Arial, Verdana, Helvetica, sans-serif, "Century Gothic";
}

.dropmenudiv a:hover{ 
background-color: #fff;
}