:focus { outline: 0; }

body {
	background: #FFF url("http://www.mytrumobile.com/newbiz_images/headerbg.jpg") repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	margin: 0 auto;
	}
#wrapper {
	text-align: left;
	padding: 0 auto;
	}
#container {
	background: url(http://www.mytrumobile.com/newbiz_images/navbg.png) repeat-x;
	height: 120px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 20px;
	}
#menu {
	height:49px;
	margin:0 auto;
	float: left;
	width:800px;
	}
#nav {
	background: url(http://www.mytrumobile.com/newbiz_images/navbg.png) repeat-x;
	padding: 0px;
    margin: 0px;
	height: 49px;
	width: 800px;
	float: left;
	}
#nav li {
    float: left;
    display: block;
    font-size: 0em;
    text-align: right;
	}
#nav li a {
    position: relative;
    display: block;
    height: 49px;
    margin: 0px;
    padding: 0px;
	background-color: #000;
 	}
#nav li #logo {
	background-position: 0px 0px;
	background: url(http://www.mytrumobile.com/newbiz_images/logo.jpg) no-repeat;
	background-color: #FFF;
	height: 50px;
	width: 214px;
	margin-right: 20px;
	}

#nav li #aboutus { background-position: 0px 0px; background: url(http://www.mytrumobile.com/newbiz_images/aboutus.png) no-repeat; width: 81px; }
#nav li #aboutus:hover { background-position: 0px -49px; }

#nav li #customerservice { background-position: 0px 0px; background: url(http://www.mytrumobile.com/newbiz_images/customerservice.png) no-repeat; width: 141px; }
#nav li #customerservice:hover { background-position: 0px -49px; }

#nav li #business { background-position: 0px 0px; background: url(http://www.mytrumobile.com/newbiz_images/business.png) no-repeat; width: 150px; }
#nav li #business:hover { background-position: 0px -49px; }

#nav li #contact { background-position: 0px 0px; background: url(http://www.mytrumobile.com/newbiz_images/contact.png) no-repeat; width: 98px; }
#nav li #contact:hover { background-position: 0px -49px; }

#nav li #dots { 
	background: url(http://www.mytrumobile.com/newbiz_images/dots.png) no-repeat; 
    position: relative;
    display: block;
	width: 21px;
    height: 49px;
    margin: 0px;
    padding: 0px;
	background-position: 0px 0px;
	}
#title {
	background: url(http://www.mytrumobile.com/newbiz_images/header_title.jpg) no-repeat;
	height: 70px;
	width: 1024px;
	text-align: left;
	}
.clear {
	clear: both;
	}