/**********************************************************\
*	Description: playsam.se
*	URI: 
*	Version: 1.0
*	Author: Niklas Hultgren
*	Author URI: http://www.litchi.se
*	Date: 2010-04-26
**********************************************************/
html, body{
overflow:hidden;
}
body{
	margin:0;
	padding:0;
	background-color:#fff;
}

/**********************************************************
** [ MENU ] **********************************************/
#MenuArea{
	position:absolute; 
	top:40px; 
	left:40px;
}

.MenuItems{
	
	padding:22px 0 0 0;
	margin:0;
}

ul.nav{
	list-style:none;
	margin:0;
	padding:6px 0 0 0;
}
ul.nav li{
	font-weight: bold;
	color:#333;
	margin:0;
	padding:0 0 0 14px;
}


#Subnav
{
	position:absolute; 
	top:40px; 
	right:40px;
	width:400px;
}

.no-flash
{
width:800px;
position:absolute;
left:400px;
top:150px;
}



/*********************************************************/



#jsddm
{	margin: 0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif, geneva;
	font-size:12px;
	line-height:19px;
	font-variant: normal;
	color:#333;
	
	}

	#jsddm li
	{	float: left;
		list-style: none;
		width:auto;
		font-weight:bold;
	}

	#jsddm li a
	{	display: block;
		text-decoration: none;
		padding:5px 10px 0 5px;
		white-space: nowrap;}

	#jsddm li a:hover
	{	
		color:#333;
	}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			}
		
			#jsddm li ul li
			{	float: none;
				display: inline;
				font-weight:bold;
				padding:0;
				margin:0;
			}
			
			#jsddm li ul li a
			{	
			width: auto;
				color: #333;
				padding-bottom:4px;}
			
			#jsddm li ul li a:hover
			{	
				/*background:#ccc;*/
				padding-bottom:4px;
				color:#999;

			}




/* misc */
.clear{
	clear:both;
}

.non-visual { position:absolute; left: -9999px; }

.logo{
	cursor:pointer;
}
img, div { behavior: url(iepngfix.htc) }
