/* Subnav List Styles
---------------------------------------------------------------------------*/
.subNav_Blue
	{
		background: #005480 url(/rms/imgs/gradientBg_mmBlue.jpg) bottom repeat-x;
		margin-bottom: 10px;
		width: 170px;
	}

.subNav_Blue h4
	{
		background: #005480 url(/rms/imgs/gradientBarBg_mmBlue.jpg) bottom repeat-x;
		border-bottom: 1px solid #0092B5;
		height: 23px;
		margin: 0px;
		width: 170px;
	}



.subNav_Blue ul
	{
		list-style: none;
		margin: 5px;
		padding: 0;
		padding-bottom: 4px;
		text-align: right;
		width: 160px;
	}

.subNav_Blue ul.left
	{ text-align: left;	}

.subNav_Blue ul li
	{ margin: 0; padding: 0; }

.subNav_Blue ul li a:link, .subNav_Blue ul li a:visited
	{
		
		color: #fff;
		display: block;
		line-height: 1.2em;
		text-decoration: none;
		padding: 3px 0px;
		width: 160px;
	}

.subNav_Blue ul li a:hover
	{ color: #fff8e5; text-decoration: underline;}
