/* --------------------------------------------------------------
    CSS style code for use with Savegame.no only
    å©2007 DirtyWorker
    http://www.dirtyworker.com
---------------------------------------------------------------*/

/*  Drop Down Menu Core CSS [Do Not Modify!]
---------------------------------------------------------------*/
.ddmmc .ddmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;}.ddmmc .ddmdividery{float:left;width:0px;}.ddmmc .ddmtitle{display:block;cursor:default;white-space:nowrap;}.ddmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.ddmmc {position:relative;}.ddmmc a, .ddmmc li {float:left;display:block;white-space:nowrap;}.ddmmc div a, .ddmmc ul a, .ddmmc ul li {float:none;}.ddmsh div a {float:left;}.ddmmc div{visibility:hidden;position:absolute;}.ddmmc ul {left:-10000px;position:absolute;}.ddmmc, .ddmmc ul {list-style:none;padding:0px;margin:0px;}.ddmmc li a {float:none}.ddmmc li{position:relative;}.ddmmc ul {z-index:10;}.ddmmc ul ul {z-index:20;}.ddmmc ul ul ul {z-index:30;}.ddmmc ul ul ul ul {z-index:40;}.ddmmc ul ul ul ul ul {z-index:50;}li:hover>ul{left:auto;}#ddm ul {top:100%;}#ddm ul li:hover>ul{top:0px;left:100%;}

/*  Main items
---------------------------------------------------------------*/
#ddm a	{
	padding:0;
	color:#555555;
	font-family:Arial;
	font-size:10px;
	text-decoration:none;
}
/*  Container
---------------------------------------------------------------*/
#ddm div, #ddm ul {	
	width: 90px;
	padding:4px;
	margin:-1px 0px 0px 8px;
	background-color:#292929;
	border-width:1px;
	border-style:solid;
	border-color:#333;
}
/*  Sub items
---------------------------------------------------------------*/
#ddm div a, #ddm ul a {	
	padding:3px 10px 3px 5px;
	background-color:transparent;
	font-size:11px;
	border-width:0px;
	border-style:none;
}
#ddm div a:hover, #ddm ul a:hover {	
	background-color:#292929;
	color:#e80504;
}
body #ddm div .ddmactive, body #ddm div .ddmactive:hover {	
	background-color:#292929;
	color:#e80504;
}
/*  Titles
---------------------------------------------------------------*/
#ddm .ddmtitle {	
	cursor:default;
	padding:3px 0px 3px 4px;
	color:#444444;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
}
/*  Dividers
---------------------------------------------------------------*/
#ddm .ddmdividerx {	
	border-top-width:1px;
	margin:4px 0px 4px 0px;
	border-color:#BFBFBF;
}
#ddm .ddmdividery {	
	border-left-width:1px;
	height:15px;
	margin:4px 2px 0px 2px;
	border-color:#AAAAAA;
}
/*  Rounded items
---------------------------------------------------------------*/
#ddm .ddmritem span {	
	border-color:#DADADA;
	background-color:#F7F7F7;
}
#ddm .ddmritemcontent {	
	padding:0px 0px 0px 4px;
}