/*   -----------------------------------  PopMenu Magic Style Sheet  by Project Seven Development  www.projectseven.com  Menu Type: Horizontal  Style Theme:5 -Cool Box  -----------------------------------*/#sddm{	margin-left: 20%;	margin-right: auto;	position: absolute;	top: 148px;	padding: 0;	z-index: 30}#sddm li{	margin: 0;	padding: 0;	list-style: none;	float: left;	font: normal 12px arial}#sddm li a{	display: block;	margin: 0 1px 0 0;	padding: 4px 10px;	width: auto;	background: white;	color: black;	border-left-style: solid;	border-left-width: 5px;	border-color: #C0C0C0;	text-align: center;	text-decoration: none;	text-transform:uppercase;}#sddm li a:active, #sddm li a:hover, #sddm li a:focus{	background: #DA251D;	color: white;}#sddm div{	position: absolute;	visibility: hidden;	margin: 0;	padding: 0;	background: #EAEBD8;	border-right: 1px solid #DA251D;	border-bottom: 1px solid #DA251D;}	#sddm div a	{	position: relative;		display: block;		margin: 0;		padding: 5px 10px;		width: auto;		white-space: nowrap;		text-align: left;		text-decoration: none;		background: #C0C0C0;		color: black;		font: 11px arial}	#sddm div a:hover	{	background: white;		color: black}