/* Menu
-------------------------------------------------------------- */

#summary {
	position: absolute;
	float: left;
	width:430px;
	margin: 0 0 30px 0;
	z-index: 2 !important;
}
#summary h3{
	margin-bottom:20px;
}
#summary .menu {
	list-style-type:none;
	font-size: 13px;
	margin: 5px auto;
	background: #fff;
}
#summary .menu ul {
	list-style-type:none;
	margin: 0;
}
#summary .menu span{
	display: block;
	font-size: 11px;
	padding-left: 15px;
	margin-top:-10px;
	color:#aaa;
}
#summary .menu li {
	list-style-type:none;
	margin: 0;
}
#summary a {
	color: #757575;
	display: block;
	width:200px;
	line-height: 22px;
	padding: 0 0 0px 10px;
	text-decoration: none;
}
#summary ul ul {
	display: none;
	top: 0px;
	position: relative;
	left:50px !important;
	height:auto;
	float: left;
	margin: 0px;
	padding:10px 0px;
	z-index: 99999 !important;
}
#summary ul ul li {
	min-width: 160px;
	margin:0 0 5px 0;
	border-left: 1px dotted #444444;
}
#summary ul ul ul {
}
#summary ul ul ul li{
	display: block;
	margin-left:10%;
}
#summary ul ul a {
	line-height: 1em;
	padding: 5px 10px;
	height: auto;
}
#summary li:hover > a {
	color: #C95039;
}
#summary ul ul :hover > a {
	color: #C95039;
}
#summary ul li:hover > ul {
	display: block;
}
#summary ul li.current_page_item > a,
#summary ul li.current-menu-ancestor > a,
#summary ul li.current-menu-item > a,
#summary ul li.current-menu-parent > a {
	color: #C95039;
}
* html #summary ul li.current_page_item a,
* html #summary ul li.current-menu-ancestor a,
* html #summary ul li.current-menu-item a,
* html #summary ul li.current-menu-parent a,
* html #summary ul li a:hover {
	color: #C95039;
}

#summary {
	position: absolute;
	float: left;
	width:430px;
	margin: 0 0 30px 0;
	z-index: 2 !important;
}

#summary h3{
	margin-bottom:10px;
}
#summary .menu {
	list-style-type:none;
	font-size: 15px;
        font-weight: 1;
	margin-bottom: 10px auto;
	background: #fff;
}
#summary .menu ul {
	list-style-type:none;
	margin: 0;
}
#summary .menu span{
	display: none;
	font-size: 11px;
	padding-left: 15px;
	margin-top:-10px;
	color:#aaa;
}
#summary .menu li {
	list-style-type:none;
	margin: 0;
}

#summary a {
	color: #ffffff;
        background-color: #eee;
	margin-bottom: 3px ;
        font-weight: semibold;
        display: block ;
	width:380px;
	line-height: 22px;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#summary a:hover{
     background-color: #C95039;
	color: #fff;
}

#summary a:submit:hover {
background-color: #C95039;
color: #fff;
}

#summary ul ul {
	display: none;
	top: 0px;
	position: relative;
	left:50px !important;
	height:auto;
	float: left;
	margin: 0px;
	padding:10px 0px;
	z-index: 99999 !important;
}
#summary ul ul li {
	min-width: 160px;
	margin:0 0 5px 0;
	border-left: 1px dotted #444444;
}
#summary ul ul ul {
}
#summary ul ul ul li{
	display: block;
	margin-left:10%;
}
#summary ul ul a {
	line-height: 1em;
	padding: 5px 10px;
	height: auto;
}
#summary li:hover > a {
	color: #fff;
}
#summary ul ul :hover > a {
	color: #fff;
}
#summary ul li:hover > ul {
	display: block;
}
#summary ul li.current_page_item > a,
#summary ul li.current-menu-ancestor > a,
#summary ul li.current-menu-item > a,
#summary ul li.current-menu-parent > a {
	background-color: #C95039;
	color: #fff;
}
* html #summary ul li.current_page_item a,
* html #summary ul li.current-menu-ancestor a,
* html #summary ul li.current-menu-item a,
* html #summary ul li.current-menu-parent a,
* html #summary ul li a:hover {
	background-color: #C95039;
	color: #fff;
}