﻿#menu-bar {
	background: transparent;
	border-bottom: 3px solid #0B2E83;
	font-size: 12px;   /* Use a px font size so the user can't alter the size  */
	height: 25px;
	margin-left: 150px; 
	width: 805px;
	text-align: left;  /*  Centers tabs.  Use left/right to put them to one side  */
} 

#nav {
	height: 25px;
	margin: 0px 0px 0px 0px;
	top: -10px;
/*	left: -110px;  */
	position: relative;
	width: 845px;
}

#nav ul {
    padding: 0 0 0 0;
    list-style: none;
    width: 700px;
}

#nav li { 
    float: left;
    margin: -7px -5px 0px -5px;   /* Margin for space between tabs  */
    text-align: center;
	color: #FFFFFF;
	width: 90px;    
    line-height: 50px;
}  

#nav li a {
    display: block;
    width: 90px;
    color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	height: 50px;
    background: url('template/menutabs.png') no-repeat left top;
}

#nav li a:hover { 
    color: #000000;
    background: url('template/menutabs.png') no-repeat -100px top; 
}

#home-nav-page li#nav-websitehome a,
#about-nav-page li#nav-about a,
#contact-nav-page li#nav-contact a,
#website-design-nav-page li#nav-website-design a,
#website-marketing-nav-page li#nav-website-marketing a,
#account-nav-page li#nav-account a,
#domains-nav-page li#nav-domains a,
#blog-nav-page li#nav-blog a
{
    background: url('template/menutabs.png') no-repeat left -50px; 
} 

#ftnav {
	height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
}

#ftnav ul {
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
    list-style: none;
    width: 500px;
}

#ftnav li { 
    float: left;
    margin: 0px 0px 0px 0px;   /* Margin for space between tabs  */
    text-align: center;
}  

#ftnav li a {
    display: block;
    width: 69px;
    color: #CF1717;
	text-decoration: none;
}

#ftnav li a:hover { 
  font-weight: bold; 
}


#sdnav-text {
   color: #CF1717;	
}

#sdnav ul {
	position: relative;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
}

#sdnav li {
	list-style: none;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 3px;
}

#sdnav li a {
	color: #CF1717;
	text-decoration: none;
}

.TabOff
{
   display: none;
}



