/* 
  ------------------------------------
  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:5;
	height:24px;
	/*float:right*/
}
#menuBar, #menuBar ul {
z-index:5;
	/*padding: 0 0 10px 0;*/
	padding: 0;
	margin: 0;
	list-style: none
}
#menuBar a {
	/*width: 148px;*/
	
	display: block;
	text-decoration: none;
	/*padding: 5px 10px 5px 10px;*/
	/*line-height:1.6em;*/
	line-height: 24px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	border-right: solid 2px #fff;
	padding-left: 10px;
}
#menuBar a.trigger {
	/*padding: 5px 16px 5px 10px;*/
	background-color: #a79e97;
	/*line-height:1.6em;*/
	line-height: 24px;
}
#menuBar li {
	width: 149px;
	float: left;
}
#menuBar li {position: relative;}

/* hide from IE mac \*/
#menuBar li {position: static; width: auto; width: 150px; height: 24px;}
/* end hiding from IE5 mac */

#menuBar li ul, #menuBar ul li  {
	width: 22em;
	width: 150px;
}

#menuBar ul li a  {
	border-right: 0;
	/*margin: 0 12px 0 16px;*/
	/*padding:4px 0;*/
	font-size:0.9em;
	/*border-bottom:1px solid #937eb5*/
}

#menuBar ul li.first a  {
	padding-left: 20px;
}

/*#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;
	background-color: #c5bfb9;*/
	background-color: #a79e97;
	
}
#menuBar li:hover a, #menuBar a:focus,
#menuBar a:active, #menuBar li.menuHover a {
	color: #fff;
	background-color: #0599dd;
}
#menuBar li:hover ul, #menuBar li.menuHover ul {
	display: block
}
#menuBar li:hover ul a, #menuBar li.menuHover ul a {
	color: #4C2177;
	color: #fff;
	background-color: transparent
}
#menuBar ul a:hover {
	background-color: #059ade!important;
	color: #FFFFFF !important;
	/*border-bottom:1px solid #fff*/
}

.subnav
{
font-size: 10px;
}


.subnav li
{
line-height: 18px!important;
}

.subnav a
{
line-height: 18px!important;
}








