/* side navigation */

#side_nav {
	width: 186px;
	padding-bottom: 10px;
}

#side_nav ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #BCBEC0;
}

#side_nav li {
	border-top: 1px solid #BCBEC0;
}

li.side_nav a:link, li.side_nav a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #525252;
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px 10px;
	border-left: 1px solid #BCBEC0;
	border-right: 1px solid #BCBEC0;
	background-color: white;
	text-decoration: none;
}

li.side_nav a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #525252;
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px 10px;
	border-left: 1px solid #BCBEC0;
	border-right: 1px solid #BCBEC0;
	background-color: #EBEBEB;
	text-decoration: none;
}

li.side_nav_highlighted a:link, li.side_nav_highlighted a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #525252;
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px 10px;
	border-left: 1px solid #BCBEC0;
	border-right: 1px solid #BCBEC0;
	background-color: #EBEBEB;
	text-decoration: none;
}


/* top navigation */

.preload1 {
	background: url(../images/navbackgroundhover.gif);
}

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 28px;
	background: url(../images/navbackground.gif) repeat-x;
	position: relative;
	z-index: 500;
	font-family: arial, verdana, sans-serif;
	
}

#nav li.top {
	display:block;
	float:left;
	height:28px;
}

#nav li a.top_link {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	color: white;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 0 19px 0 19px;
	cursor: pointer;
	background: url(../images/navbackground.gif);
}

body#index ul#nav a#index,body#servers ul#nav a#servers,body#colocation ul#nav a#colocation,body#backup ul#nav a#backup,body#resellers ul#nav a#resellers,body#about-us ul#nav a#about-us,body#support ul#nav a#support,body#contact-us ul#nav a#contact-us {
	position:relative;
	background:url(../images/navbackgroundhover.gif);
}

#nav li:hover a.top_link {
	color:#fff;
	background:url(../images/navbackgroundhover.gif) no-repeat;
}

#nav li:hover {
	position:relative; 
	z-index:200;
}

#nav li:hover ul.sub {
	left:0px;
	top:28px;
	background:#525252;
	padding:0px;
	border:2px solid #525252;
	white-space:nowrap;
	width:118px;
	height:auto;
	z-index:300;
}

#nav li:hover ul.sub li {
	display:block;
	height:23px;
	position:relative;
	float:left;
	width:118px;
	font-weight:normal;
}

#nav li:hover ul.sub li a {
	display:block;
	font-size:11px;
	height:23px;
	width:118px;
	line-height:23px;
	text-indent:5px;
	color:white;
	text-decoration:none;
}

#nav li:hover ul.sub li a:hover {
	background: url(../images/navbackgroundhoverbelow.gif);
}

#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:-4px; padding:3px; white-space:nowrap; width:90px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}