/****************************************************
*****************************************************
****************************************************/

div#flash {
	position : relative;
	margin: 7px auto 0px auto ;

	text-align : right;
	clear : both;
	overflow : hidden;
	width : 1004Px;
}

/****************************************************
*****************************************************
****************************************************/

div#menu{
	margin : 7px 0px 0px 0px ;
	background : #615C60;
	height: 30px;
	width: 100%;
}

div#menu ul{
	list-style: none ;
	margin: 0px 0px 0px 0px  ;
	overflow : hidden;
	border-right: 1px solid #fff;
	height:30px;
}
div#menu li{
	height:30px;
	border-left : 1px solid #fff;
	color : #FFFFFF;
	background : #615C60;
	float : left;
	/*width : 10.344em;*/
	width : 166px;
	text-transform: uppercase;
}
div#menu .selected{
	background : #E3DEDE;
	color : #615C60;
	text-decoration : none ;
}
div#menu .selected a{
	background : #E3DEDE;
	color : #615C60;
	text-decoration : none ;
}
div#menu li a{
	display: block ;
	font : bold 12px arial ;
	line-height: 20px ;
	padding: 4px 0 ;
	text-align: center ;
	color : #fff ;
	text-decoration : none ;
	height:22px;
}
div#menu li a:hover{
	background : #E3DEDE;
	color : #786F70 ;
	text-decoration : none ;
}

.selected2{
	color : #5EC6F2;
	text-decoration : underline ;
}

div#flash embed{
	float : right;
}
div#flash ul{
	margin: 0px 10px 0px 0px  ;
	position : absolute;
	bottom : 0px;
	left:0px;
	list-style: none ;
	overflow : hidden;
	border-right: 1px solid #fff;
}
div#flash li{
	margin: 10px 10px 0px 0px  ;
	border-bottom: 1px solid #EAE8E8;
	color : #786F70;
	/*width : 10.344em;*/
	width : 158px;
	text-transform: uppercase
}
div#flash .selected{
	background : #E3DEDE;
	color : #786F70;
	text-decoration : none ;
}
div#flash .selected a{
	background : #fff;
	color : #73CEF4;
	text-decoration : none ;
}
div#flash li a{
	display: block ;
	font : bold 12px arial ;
	line-height: 11px ;
	padding: 4px 0 ;
	text-align: right;
	color : #786F70 ;
	text-decoration : none ;
}
div#flash li a:hover{
	background : #E3DEDE;
	color : #786F70 ;
	text-decoration : none ;
}