/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#menuBar {
	z-index:50;
	height:29px;
	float:right;
	width:605px;
	/*width:560px;*/
	/*text-align: right;ng*/
}
#menuBar {
	z-index:50;
	padding: 0;
	margin: 0;
	list-style: none
}

#menuBar ul {
	padding: 0 0 10px 0;
	margin: 0;
	list-style: none
}
#menuBar a {
	display: block;
	text-decoration: none;
	padding: 5px 27px 5px 0;
	line-height:1.6em;
	font-size: 1.2em;
	color: #4C2177;
}
#menuBar a.trigger {
	padding: 5px 27px 5px 0;
	background-color: #937eb5;
	line-height:1.6em
}
#menuBar li {
	float: left
}
#menuBar li {position: relative;}

/* hide from IE mac \*/
#menuBar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#menuBar li ul, #menuBar ul li  {
	width: 22em;
}
#menuBar ul li a  {
	border-right: 0;
	margin: 0 12px 0 16px;
	padding:4px 0;
	font-size:1.1em;
	border-bottom:1px solid #937eb5
}

#menuBar ul li.last a  {
	border-right: 0;
	margin: 0 12px 0 16px;
	padding:4px 0;
	border-bottom:1px solid #937eb5;
}

#menuBar ul li.last a:hover  {
	border-right: 0;
	margin: 0 12px 0 16px;
	padding:4px 0;
	border-bottom:1px solid #fff;

}

#menuBar ul li.first a  {
	border-right: 0;
	margin: 0 12px 0 16px;
	padding:4px 0;
	border-bottom:1px solid #937eb5
}

#menuBar ul li.first a:hover  {
	border-right: 0;
	margin: 0 12px 0 16px;
	padding:4px 0;
	border-bottom:1px solid #fff
}

#menuBar li ul {
	position: absolute;
	display: none;
	background-color: #ae9ec7
}
#menuBar li:hover a, #menuBar a:focus,
#menuBar a:active, #menuBar li.menuHover a {
	color: #fff;
	background-color: #937eb5
}
#menuBar li:hover ul, #menuBar li.menuHover ul {
	display: block
}
#menuBar li:hover ul a, #menuBar li.menuHover ul a {
	color: #4C2177;
	background-color: transparent
}
#menuBar ul a:hover {
	background-color: #ae9ec7!important;
	color: #FFFFFF !important;
	border-bottom:1px solid #fff
}
