* {
		margin: 0;
		padding: 0;
		}

html {
		font-size: 100%;
		}

body {
		font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
		}

p {
		font: 1.1em/1.4 Verdana, Arial, Helvetica, sans-serif;
		margin-bottom: 1em;
		}

#masthead {
	padding-left: 125px;
	width: 1000px;
	padding-bottom: 5px;
		}

#navContainer {
	height: 30px;
		}

#content {
	background-color: #7a466e;
	padding-left: 10px;
		}

#navigation ul {
	list-style-type: none;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
		}

#navigation li {
	float: left;
	height: 30px;
	position: relative;
	width: 100px;
		}

#navigation a:link, #navigation a:visited {
	display: block;
	height: 25px;
	padding-top: 8px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
		}

#navigation a:hover {
	background-color: #7a466e;
		}
		
#navigation a:active {
	background-color: #7a466e;
}

		
#navigation li ul {
	position: absolute;
	left: -10000px;
		}

#navigation li:hover ul {
	display: block;
	left: 0px;
		}
#navigation  li  li  {
	background-color: #7a466e;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	width: 190px;
	border-bottom-style: dotted;
	text-align: left;
	text-indent: 10px;
	filter: alpha(opacity=.50);
}

#navigation li li a:link, #navigation li li a:visited {
	padding-left: 0px;
		}

#navigation li li a:hover, #navigation li li a:active {
	background: none;
	color: #000000;
		}
		
		#homePage #homePageLink li li a:link, #homePage #homePageLink li li a:visited, #servicesPage #servicesPageLink li li a:link, #servicesPage #servicesPageLink li li a:visited, #customerSupportPage #customerSupportPageLink li li a:link, #customerSupportPage #customerSupportPageLink li li a:visited, #contactDetailsPage #contactDetailsPageLink li li a:link, #contactDetailsPage #contactDetailsPageLink li li a:visited {
	background: none;
		}

select.hide_select {
 visibility: hidden;
}