﻿div.menulist 
{
	margin-bottom: 22px;
}

div.menulist ul
{
	list-style-type:none;
	margin-left:10px;
	margin-top:5px;
}

div.menulist ul li
{
	line-height: 20px;
}

div.menulist ul li a
{
	display: block;
	width: 180px;
	background: url(../../images/components/menulist/blue-dot.gif) no-repeat;
	color: rgb(123, 159, 193);
	font-weight: bold;
	font-size: 10pt;
	padding-left: 35px;
	padding-top: 4px;
	text-decoration: none;	
}

div.menulist ul li a.SearchAllItems
{
	color: rgb(63, 99, 143);
}

div.menulist ul li a.highlighted
{
	color:  Navy;
}

div.menulist ul a.selected /* technically this should be 'div.menulist ul li a.selected', but it needs to be less specific than the previous 'highlighted' tag */
{
	color:  Navy;
}

div.menulist ul li a.color0,
div.listing .color0
{
	background: url(../../images/components/menulist/red-dot.gif) no-repeat;
}

div.menulist ul li a.color1,
div.listing .color1
{
	background: url(../../images/components/menulist/blue-dot.gif) no-repeat;
}

div.menulist ul li a.color2,
div.listing .color2
{
	background: url(../../images/components/menulist/olive-dot.gif) no-repeat;
}

div.menulist ul li a.color3,
div.listing .color3
{
	background: url(../../images/components/menulist/gold-dot.gif) no-repeat;
}

div.menulist ul li a.color4,
div.listing .color4
{
	background: url(../../images/components/menulist/purple-dot.gif) no-repeat;
}

div.menulist ul li a.color5,
div.listing .color5
{
	background: url(../../images/components/menulist/orange-dot.gif) no-repeat;
}

div.menulist ul li a.color6,
div.listing .color6
{
	background: url(../../images/components/menulist/aquamarine-dot.gif) no-repeat;
}

