@charset "utf-8";
/* CSS Document */
#popupmenu
{	
padding: 0px;
margin: 0px;
height:35px;
	}

#popupmenu li
{	
	font-family : Helvetica;	
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
	text-align:center;
	list-style: none;
	float: left;
	padding: 0px;
margin: 0px;
}
#popupmenu a
{	
	font-family : Helvetica;	
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
	text-align:center;
	list-style: none;
	float: center;
	padding:0px;
	margin:0px;
}
#popupmenu a:hover
	{	color: #FF0000;
	text-decoration:underline;
	}
		
#popupmenu div
{	position: absolute;
	visibility: hidden;
	margin:0px;
	padding:0px;
	margin-left:-1px;
	top:325px;
	background: #000000;
	border: 1px solid #000000;}

	#popupmenu div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 190;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #e9e9e9 bottom url(images/popup_menu_1.jpg);
		font-family : Helvetica;	
		font-size : 12px;
		color: #FFFFFF;
	}

	#popupmenu div a:hover
	{	background: #ff6600;
	background: #e9e9e9 bottom url(images/popup_menu_2.jpg);
		color: #FFFfff;}