/**
 * Style sheet xNavigation
 */

/**
 * Container
 */
.mod_navigation
{
	width:200px;
	top:43px;
	position:absolute;

}


/**
 * First level
 */
.mod_navigation ul
{
	margin:0px 5px;
	padding:0px;
	border-bottom:1px solid #c6ad8d;
	list-style-type:none;
}

.mod_navigation li
{
	margin:0px;
	padding:5px 0px;
	border-top:1px solid #c6ad8d;
	list-style-type:none;
}

* html .mod_navigation ul,
* html .mod_navigation li
{
	height:1px;
}

*:first-child+html .mod_navigation .parent
{
	height:3px;
}

.mod_navigation p
{
	margin:0px;
	padding:0px;
}

.mod_navigation a,
.mod_navigation li,
.mod_navigation p
{
	font-weight:bold;
	font-size:13px;
	color:#000000;
}


/**
 * Horizontal menu
 */

.nav_home {
	background-image: url(tl_files/navigation/home.gif);
	background-repeat: no-repeat;
	
}



.nav_home .active {
	background-image: url(tl_files/navigation/home_over.gif);
	background-repeat: no-repeat;
	

}


.nav_hosting {

	background-image: url(tl_files/navigation/hosting.gif);
		background-repeat: no-repeat;
			
}


.nav_hosting .active {

	background-image: url(tl_files/navigation/hosting_over.gif);
		background-repeat: no-repeat;
			
}

.nav_domains {

	background-image: url(tl_files/navigation/domains.gif);
		background-repeat: no-repeat;
			
}

.nav_domains .active {

	background-image: url(tl_files/navigation/domains_over.gif);
		background-repeat: no-repeat;
			
}

.nav_ssl {

	background-image: url(tl_files/navigation/ssl.gif);
		background-repeat: no-repeat;
		color:#61B408;
}


.nav_ssl .active {

	background-image: url(tl_files/navigation/ssl_over.gif);
		background-repeat: no-repeat;
		color:#61B408;

}




.mod_navigationMain { padding-top:74px; padding-right:20px; }

.mod_navigationMain ul
{
	margin:0px;
	padding:0px;

}

.mod_navigationMain li
{
	width:128px;
	float:right;
	margin:0px;
	padding:0px;
	text-align:center;
	list-style-type:none;
}

.mod_navigationMain a,
.mod_navigationMain p
{
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
}

.mod_navigationMain a
{
	height:38px;
	display:block;
	margin:0px;
	padding:0px 0px 0px 0px;
	text-align:center;

	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	color:#ffffff;
}

.mod_navigationMain a:hover
{

	text-decoration:none;
	color:#ffffff;
}

.mod_navigationMain p
{
	height:38px;
	margin:0px;
	padding:0px 0px 0px 0px;
	text-align:center;

}




/**
 * Second level
 */
 
 
 
.boxbody .level_1 .trail
{
	font-weight:bold;
		line-height:1.5;
		display:block;	


}



.boxbody .level_1
{
	padding-bottom:4px;
	padding-top:4px;
	border-bottom:0px;
	padding-left:0px;
	margin:0px;
	line-height:1.5;
	list-style:none;

}

.boxbody .level_1 li
{
	margin:0px;
	list-style:none;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.boxbody .level_1 a,
.boxbody .level_1 li,
.boxbody .level_1 p
{
	font-weight:normal;
	font-size:11px;
}


