/* 
  ------------------------------------
  CSS Express Drop-Down Menu
  by Leon De Dios Design Studio
  www.leondediosdesignstudio.com
  ------------------------------------
*/
#menuwrapper {

}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar {
	width: auto;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "trebuchet MS", Arial, Verdana;
}
#p7menubar a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #663300;
	font-weight: normal;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #FFFFFF;
	padding: 5px;
}
#p7menubar a.trigger {
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "trebuchet MS", Arial, Verdana;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: 5px;
}
#p7menubar li {
	float: left;
	width: 9em;
}
#p7menubar li {position: relative;}

/* hide from IE mac \*/
#p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #F8EBCE;
	border-right: 1px solid #CC9933;
	border-bottom: 1px solid #CC9933;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #FFFFFF;
	background-color: #0099CC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #006699;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
	background-color: #0099CC;
	border: 2px solid #FFFFFF;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #663300;
	background-color: transparent;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFFFCC;	
}
#p7menubar ul a:hover {
	background-color: #F1D8A1 !important;
	color: #FFFFFF !important;
	
}
