
#main_menu {
	height:36px;
	width:380px;
	border: 10px solid #77A527;
	font-size:13px;
	text-transform:uppercase;
	background:url(../images/index-1_11.gif) repeat-x;
}

#center_box {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

#main_menu
{ 
	margin-bottom:24px;
}


#main_menu li
{
/*background: url('../images/tm_icon_tri2.gif') no-repeat 0 .5em;*/
    background-image: url(../images/index-1_13.gif); /* Replace bullet.gif with your img */
    background-position: 0 0px; /* Position bullet */
    background-repeat: no-repeat;
	padding: 0 32px 0 42px;
	list-style-type:none;
	line-height:36px;
	display:inline;
}

#main_menu ul { 
    margin: 0;
    padding: 0;
 }

