﻿#sddm {
	margin: 0;
	padding: 0;}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 13px verdana;
	border: 0px solid #fff;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;}

/*the top nav boxes*/
#sddm li a {
	display: block;
	margin: 0;
	padding: 0.1em 0.5em;
	white-space: nowrap;
	color:  #000;
	font: 13px verdana bold;
	text-align: center;
	text-decoration: none;
	font-weight:700;}

#sddm li a:hover {
	background: transparent url('../../images/white_80_opacity.png') repeat;
/***
	background: #fff;
	background-color: rgba(255,255,255,0.60);
***/
	}

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;}

/*drop down boxes*/
#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font-weight:700;
	/*
	background-color: rgba(17,94,221,0.85);
	*/
	background: #115edd;
	opacity: 0.85;
	-moz-opacity: 0.85;	/*Older Mozilla*/
	filter: alpha(opacity=85);	/*IE: nothing works for IE7*/
	color: #fff;
	font: 13px verdana bold;
	z-index: 9999;}

#sddm div a:hover {
	background: #6393e3;
	color: #fff;}
