/* Top Menu */
body#home #navhome a,
body#features #navfeatures a, 
body#overview #navoverview a, 
body#about #navabout a, 
body#contact #navcontact a {
	color: #000;
	background-image: url(/images/topmenu-on-left.gif)!important;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	padding-left: 10px;
	margin-bottom: 1px;
	margin-top: -2px;
	height: 29px!important;
	display: block;
}

/*Corrects the height collapse when there are no u-r-here tabs on a page
  Must add the nocurrentnav class to the body tag
*/ 
body.nocurrentnav #navigation a {
	height: 28px!important;	
}
 
/* IE (6) fix for nav on state to compensate for the minus value it needs*/
body#home #navhome a,
body#features #navfeatures a, 
body#overview #navoverview a, 
body#about #navabout a, 
body#contact #navcontact a {
	position: relative;
}

body#home li#navhome a span,
body#features #navfeatures a span, 
body#overview #navoverview a span, 
body#about #navabout a span, 
body#contact #navcontact a span {
	background: url(/images/topmenu-on-right.gif) right top no-repeat;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: -5px;
}
 
 
/* IE fix for positioning right sided curve*/
* html body#home li#navhome a span,
* html body#features #navfeatures a span,
* html body#overview #navoverview a span,
* html body#about #navabout a span, 
* html body#contact #navcontact a span { 
	background: url(/images/topmenu-on-right.gif)!important;
	background-position: top right;
	background-repeat: no-repeat;
  }