@charset "utf-8";
/* CSS Document */
/* BEGIN style2 */
 #navcontainer {
	width: 140px;
	text-align: center;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 4px;
	width: 134px;
	height: 29px;
	background-image: url(images/bout_n.jpg);
	background-repeat: repeat-x;	/*background-color: #036;
border-bottom: 1px solid #eee;*/
}

#navcontainer a:link, #navlist a:visited
{
	text-decoration: none;
	color: #FF9900;
}

#navcontainer a:hover, #navcontainer #current
{
	/*background-color: #369;
color: #fff;*/
	background-image: url(images/bout_o.jpg);
	background-repeat: repeat-x;
	color: #FFCC33;
}

/* END style2 */
-->


