/* CSS Document */

#navcontainer ul
{
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#navcontainer ul li {
	display: inline;
	background-image: url(../images/_system/cmc-13x13-right-bullet.gif);
}

#navcontainer ul li a
{
	/*background-color: #681720;*/
	color: #FFFFFF;
	text-decoration: none;
	width: 118px;
	padding: 2px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	float: left;
	background-image: url(../images/_system/cmc-13x13-right-bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 4px;
}

#navcontainer ul li a:hover
{
	color: #f5f4d5;
	background-image: url(../images/_system/cmc-13x13-right-bullet-hover.gif);
	background-position: 12px 4px;
}
