/*
 ----------------------------- 
 PVII Drop Menu Magic
 by Project Seven Development
 www.projectseven.com
 Theme 09: Allegro
 -----------------------------
*/

.p7DMM09 {
	/*background-color: #B2B2B2;*/
	/*background: rgba(178,178,178,.85);*/
	/*margin-top: 65px;*/
    position: absolute;
    top: 68px;
    left:150px; right:0px;
	-webkit-transition: all linear .25s .1s;
	transition: all linear .25s .1s;
	z-index: 999;
}
.p7DMM09:after {
	content: "";
	display: table;
	clear: both;
}
.p7DMM09.p7dmm-centered,
.p7dmm-fixed {text-align: center;}

.p7DMM09 ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.p7DMM09 ul li {
	list-style-type: none;
	float: left;
	padding: 10px 0px;
	margin-right: 8px;
}
.p7DMM09 ul li:last-child {
	margin-right: 0px;
}
.p7DMM09 ul a {
	display: block;
	color: #FFF;
	font-size: 1em;
	padding: 0px 18px 0px 18px;
	text-decoration: none;
	border-radius: 20px;
	-webkit-transition: all linear .25s .1s;
	transition: all linear .25s .1s;
	background-color: #B2B2B2;
	background: rgba(178,178,178,.8);
}
.p7DMM09 ul a:hover,
.p7DMM09 ul a.open {
	outline: none;
	color: #FFFFFF;
	background-color: #000000;
	background: rgba(0,0,0,.65);
}


/*Arrows*/
.p7DMM09 ul a.trig {
	background-image: url(img/p7dmm_east_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 18px 0px 22px;
}
/*Sub-Menu*/
.p7dmm-sub-wrapper {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0px;
	display: none;
}
.p7DMM09 ul ul {
	margin: 0px;
	display: inline-block;
	padding: 0px;
	vertical-align: bottom;
}
.p7DMM09 ul ul li {
	padding: 4px 0px;
}
.p7DMM09 ul ul a {
	background-color: rgba(255,255,255,0.7);
	border-color: #FFF;
	box-shadow: none;
	font-size: 0.8em;
	padding: 1px 8px;
	box-shadow: inset 0px 0px 6px rgba(255,255,255,.35);
	color: #000;
}
.p7DMM09 ul ul a:hover {
	background-color: rgba(255,255,255,0.9);
	border-color: #EEE;
	color: #000000;
	box-shadow: inset 0px 8px 12px rgba(123,164,193,.4);
}
/*By default the current-marked root link is in the open state. 
This rule can be used if you would like to further differentiate the current-marked root link.*/

/*Current Marked Sub-menu Link*/
.p7DMM09 ul ul a.current_mark {
	color: #447395;
	font-weight: normal;
}
/*Toolbar for Smartphones to Hide or Show entire menu*/
.p7DMM-toolbar {
	display: none;
}

/*Vertical Accordion Menu*/
/*POP MENU MODE*/
/*By default the current-marked root link is in the open state. 
This rule can be used if you would like to further differentiate the current-marked root link.*/

/*Smartphone Menu Presentation*/
@media only screen and (min-width: 0px) and (max-width: 767px) {

.p7DMM09.p7dmm-centered,
.p7dmm-fixed {text-align: left;}


.p7DMM09.responsive {
	padding: 0px;
	margin: 0px;
    top: 125px;
    left:0px; right:0px;
}
.p7DMM09.responsive ul {
}

.p7DMM09.responsive ul li {
	margin: 0px;
	padding: 0px;
}
.p7DMM09.responsive ul,
.p7DMM09.responsive ul ul {
	display: block;
	padding: 0px;
	margin: 0px;
}
.p7DMM09.responsive ul li,
.p7DMM09.responsive ul ul li {
	float: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.p7DMM09.responsive ul li a,
.p7DMM09.dmm-vertical ul li a {
	border: none;
	border-radius: 0px;
	padding: 8px 18px;
}
.p7DMM09.responsive ul li:last-child a {
	border-bottom: none;
}
.p7DMM09 ul li a {
	color: #FFF;
}
.p7DMM09 ul li a:hover {
	color: #FFF;
}
.p7DMM09 ul ul li a {
	color: #FFF;
}
.p7DMM09 ul ul li a:hover {
	color: #FFF ;
}
.p7DMM09.responsive .p7dmm-sub-wrapper {
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
	top: 0px;
}
/*Toolbar for Smartphones to Hide or Show entire menu*/
.p7DMM09.responsive .p7DMM-toolbar,
.p7DMM09.dmm-vertical .p7DMM-toolbar {
	position: relative;
	z-index: 999;
	display: block;
	background-color: #222;
	text-align: left;
	padding: 6px;
	cursor: pointer;
}
.p7DMM09.responsive .p7DMM-toolbar.closed a:before {
	content: "";
}

.p7DMM.responsive ul.closed {
	display: none;
}
.p7DMM.responsive ul.opened {
	display: block;
    border-bottom:#AA0000 3px solid;
}

.p7DMM09.responsive .p7DMM-toolbar img,
.p7DMM09.dmm-vertical .p7DMM-toolbar img {
	border: none;
	padding-left: 16px;
}
.p7DMM09.responsive .p7DMM-toolbar a,
.p7DMM09.dmm-vertical .p7DMM-toolbar a {
	color: #999;
	text-transform: uppercase;
	font-size: .8em;
	background-color: transparent;
	border: none;
	text-decoration: underline;
}
.p7DMM09.responsive .p7DMM-toolbar.closed a,
.p7DMM09.dmm-vertical .p7DMM-toolbar.closed a {
	color: #EEE;
}
.p7DMM09.responsive .p7DMM-toolbar img,
.p7DMM09.dmm-vertical .p7DMM-toolbar img {
	opacity: .5;
}
.p7DMM09.responsive .p7DMM-toolbar:hover img,
.p7DMM09.dmm-vertical .p7DMM-toolbar:hover img {
	opacity: .85;
}
.p7DMM09.responsive .p7DMM-toolbar:hover a,
.p7DMM09.dmm-vertical .p7DMM-toolbar:hover a {
	color: #EEE;
}
.p7DMM09.responsive .p7DMM-toolbar.closed img,
.p7DMM09.dmm-vertical .p7DMM-toolbar.closed img {
	opacity: 1;
}
.p7DMM09.responsive .p7DMM-toolbar.closed:hover,
.p7DMM09.dmm-vertical .p7DMM-toolbar.closed:hover {
	background-color: #000;
}
.p7DMM09.responsive ul { 
	width: 100%; 
	background-color: #111;
	background: rgba(0,0,0,1);
	border-radius: 0px;
}
.p7DMM09.responsive ul ul { 
	width: 100%;
	background: none !important;
	border-radius: 0px;
	padding-left: 12px !important;
}
.p7DMM09 ul a:hover,
.p7DMM09 ul a:focus,
.p7DMM09 ul a.open,
.p7DMM09 ul a.current_mark.closed {
	border: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
}

.p7DMM09.responsive .p7DMM-toolbar {
	background-color: rgba(0,0,0,.95) !important;
	border: none !important;
	border-radius: 0px 0px 0px 0px;
	z-index: 999999;
}
.p7DMM09.responsive ul {position: absolute; z-index: 9999;}
.p7DMM09.responsive ul ul {position: relative;}
.p7DMM09.responsive {background: none !important;}


/*END MEDIA QUERY - DO NOT REMOVE CURLY BRACE BELOW*/
}

/*Smartphone All */

/*Exception rules for Smartphones in Landscape orientation only*/
@media only screen and (max-device-width: 480px) and (orientation : landscape) {
.p7DMM09.responsive ul a {
	font-size: 80%;
	padding: .35em .75em;
}
.p7DMM09.responsive ul ul a {
	font-size: 80%;
	padding: .3em 1em;
}
}

@media only screen and (min-width: 767px) and (max-width: 1100px) {

.p7DMM09 {
    top: 43px;
	font-size: 90%;
}
.p7DMM09 ul li {
	margin-right: 4px;
}
.p7DMM09 ul a {
	padding: 0px 15px 0px 10px;
}
}

