#nav_3 ul li  { 
 display:block;
	border: 1px solid black;
	padding: 1px;
	margin-bottom: -7px;
	font-size: .6em !important;
	line-height: 1 !important;
	margin-left:auto !important;
	margin-right:auto !important;
	text-align:left;
	
	
 }
 #nav_3 ul li:hover { 
 background-color:#fAfAAA;
 }
 
  #nav_3 ul li a {
    text-decoration: none;
    border-bottom: none;
}

 #nav_3 {
    margin-left:auto;
	margin-right:auto;
	padding-left:10%;
	padding-right:10%;
}

#cboxLoadedContent {
	overflow:hidden !important;
}

#cboxClose{
margin-right:10px;
width:30px;
height:30px;
background: url(images/icon-close.png) no-repeat;
}
#cboxClose:hover{
background: url(images/icon-close.png) no-repeat;
}



