@charset "utf-8";
/* CSS Document */

/* MENU */

/* main menu */

#menu table, #menu tr, #menu td  { border:0px; padding:0px; margin:0px; vertical-align:top; }
#menu {
	position:relative;
	z-index:10;
	width: 767px;
	font-size: 12px;
	background-color:#CCCCCC
} /* to make dropdown show on top in ie */

.mm a:hover img.rollover, #menu td:hover img.rollover {  visibility:hidden; }  /* rollover for main menu */

#menu td:hover ul.sub {
	display:block;
	
}  /* show sub */

#menu a.mm{                     /* main menu link */
  padding:0px; margin:0px;  
  display:block;
  width: 107px;
  background-repeat:no-repeat;
}

.home #menu a.mm{   background-position:0px 119px; } /* for thumbnails */

#menu img {padding-bottom:2px; display:block;} /* vertical spacing between menu items */
#menu img.rollover {padding-bottom:2px;}


/* sub menu */

div.mm-item { position:relative; }   /*relative position of main menu item to position the sub div inside it */

#menu .sub li a {
display:block;
background-position:0px -100px;
background-repeat:no-repeat;
overflow:hidden; 
width:107px; /*default - overridden by individual values*/
}

#menu .sub img { display:block; }


#menu .sub a:hover img { visibility:hidden; }
#menu .sub a:hover { background-position:0px 0px; }


#menu .sub li {
display:inline;
padding:0px;
margin:0px;
}

#menu ul.sub   {
	display:none;
	position:absolute;
	padding:0px;
	margin:0px;
	margin-left:0px;
	z-index:10;
	background-color: #E5E5E5;
}

/* main menu over states*/


#menu #m-1 .mm {background-image:url(../img/menu/top_about_on.gif);}
#menu #m-2 .mm {background-image:url(../img/menu/top_support_on.gif);}
#menu #m-3 .mm {background-image:url(../img/menu/top_resellers_on.gif);}
#menu #m-4 .mm {background-image:url(../img/menu/top_software_on.gif);}
#menu #m-5 .mm {background-image:url(../img/menu/top_services_off.gif);}
#menu #m-6 .mm {background-image:url(../img/menu/top_vps_off.gif);}
#menu #m-7 .mm {background-image:url(../img/menu/top_dedicated_servers_on.gif);}



/* sub menus over states */

#s-1-1 { background:url(../img/menu/sub_about_on_off.gif);}
#s-1-2 { background:url(../img/menu/sub_about_terms_on.gif);}
#s-1-3 { background:url(../img/menu/sub_about_refund_on.gif); }
#s-1-4 { background:url(../img/menu/sub_about_contact_airron_on.gif); }
#s-1-5 { background:url(../img/menu/sub_about_payment_on.gif); }

#s-2-1 { background:url(../img/menu/sub_support_contact_on.gif);}
#s-2-2 { background:url(../img/menu/sub_support_services_on.gif);}
#s-2-3 { background:url(../img/menu/sub_support_sla_on.gif); }
#s-2-4 { background:url(../img/menu/sub_support_training_on.gif); }
#s-2-5 { background:url(../img/menu/sub_support_presentation_on.gif); }

#s-3-0 { background:url(../img/menu/sub_resellers_fran_on.gif);}
#s-3-1 { background:url(../img/menu/sub_resellers_tech-sup_on.gif);}
#s-3-2 { background:url(../img/menu/sub_resellers_webhost_on.gif); }
#s-3-3 { background:url(../img/menu/sub_resellers_company_on.gif);}

#s-4-0 { background:url(../img/menu/sub_software_services_on.gif);}
#s-4-1 { background:url(../img/menu/sub_software_iservices_on.gif);}
#s-4-2 { background:url(../img/menu/sub_software_q3_on.gif); }
#s-4-3 { background:url(../img/menu/sub_software_airron_on.gif);}



#s-5-0 { background:url(../img/menu/sub_services_sla_on.gif);}
#s-5-1 { background:url(../img/menu/sub_services_software_on.gif);}
#s-5-2 { background:url(../img/menu/sub_services_databases_on.gif); }
#s-5-3 { background:url(../img/menu/sub_services_project_on.gif);}
#s-5-4 { background:url(../img/menu/sub_services_managed_on.gif); }


#s-6-0 { background:url(../img/menu/sub_vps_whatarethey_on.gif);}
#s-6-1 { background:url(../img/menu/sub_vps_whychoose_on.gif);}
#s-6-2 { background:url(../img/menu/sub_vps_our_vps_on.gif); }
#s-6-3 { background:url(../img/menu/sub_vps_benefits_on.gif);}
#s-6-4 { background:url(../img/menu/sub_vps_faq_on.gif); }

#s-7-0 { background:url(../img/menu/sub_dedicated_hosting_on.gif);}
#s-7-1 { background:url(../img/menu/sub_dedicated_datacentre_on.gif);}
#s-7-2 { background:url(../img/menu/sub_dedicated_backup_on.gif); }
/*#s-7-3 { background:url(../img/menu/sub_about_terms_on.gif);}
#s-7-4 { background:url(../img/menu/sub_about_refund_on.gif); }*/




#m-1 ul.sub li a {width:175px;}
#m-2 ul.sub li a {width:175px;}
#m-3 ul.sub li a {width:175px;}

#m-4 ul.sub li a {width:200px;}
#m-5 ul.sub li a {width:175px;}
#m-6 ul.sub li a {width:175px;}
#m-7 ul.sub li a {width:175px;}



.mm-item a:link {text-decoration: overline; color: #9D080D; font-weight:bold; font-size: 12px;}
.mm-item a:visited {text-decoration: overline; color: #9D080D; font-weight:bold; font-size: 12px;}
.mm-item a:active {text-decoration: overline; color: #9D080D; font-weight:bold; font-size: 12px;}
.mm-item a:hover {text-decoration: underline; color: black; font-weight:bold; font-size: 12px;}

