/* 
  ------------------------------------
  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;
}
.clear-link{
    text-indent: -9999px;
}

#p7menubar{
    border-bottom: 1px solid #437fb3;
    height: 29px;
    width: 800px;
    list-style-type:  none; 
}
    #p7menubar li {
        float: left;
        list-style-type: none;
    }
    #p7menubar li a{
        display: block;
		/*
        height: 29px; 
		*/
		
		padding-top:4px;
		padding-bottom:4px;
        width: 200px; 
    }

#p7menubar li ul, #p7menubar ul li{
	width: 199px; 
}
#p7menubar ul li a{
    text-align: center;
	color: #fff;
	border-right: 0;
    font-size: 12px;
	/*
    line-height: 14px;
    height: 18px;
	*/	
	padding-top:4px;
	padding-bottom:4px;
	
    text-decoration: none;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #9F9F9F;
	border-left: 1px solid #3875D7;
	border-right: 1px solid #3875D7;
    border-bottom: 1px solid #3875D7;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #fff;
	background-color: transparent;
}
#p7menubar ul a:hover {
	background-color: transparent!important;
	text-decoration: underline;
}
#p7menubar li {width: auto;} 
