﻿/* Menu Styles */
div.Menu
{
	width: 175px;
}

div.MenuItem
{
	border-top: #808080 1px dotted;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	background-position: left center;

	background-repeat: no-repeat;
}

div.MenuItem a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color:Gray;
 
}

div.MenuItem a:hover
{
	padding-left: 0px;
	color: #808080;
	text-decoration: underline;
}

div.SubMenu
{
	padding-bottom: 4px;
	
}

div.SubMenuItem
{
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 20px;
	padding-left: 14px;
	background-position: left center;
	background-image: url(/hri/images/blue_arrow.gif);
	background-repeat: no-repeat;
}

div.SubMenuItem a
{
	text-decoration: none;
	font-weight: normal;
	font-size: 80%;
}

div.SubMenuItem a:hover
{
	color: #808080;
	text-decoration: underline;
}


 