@import url(base.css);

/* container menu items */

#container-menu-items {
	width: 600px;
}

.menu-item {
	float:left;
	margin:2px;
	overflow:hidden;
	padding:15px 5px;
	width:112px;
}

.clearer
{
    clear: both;
	width: 1px;
	height: 1px;
}


.menu-item a
{
	text-decoration: none !important;
}

.menu-item a:hover
{
	text-decoration: underline !important;
}

.menu-item h3 {
	margin: 10px 0 5px 0; padding: 0;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}

.menu-item h3.members-only {
	padding-left: 16px;
	background: url(../images/ico_lock.gif) no-repeat;
	color: #aaa;
}

.menu-item ul {
	margin: 0; padding: 0;
	list-style-type: none;
}

.menu-item li {
	padding-left: 16px;
	background: url("../images/ico_arrow_blue.gif") 4px 5px no-repeat;
	color: #aaa;
}


.menu-item li.members-only {
	background: url("../images/ico_lock_small.gif") 1px 1px no-repeat !important;
}

.menu-item li.members-only a {
	
}

