/* NON-MENU LINK COLORS */

a:link		{ color: #0099CC; text-decoration: none; }

a:visited	{ color: #0099CC; text-decoration: none; }

a:active	{ color: #0099CC; text-decoration: none; }

a:hover		{ color: #0000FF; text-decoration: none; }

/* START THE CODE FOR THE MENUS */

.menutable	{
		position:static 0;
		border-top: #D5DCE4 1px solid;
		border-bottom: #D5DCE4 1px solid;
		background-color: #F1F3F6;
		height: 39px;
		}

.firstlink	{ border-left: #000000 0px solid; }

.menu		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		padding-top: 4px;
		padding-bottom: 6px;
		padding-left: 9px;
		padding-right: 9px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		cursor:pointer;
		font-weight: normal;
		text-align: center;
		line-height: 18px;
		display: block;
		border-right: #000000 0px solid;
		}


a.menu:link 	{
		color: #000000;
		}

a.menu:visited 	{
		color: #000000;
		}


a.menu:active 	{
		color: #000000;
		}

a.menu:hover 	{
		background-color: #D6DFF0;
		border: #003399 1px solid;
		color: #003399;
		padding-top: 3px;
		padding-bottom: 5px;
		padding-left: 8px;
		padding-right: 8px;
		}

