/* commom style for all browsers */
.container4 {
	text-align:center; 
	background:#transparent url(../images/menu/scala.gif);  
	border-width:0px 0px 0px 0px; 
	height:25px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;  /* for this demo only */
}

.menu4 {
	text-align:left; 
	font-family: arial, verdana, sans-serif; 
	position:relative;
	font-size:8pt; 
	background:transparent;  
	height:25px; 
	margin:0 auto;
}

.menu4 ul {
	padding:0px; 
	margin:0px; 
	list-style-type: none;
}

.menu4 ul li {
	float:left; 
	position:relative;
}

.menu4 ul li.account {background:transparent url(../images/menu/home.gif); height:25px; width: 105px;}

.menu4 ul li.accountFreeHosting {background:transparent url(../images/menu/free_hosting.gif) no-repeat;  }
.menu4 ul li.accountHost {background:transparent url(../images/menu/host.gif) no-repeat;}
.menu4 ul li.accountPhotos {background:transparent url(../images/menu/photos.gif) no-repeat;}
.menu4 ul li.accountBlogger {background:transparent url(../images/menu/blogger.gif) no-repeat;}
.menu4 ul li.accountForum {background:transparent url(../images/menu/forum.gif) no-repeat;}
.menu4 ul li.accountFilehost {background:transparent url(../images/menu/filehost.gif) no-repeat;}
.menu4 ul li.accountStore {background:transparent url(../images/menu/store.gif) no-repeat;}
.menu4 ul li.accountAuto {background:transparent url(../images/menu/auto.gif) no-repeat;}
.menu4 ul li.accountRealestate {background:transparent url(../images/menu/realestate.gif) no-repeat;}
.menu4 ul li.accountClassified {background:transparent url(../images/menu/classified.gif) no-repeat;}
.menu4 ul li.accountDomains {background:transparent url(../images/menu/domains.gif) no-repeat;}
.menu4 ul li.accountEmail {background:transparent url(../images/menu/email.gif) no-repeat;}
.menu4 ul li.accountSoftware {background:transparent url(../images/menu/software.gif) no-repeat;}

.menu4 ul li.accountFreeTools {background:transparent url(../images/menu/free_tools.gif) no-repeat;  }
.menu4 ul li.accountSitebuilder {background:transparent url(../images/menu/sitebuilder.gif) no-repeat;}
.menu4 ul li.accountLogger {background:transparent url(../images/menu/logger.gif) no-repeat;}
.menu4 ul li.accountVisitors {background:transparent url(../images/menu/visitors.gif) no-repeat;}
.menu4 ul li.accountRecord {background:transparent url(../images/menu/record.gif) no-repeat;}


.menu4 ul li.hosting {background:transparent url(../images/menu/hosting.gif); height:25px}

.menu4 ul li.hostingFree {background:transparent url(../images/menu/free_hosting.gif) no-repeat;  }
.menu4 ul li.hostingFreeHost {background:transparent url(../images/menu/host.gif) no-repeat;}
.menu4 ul li.hostingFreePhotos {background:transparent url(../images/menu/photos.gif) no-repeat;}
.menu4 ul li.hostingFreeBlogger {background:transparent url(../images/menu/blogger.gif) no-repeat;}
.menu4 ul li.hostingFreeForum {background:transparent url(../images/menu/forum.gif) no-repeat;}
.menu4 ul li.hostingFreeFilehost {background:transparent url(../images/menu/filehost.gif) no-repeat;}

.menu4 ul li.hostingPaid {background:transparent url(../images/menu/paid_hosting.gif) no-repeat;}
.menu4 ul li.hostingPaidDebut {background:transparent url(../images/menu/debut.gif) no-repeat;}
.menu4 ul li.hostingPaidClassic {background:transparent url(../images/menu/classic.gif) no-repeat;}
.menu4 ul li.hostingPaidBusiness {background:transparent url(../images/menu/business.gif) no-repeat;}
.menu4 ul li.hostingPaidCustom {background:transparent url(../images/menu/custom.gif) no-repeat;}
.menu4 ul li.hostingPaidCompare {background:transparent url(../images/menu/compare.gif) no-repeat;}

.menu4 ul li.info {background:transparent url(../images/menu/info.gif) no-repeat;}

.menu4 ul li.support {background:transparent url(../images/menu/support.gif); height:25px}

.menu4 ul li.xhost {background:transparent url(../images/menu/xhost.gif); height:25px}

.menu4 ul li.tools {background:transparent url(../images/menu/tools.gif); height:25px}
.menu4 ul li.toolsSitebuilder {background:transparent url(../images/menu/sitebuilder.gif) no-repeat;}
.menu4 ul li.toolsXhostvizual{background:transparent url(../images/menu/xhostvizual.gif) no-repeat;}
.menu4 ul li.toolsLogger {background:transparent url(../images/menu/logger.gif) no-repeat;}
.menu4 ul li.toolsDomains {background:transparent url(../images/menu/domains.gif) no-repeat;}

.menu4 ul li.subsubl {background:#eee url(../images/menu/next.gif) no-repeat top left;}
.menu4 ul li.subsubr {background:#eee url(../images/menu/previous.gif) no-repeat 145px 0;}

.menu4 ul li a, .menu4 ul li a:visited {
	display:block; 
	text-decoration:none; 
	width:70px; 
	height:25px; 
	color:#000; 
	padding-left:30px; 
	line-height:24px;
}

* html .menu4 ul li a, .menu4 ul li a:visited {
	width:100px; 
	width:70px;
}

.menu4 ul li ul {
	visibility:hidden; 
	position:absolute; 
	top:0; 
	left:0; 
	height:0; 
	overflow:hidden;
}

.menu4 table {
	margin:-1px; 
	border-collapse:collapse; 
	font-size:1em;
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu4 ul li:hover a,
.menu4 ul li a:hover {
	color:#c00; 
	text-decoration:underline; 
	border:0;
}

.menu4 ul li:hover ul,
.menu4 ul li a:hover ul {
	visibility:visible; 
	width:170px; 
	height:auto; 
	position:absolute; 
	top:25px; 
	left:-1px; 
	background:#fff; 
	border:1px solid #909; 
	overflow:visible;
}

.menu4 ul li:hover ul li a,
.menu4 ul li a:hover ul li a {
	display:block; 
	background:transparent; 
	text-decoration:none; 
	color:#c00; 
	height:auto; 
	line-height:1.5em; 
	padding:5px 10px 5px 35px; 
	width:170px; 
	width:125px;
}

.menu4 ul li:hover ul li a.drop,
.menu4 ul li a:hover ul li a.drop {
	display:block; 
	color:#000; 
	height:auto; 
	line-height:1.5em; 
	padding:5px 10px 5px 35px; 
	width:170px; 
	width:125px;
}

.menu4 ul li:hover ul li ul,
.menu4 ul li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	top:0; 
	left:0; 
	height:0; 
	overflow:hidden;
}

.menu4 ul li:hover ul li a:hover,
.menu4 ul li a:hover ul li a:hover {
	color:#00f; 
	text-decoration:underline;
}

.menu4 ul li:hover ul li:hover ul,
.menu4 ul li a:hover ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	top:0; 
	color:#000; 
	left:165px; 
	height:auto; 
	border:1px solid #909;
}

.menu4 ul li:hover ul li:hover ul.left,
.menu4 ul li a:hover ul li a:hover ul.left {
	left:-165px;
}

.menu4 ul li:hover ul li:hover ul li a,
.menu4 ul li a:hover ul li a:hover ul li a {
	display:block; 
	color:#00f; 
	height:auto; 
	line-height:1.5em; 
	padding:5px 10px 4px 35px; 
	width:170px; 
	width:140px;
}

* html .menu4 ul li a:hover ul li a:hover ul li a {
	padding:4px 10px 4px 35px;
}

.menu4 ul li:hover ul li:hover ul li:hover a,
.menu4 ul li a:hover ul li a:hover ul li a:hover {
	color:#000; 
	text-decoration:underline;
}
