/* CSS Document */

.services_menu {
	/*padding: 20px 0 20px 3px;*/
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 14px;
    /*border-bottom:1px solid #333333;*/
	width: 170px;
	margin:0px 4px 4px -7px;
	color: #000000;
}

.services_menu_shadow {
	background-color: #333333;
	background-repeat: no-repeat;
	/*padding: 20px 0 20px 3px;*/
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #BEF715;
	font-weight: bold;
	line-height: 14px;
	margin: 5px 0px 0px 5px;
}

.services_menu a{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
	font-weight: normal;
}

.services_menu_tab {
	float:left;
	width: 65px;
	height:18px;
	display:block;
	background-color:#FFFFFF;
	/*background-image: url(../images/tab_services.gif);
	background-repeat: no-repeat;*/

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #525252;
	border-bottom: none;
	padding: 2px;
	text-align: center;
	/*margin: 0px 0px -5px 0px;*/
	
}

.services_menu_tab_grey {
	float:left;
	width: 65px;
	height: 18px;
	display:inline;
	background-color:#E4E4E4;
	/*background-image: url(../images/tab_support.gif);
	background-repeat: no-repeat;*/

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight:bold;
	border: 1px solid #525252;
	border-bottom: none;
	padding: 2px;
	margin-left: 5px;
	text-align: center;
}

.services_menu_tab_grey a:link{
	color: #000000;
	font-weight: bold;
}

.services_menu_tab_grey a:hover{
	text-decoration: underline;
}
.line {
	margin-left: 65px;
	width: 100px;
	border-bottom: 1px solid #333;
}

#navlist {
		/*padding: 2px 0.5em;
        margin: 0px 0px 5px 0px;*/
		border-bottom: 1px solid #525252;
		font-weight: bold;
		font-family:  Arial, Helvetica, sans-serif;
		/*filter:shadow(color:gray, strength:5, direction:135);*/
		width: 150px;
		margin: 0px 0px 0px -7px;
}

#navlist li {
		float:left;
        list-style: none;
        display: inline;
		font-family:  Arial, Helvetica, sans-serif;
		font-weight: bold;
		color:#000000;
		padding: 1px;
		/*margin: 10px 2px 25px 0px;*/

}

#navlist li a {
        /*padding: 3px 0.5em;*/
        margin-left: 5px;
        /*border: 1px solid #525252;
		border-bottom: none;*/
        background: #E4E4E4;
        text-decoration: none;
		display:inline;
}

#navlist li a:link { color: #000000; font-weight:bold; }
#navlist li a:visited { color: #000000; }

#navlist li a:hover {
        color: #000;
	    text-decoration: underline;
}

#navlist li a#current {
       	background-color:#FFFFFF;
		color: #000000;
		font-weight: bold;
}

.out {
  display:block; 
  background-color:#999999;
  position:relative;
  /*margin:1em 0;*/
}
  
.in {
	margin-top: 0px;
  	text-align:left; 
  	background:#fff; 
  	border-top:none;
  	position:relative; 
  	padding:5px;
  	font-weight:normal;
  	color:#999999;
  	font-size: 11px;
  	border: 1px solid #525252;
	border-top: none;

}
.ltin {
  left:-5px;
}
.tpin {
  top:-6px;
}

.in a{
  text-align:left; 
  background:#fff; 
  font-size: 12.5px;
  font-weight:normal;
  color:#525252;
  padding-left: 5px;
  line-height: 14px;
}

.in a:hover{
  text-decoration: underline;
}
.narrow {width:150px;} /* change to suit */
h4 {font-weight:bold; color:#000;}

#white_bg {
background-color: #FFFFFF;
}