/* Subnav List Styles
---------------------------------------------------------------------------*/
.subNav_Blue
	{
		background: #9b3c1e url(/cedia07/imgs/gradientBg.jpg) top repeat-x;
		margin-bottom: 10px;
		width: 170px;
	}

.subNav_Blue h4	{
		background: #005480 url(/cedia07/imgs/gradientBarBg.jpg) bottom repeat-x;
		border-bottom: 1px solid #f79870;
		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;}

.gallery_list
	{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

.gallery_list li
	{
		display: inline;
		margin: 3px;
		margin-bottom: 7px;
	}
	
.gallery_list img
	{
		border: 3px double #B3B3B3;
		width: 120px;
	}