﻿
.MenuStyle
{
		background: #165EA9 url(../images/hbar.gif) repeat-x;
		width:100px;
		height:18px;
		border-right-color:Black;
		border-right-style:inset;
		border-right-width:thin;
		text-align:left;
		padding-left:5px;
		cursor:pointer;
	}

	.MenuStyleHover
	{
		background: #165EA9 url(../images/hbar.gif) repeat-x;
		max-width:250px;
		font-weight:bold;
	}
	
	.ChildMenuStyleIndividual
	{
		background: #165EA9 url(../images/hbar.gif) repeat-x;
		width:150px;
		height:20px;
		text-align:left;
		padding-left:5px;
	}

	.ChildMenuStyleGeneral
	{
		background: #165EA9 url(../images/hbar.gif) repeat-x;
		width:150px;
		height:20px;
		text-align:left;
		margin-left:10px;
	}
