@charset "utf-8";
/* CSS Document */

#toparea .minor_nav {
	text-align: right;
	float: right;
	font-size: .75em;
	padding-top: 38px;
	padding-right: 28px;
	display: block;
}

/* MAIN NAVIGATION */

#toparea #navigation {
	float: left;
	width: 990px;
}

#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	display:block;
	text-transform:uppercase;
	font-size:.8em;
}

#menu li{
	display:block;
	float:left;
	border-right-width: 2px;
	border-right-style: ridge;
	border-right-color: #FFFFFF;
	background-image: url(/images/common/main_nav_bg.gif);
	background-repeat: repeat-x;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	background-color: #C5C6C7;
	padding-right: 15px;
	width: 135px;
	}
	
#menu li.selected{
	background-color: #F1F1F1;
	background-image: none;
}

#menu li.selected a{
	border-top-color: #4364AB;
}

#menu li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999;
	width: 135px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#menu li a:hover{
	border-top-color: #4364AB;
	}

/*on/off states for navigation buttons*/

/*The following shows how body id is linked to the on state of the button*/

/*First entry entry controls the background colour and background off state. Second entry controls border colour to on state.*/
#home #homenav,
#hosting_overview #hostnav,
#broadband_overview #broadbandnav,
#support #supportnav,
#support_serialconsoleshell #supportnav,
#support_techdocs #supportnav,
#managed_hosting #managednav {
	background-color: #EFEFEF;
	background-image: none;
}

#home #homenav a,
#hosting_overview #hostnav a,
#broadband_overview #broadbandnav a,
#support #supportnav a,
#support_serialconsoleshell #supportnav a,
#support_techdocs #supportnav a,
#managed_hosting #managednav a {
	border-top-color: #4364AB;
}


/*SUB NAVIGATION*/

/*global setting for ul and li tags*/
#subnav {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	display: inline;
}

#subnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#subnav ul a:hover {
	background-color:#FF9;
}

/*First bullet style*/
#subnav ul li a  {
	color: #2C247F;
	text-decoration: none;
	width: 190px;
	display: block;
	font-size: 0.8em;
	background-color: #C8D7E3;
	padding: 5px;
	margin-top: 3px;
}

#subnav ul li a.selected {
font-weight: bold;
	color: #FFF;
	background-color: #7A96AC;
}


/*Second bullet group*/
#subnav ul li ul {
	margin-bottom: 10px;
}


/*Second bullet style*/
#subnav ul li ul li a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 195px;
	background-color: #f1f1f1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#subnav ul li ul li a:hover {
	text-decoration:underline;
	background-color: #f1f1f1;
}

#subnav ul li ul li a.selected {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 195px;
	background-color: #f1f1f1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #2C247F;
}



/*Third bullet group*/
#subnav ul li ul li ul {
	margin-top:3px;
	margin-bottom: 5px;
}

/*Third bullet*/
#subnav ul li ul li ul li a {
	padding-top: 0px;
	font-size: .7em;
	background-image: url(/images/common/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	width: 185px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	background-position: left 5px;
	margin-bottom: 0px;
}

#subnav ul li ul li ul li a.selected {
	padding-top: 0px;
	font-size: .7em;
	background-image: url(/images/common/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	width: 185px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	background-position: left 5px;
	margin-bottom: 0px;
	font-weight: bold;	
}


/*sub navigation on/off states - first level*/

#hosting_overview #hosting_overview_nav,
#broadband_overview #broadband_overview_nav,
#support #support_overview_nav, 
#support_serialconsoleshell #support_serial_nav,
#support_techdocs #support_techdocs_nav {	
	font-weight: bold;
	color: #FFF;
	background-color: #7A96AC;
}



/*serial console shell sub menu - hidden by default*/
#subnav ul li #serialconsoleshellsub {
	display: none;
}

/*serial console shell sub menu switched on states*/
#support_serialconsoleshell #subnav ul li #serialconsoleshellsub {
	display: block;
}

/*serial console shell subnav highlight */
#support_serialconsoleshell #serial_overviewnav {
	font-weight: bold;
}
