/*CSS for main menu*/
#main_menu{
	}
#main_menu table{
	margin:0px;
	padding:0px;
	width:100%;
	background:url(images/074.gif) left center repeat-x;
	}
#main_menu table .items td{
	margin:0px;
	padding:11px 0px 6px 0px;
	width:16%;
	background-color:#ecebe6;
	}
#main_menu table .items td.alt{
	border-top:6px solid #8e8d8a;
	padding-top:5px;
	}
#main_menu table .items td.alt.arrow{
	background:url(images/028.gif) center bottom no-repeat #ecebe6;
	}
#sub_menu{
	background:#d9d9d0;
	position:relative;
	top:-1px;
	}
#sub_menu ul{
	display:none;
	list-style-type:none;
	margin:0px;
	padding:6px 0px 6px 0px;
	}
#sub_menu ul li{
	display:inline;
	padding:0px 23px 0px 0px;
	}
#sub_menu ul li{
	display:inline;
	padding:0px 23px 0px 0px;
	color:#444444;
	font-weight:bold;
	}
#sub_menu ul li a{
	color:#444444;
	font-weight:normal;
	}
#sub_menu ul.visible{
	display:block;
	}

#alt_itech_design a{color:#0f9143;}
#alt_itech_design #itech{border-bottom:4px solid #0f9143;}
#alt_itech_design a.th{color:#fff; font-weight:bold;}
#alt_itech_design #itech #itech_design{background-image:url(images/022.gif);}
#alt_itech_support a{color:#3dff3d;}
#alt_itech_support #itech{border-bottom:4px solid #3dff3d;}
#alt_itech_support #itech #itech_support{background-image:url(images/025.gif);}
#alt_itech_promo a{color:#fe8c36;}
#alt_itech_promo #itech{border-bottom:4px solid #fe8c36;}
#alt_itech_promo #itech #itech_promo{background-image:url(images/026.gif);}
