#dd
{	margin: 0;
	padding: 0}

#dd li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px tahoma}

#dd li a.menu
{	display: block;
	text-align: center;
	background: #;
	padding: 12px 1px;
	margin: 0 1px 0 0;
	color: #172C65;
	width:145px;
	text-decoration:  none;
	
	}
	
#dd li a.menux
{	display: block;
	background: #;
	padding: 12px 10px;
    margin: 0 1px 0 0;
	color: #FFF;
	width:auto;
	text-decoration:  none;
	}

#dd li a.menu:hover
{	background: #;
    color: gray	
    }

.submenu
{	background: #fff;
	border: 1px solid #D8D7DA;
	visibility: hidden;
	position: absolute;
	z-index: 3;
	width:200px}

	.submenu a
	{	display: block;
		font: 11px tahoma;
		text-align: left;
		text-decoration: none;
		padding: 4px;
		color: #172C65}

	.submenu a:hover
	{	background: #ECEBF0;
		color: #172C65	
		}
		
		
A:link	{	
	text-decoration:	none;
	color:  gray;
	border-color:Black;
	border-style:none;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	gray;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#172C65;
	text-decoration:underline;
	}	
		
A:hover
{	text-decoration:none;
	color:#172C65;

}
