#navcontainer li a {
/*	background: #e8907a;
*/
/*	background: #dfa8ac; */
/*	background: #b4cedc;*/
	background: url(..../images/clear.gif) center top;
	color: #334065;
}

#navcontainer ul li a{
/*	background: #e8907a;
*/
/*	background: #dfa8ac */
/*	background: #b4cedc;*/
	background: url(../images/clear.gif) center top;
	color: #334065;
}

#navcontainer ul li a:hover, #navcontainer ul li a:active {
	color: #c96f55;
/*	background: #c96f55;*/
/*	background: #b4cedc;*/
	background: url(../images/clear.gif) center top;
	font-size: larger;
	text-transform: capitalize;
}

#navcontainer ul li a#current {
/*	background: #eee;
	border-bottom: 2px solid #eee;
*/
/*	background: #b4cedc;*/
	background: url(../images/clear.gif) center top;
/*	border: 2px solid #b4cedc;
	border-bottom: 2px solid #b4cedc;*/
	/*color: #000;*/
	color: #334065;
	font-size: larger;
	text-transform: capitalize;
}

#sub-navcontainer a:hover {
	border-left: 9px solid #c96f55;
	color: #c96f55;
/*	background-image: url(..../images/white300px.png);
	background-repeat: no-repeat;
	background-position: 770px 17px;
	background-attachment: scroll;
	cursor: pointer;*/
}

*html #sub-navcontainer a:hover {
	border-left: 9px solid #c96f55;
	color: #c96f55;
/*	background-image: url(..../images/white300px.png);
	background-repeat: no-repeat;
	background-position: 770px, 17px;
	background-attachment: fixed;
	cursor: pointer;*/
}

#sub-navcontainer ul ul a {
/*	border-left: 9px solid #e8907a;*/
	border-left: 9px solid #dfa8ac;
/*	background-image: url(..../images/graphite300px.png);
	background-repeat: no-repeat;
	background-position: 770px 17px;
	background-attachment: scroll;
	cursor: pointer;*/
	color: #334065;
}

#sub-navcontainer ul ul .current {
/*	border-left: 9px solid #c96f55;*/
	border-left: 9px solid #dfa8ac;
/*	background-image: url(..../images/graphite300px.png);
	background-repeat: no-repeat;
	background-position: 770px 17px;
	background-attachment: scroll;
	cursor: pointer;*/
	color:  #c96f55;
}

*html #sub-navcontainer ul ul .current {
/*	border-left: 9px solid #c96f55;
	border-left: 9px solid #dfa8ac;
	background-image: url(..../images/graphite300px.png);
	background-repeat: no-repeat;
	background-position: -770px, 17px;
	cursor: pointer;*/
}