/**
 * css for blue main navigation bar
 */

.navigation {
	  border: none;
    margin: 0px;
    height: 60px;
    margin-left: 495px;
    padding :0px;
    padding-left: 6px;
    font-size: 14px;
    position: relative;
    //left: 58%;
    z-index: 100000;
}

/**
 * outer menu list (directly shown on page, no sub)
 */
.navigation ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/**
 * outer menu list item alignment, will be styled in <a> tag
 */
.navigation ul li {
    float: left;
    padding: 0px;
}

.navigation ul li ul {
		display: none;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;
    z-index: 200;
}

.navigation ul li:hover ul {
    display: inline;
}

.navigation ul li:hover ul li div div a:hover {
		color:#c0c0c1;
}

.navi_column_style1 {
		//width:170px;
		float:left;
		margin-left: 15px;
}

/**
	* webhosting - style
 	*/
.webhosting a {
		height: 60px;
		width: 116px;
		background-image:url(/img/frame/navi_webhosting.jpg);
    color: #FFF;
    display: block;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
}

.webhosting:hover a {
		height: 60px;
		width: 116px;
		background-image:url(/img/frame/navi_webhosting_a.jpg);
    color: #FFFFFF;
    text-decoration: none;
}

.webhosting ul {
		width: 255px;
		right:72.2%;
		color:#fff;
}

.webhosting:hover ul li div a {
		display: inline;
		background-image:none;
}

.webhosting_dropdown_main {
		background-image:url(/img/frame/navi_bg.jpg);
		padding-top: 20px;
		height: 25px;
}

.webhosting_dropdown_bottom {
		width:223px;
		height:26px;
		background-image:url(/img/frame/navi_bg_bottom.png);
		float:left;
}

.webhosting_dropdown_bottom_l {
		width:16px;
		height:26px;
		background-image:url(/img/frame/navi_bg_bottom_l.png);
		float:left;
}

.webhosting_dropdown_bottom_r {
		width:16px;
		height:26px;
		background-image:url(/img/frame/navi_bg_bottom_r.png);
		float:left;
}


/**
 * Server - Style
 */
.server a {
		height: 60px;
		width: 84px;
		background-image:url(/img/frame/navi_server.jpg);
    color: #FFF;
    display: block;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
}

.server:hover a {
		height: 60px;
		width: 84px;
		background-image:url(/img/frame/navi_server_a.jpg);
    color: #FFFFFF;
    text-decoration: none;
}

.server ul {
		width: 590px;
		border: 1px solid #000;
		right:53.2%;
		color:#fff;
}

.server:hover ul li div a {
		display: inline;
		background-image:none;
}

.server_dropdown_main {
		background-image:url(/img/frame/navi_bg.jpg);
		padding-top: 20px;
		height: 25px;
}

.server_dropdown_bottom {
		width:558px;
		height:26px;
		background-image:url(/img/frame/navi_bg_bottom.png);
		float:left;
}

.server_dropdown_bottom_l {
		width:16px;
		height:26px;
		background-image:url(/img/frame/navi_bg_bottom_l.png);
		float:left;
}

.server_dropdown_bottom_r {
		width:16px;
		height:26px;
		background-image:url(/img/frame/navi_bg_bottom_r.png);
		float:left;
}


/**
 * Domains - Style
 */
.domains a {
		height: 60px;
		width: 135px;
		background-image:url(/img/frame/navi_domains.jpg);
    color: #FFF;
    display: block;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
}

.domains:hover a {
		height: 60px;
		width: 135px;
		background-image:url(/img/frame/navi_domains_a.jpg);
    color: #FFFFFF;
    text-decoration: none;
}

.domains ul {
		width: 225px;
		right:22.8%;
		color:#fff;
}

.domains:hover ul li div a {
		display: inline;
		background-image:none;
}

.domains_dropdown_main {
		background-image:url(/img/frame/navi_bg.jpg);
		padding-top: 20px;
		height: 25px;
}

.domains_dropdown_bottom {
		width:193px;
		height:26px;
		background-image:url(/img/frame/navi_bg_bottom.png);
		float:left;
}

.domains_dropdown_bottom_l {
		width:16px;
		height:26px;
		background-image:url(/img/frame/navi_bg_bottom_l.png);
		float:left;
}

.domains_dropdown_bottom_r {
		width:16px;
		height:26px;
		background-image:url(/img/frame/navi_bg_bottom_r.png);
		float:left;
}

/**
 * Software - Style
 */
.software a {
		height: 60px;
		width: 98px;
		background-image:url(/img/frame/navi_software.jpg);
		color: #FFF;
		display: block;
		margin: 0px;
		padding: 0px 0px;
		text-align: center;
		text-decoration: none;
}

.software:hover a {
		height: 60px;
		width: 98px;
		background-image:url(/img/frame/navi_software_a.jpg);
		color: #FFFFFF;
		text-decoration: none;
}

.software ul {
		width: 215px;
		right: -1.2%;
		color:#fff;
}

.software:hover ul li div a {
		display: inline;
		background-image:none;
}

.software_dropdown_main {
		background-image:url(/img/frame/navi_bg.jpg);
		padding-top: 20px;
		height: 25px;
}

.software_dropdown_bottom {
		width:175px;
		height:26px;
		background-image:url(/img/frame/navi_bg_bottom.png);
		float:left;
}

.software_dropdown_bottom_l {
		width:16px;
		height:26px;
		background-image:url(/img/frame/navi_bg_bottom_l.png);
		float:left;
}

.software_dropdown_bottom_r {
		width:16px;
		height:26px;
		background-image:url(/img/frame/navi_bg_bottom_r.png);
		float:left;
}
