﻿
#navcontainer ul
{
	z-index:1;
	position:absolute;
	left:10px;
	
	background-image:url(../images/gradient_bg.jpg);
	background-repeat:repeat-x;
	color: White;
	width: 927px;
	font-family: arial, helvetica, sans-serif;
	font-size:13px;
	height:27px;
	top: 140px;

}

#navcontainer ul li {
  padding: 5px 0 0 0;
  display:inline;
  float:left;
  }

#navcontainer ul li a {
  text-decoration:none;
  color: #FFFFFF;
  font-weight:bold;
  border-right: 1px solid #FFFFFF;
  padding:0 5px;
}

#navcontainer ul li:hover, #navcontainer ul li.active {
background:url(../images/gradient_over.jpg) repeat-x top left;

}

.cLeft {position:absolute; top:140px; left:5px; background-image:url(/images/corner_left.jpg); width:5px; height:27px; z-index:8;}
.cRight {position:absolute; top:140px; left:937px; background-image:url(/images/corner_right.jpg); width:5px; height:27px; z-index:9; }
