div.menu_list 
{
	margin-top: 150px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}	
div.menu_list h3 {
	margin	: 0px;
}

div.menuitem {
	font-size: 13px;
}

div.menuitem a {
	color: #5b493c;
	text-decoration:  none;
	outline:none;
	padding: 2px 40px;
	display:block;
}
div.menuitem a:hover {
	color: #5b493c;
	text-decoration:  none;
	background: #cdc7b2 100%;
	background-image            : url(../images/icons/menu_pointer_small.gif);
	background-position         : 8% 51%;
	background-repeat           : no-repeat;
}

h3.head a, h3.normal * {
	text-decoration:  none;
	outline:none;
	font-size: 16px;
	font-weight: bold;
	color: #5b493c;
	display:block; 
	padding: 3px 40px;
	cursor: pointer;
}

h3.head a:hover, h3.normal a:hover {
    text-decoration:  none;
	color: #cdc7b2;
	background: #897f76;
    background-image            : url(../images/icons/menu_pointer.gif);
	background-position         : 6% 50%;
	background-repeat           : no-repeat;
}

h3.select{
    text-decoration:  none;
	color: #cdc7b2;
	background: #897f76;
    background-image            : url(../images/icons/menu_pointer.gif);
	background-position         : 6% 50%;
	background-repeat           : no-repeat;
}
