.menutitle
{
    display: none;
}


ul.menublock
{
    list-style-type: none;
	margin:0px 0px 20px 20px;
	padding:0px;
}

.menublocktitle
{
    text-transform: uppercase;
	color : #EA2425;
}

ul.menublock  li
{
    list-style-image: url('/_structure/images/hdrbullet.gif');
	font-size: 12px;
	font-weight: bold;
	width: 140px;
}

ul.menublock li ul
{
    margin-left: 0px;
    padding-left: 0px;
}

.menu a, .menu a:visited, .menu a:hover
{
    font-weight: normal;
    text-decoration: underline;
}

ul.menublock li.menuitem
{
    list-style-image: url('/_structure/images/itembullet.gif');
}

