#access {
    background: #277e79;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 6px;
    width: 100%;
}

#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fff;
	border-bottom: 1px dotted #ddd;
	color: #5c3817;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #fff;
}
#access li:hover > a,
#access a:focus {
	background: #fff; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #5c3817;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

#site-generator {
    background: none repeat scroll 0 0 #277e79;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    padding: 1em 0.5em;
    text-align: center;
}

#site-generator a {
	color: #fff;
}

#site-generator a:focus {
	color: #fff;
	text-decoration: underline;
}

.asrm-copy a a:hover a:focus{
	color: #fff;
	text-decoration: underline;	
}
.menu-footer {
	background: none repeat scroll 0 0 #277e79;
    font-size: 12px;
    text-align: center;
    padding: .5em 0.5em;
}

.menu-footer li{
    text-align: center;
	display: inline;
	/*list-style-type: none;*/
}

.menu-footer a{
    color: #fff;
    padding-right: .50em;
}


