#access {
	background:#247f80;
	box-shadow:0 0 7px rgba(0, 0, 0, .1);
  	float:left;
  	background:#247f80 url(../images/sddm.jpg);
  	width:100%;
  	position:relative;
  	z-index:100;
  	margin:auto;
  	-moz-box-shadow:0px 2px 6px rgba(0,0,0,0.6);
  	-webkit-box-shadow:0px 2px 6px rgba(0,0,0,0.6);
  	box-shadow:0px 2px 6px rgba(0,0,0,0.6); 
}
#access ul {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	font-weight:bold;
	font-size:14px;
	text-transform:none;
	background: #247f80;
}
#access li {
	position:relative;
	float:left;
	padding:0;
	margin:0;
	border-left:0px solid rgba(36, 127, 128, 1);
}

#access ul li:first-child {
	padding-left:0;
}
#access a {
	display:block;
	padding:16px 16px;
	color:#ffffff;
	text-decoration:none;
	-moz-transition: background-color .25s ease, margin .25s ease;
	-webkit-transition: background-color .25s ease, margin .25s ease;
	-o-transition: background-color .25s ease, margin .25s ease;
	-ms-transition: background-color .25s ease, margin .25s ease;
	transition: background-color .25s ease, margin .25s ease;
	height: 16px !important;
}

#access a:hover,
#access li.current_page_item > a,
#access li.current-menu-item > a {
	background: url(../images/sddm-div-background.png);
	color:#fff;
	text-decoration:none;
}
#access li li a#currentchildpage {
	background: #247f80 url(../images/sddm.jpg);
}
#access li li li a#currentchildpage {
	background: #247f80 url(../images/sddm.jpg);
}
#access a span {
	color:#247f80;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	line-height:1.62em;
	text-transform:none;
}
.drop-down-toggle {
	display:none;
	position:absolute;
	top:7px;
	right:16px;
	width:20px;
	height:20px;
	background: #247f80 url(../images/sddm.jpg);
	border:#eee 3px solid;
	border-radius:15px;
}
.drop-down-arrow {
	display:block;
	width:0;
	height:0;
	margin:8px 0 0 5px;
	border-top:5px solid #eee;
	border-left:transparent 5px solid;
	border-right:transparent 5px solid;
}
#access li li {
	float:none;
	min-width:190px;
	padding:0;
	margin:0;
	color:#fff;
	border-left: 0;
}
#access li li a {
	min-width:100px;
	padding:5px 8px;
	margin:0;
	background: url(../images/sddm-div-background.png);
	border-top:#fff 1px solid;
	border-bottom:#fff 0px solid;
	font-size:13px;
	line-height:33px;
	text-align:left;
	overflow:hidden;
	height: 32px !important;
}
#access li li:first-child > a {
	border-top: none;
}
#access li li:last-child > a {
	border-bottom: none;
}
#access li li a:hover {
	background: #247f80 url(../images/sddm.jpg);
}
#access li ul {
	display:none;
	position:absolute;
	z-index:9999;
	min-width:180px;
	height:auto;
	padding:0;
	margin:0;
	box-shadow:0 0 3px #0e2245;
	font-weight: normal;
	text-transform: none;
}
#access li ul ul {
	margin:-45px 0 0 190px !important;
	min-width:290px;
	background: #247f80;
}
#access li ul ul p{
	padding: 0px 10px;
	background: #247f80;
	font-size:13px;
}
#access li ul p{
	padding: 0px 10px;
	background: #247f80;
}
#access li:hover > ul,
#access li li:hover > ul,
#access li li li:hover > ul {
	display:block;
}

#access .nav-show,
#access .nav-hide {
	display:none;
}

#access sup {bottom:0.6ex; font-size:85%;}
