

#nav_container {
    width: 100%;
	height: 55px;
	padding-top: 80px;
	
}

#blob {
    background: #AEB8D6;
    border-right: 1px solid #AEB8D6;
    border-left: 1px solid #AEB8D6;
    position: absolute;
    z-index: 1;
    top: 0;
	background: url(../images/bg_blob.png) repeat-x;
	/*filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#AEB8D6'); /* IE6 & IE7 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#AEB8D6')"; /* IE8 */
    /*background: -moz-linear-gradient(top, #AEB8D6, #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#AEB8D6));*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(ie-css3.htc);
    -moz-box-shadow: 2px 3px 10px #AEB8D6;
    -webkit-box-shadow: 2px 3px 10px #AEB8D6;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#AEB8D6', Direction=120, Strength=4);
}

#nav {
	width: 900px;
	min-height: 45px;
	position:  relative;
	background: url(../images/bg_nav.png) no-repeat;
	/*background: #D4D4D4;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#F2F2F2'); /* IE6 & IE7 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#F2F2F2')"; /* IE8 */
	/*background: -moz-linear-gradient(top, #F2F2F2, #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F2F2));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
	border: 1px solid #999999;
	float: left;*/
	padding-top: 5px;
	padding-bottom: 5px;
}
	
#nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #999999;
    border-left: 1px solid #CCCCCC;
}

#nav li a {
    color: #4D4D4D;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
	font-size: 11px;
    font-family: helvetica, arial, sans-serif;
    text-decoration: none;
    padding: 10px 14px;
}
