@charset "utf-8";
/* CSS Document */
	
/* ~~ Module menu list styles ~~ */
#modbar1{
 padding:0 25px 0 25px;
 margin:0;
 margin-top: #666;
 width: 95%;
 height:auto;
 background-color: #666;
 }
 /*#modbar1 :hover{
    height:200px;
 }*/
 #modbar1 ul{
 padding:0;
 margin:0;
 }
 #modbar1 li{
 width:auto;	 
 position: relative;
 float: left;
 text-align: center;
 list-style: none;
 margin: 0;
 padding: 0;
 /*padding: 5px 0 0 0;*/
 } 
#modbar1 li a{
 width:220px;
 height: auto;
 display: block;
 text-decoration:none;
 /*text-align: center;*/
 line-height: 30px;
 background-color: #666;
 color: white;
 padding-left:10px;
 } 
  
 #modbar1 li a:hover{
 background-color: #CC3333;
/* opacity:0.6;
 filter:alpha(opacity=60); /* For IE8 and earlier */*/
 } 
 #modbar1 ul ul{
 position: absolute;
 top: 30px; 
 visibility: hidden;
 } 
 #modbar1 ul li:hover ul{
 visibility:visible;
 } 
 #modbar1 ul li ul li a{
 width:220px;
 height: 30px;
 display: block;
 text-decoration:none;
 /*text-align: center;*/
 line-height: 30px;
 background-color: #666;
 color: #FFF;
 padding-left:20px;
 text-align:left;
}


.cpt {
	background-color:#0F0;	
	padding: 0;
	display:block;
	float:left;
	overflow:hidden;
	opacity:100%;
	
}

/* span details */

span.office {
	title:"Contact Office for Details"
}

span.bndl {
	font-size:11.5px;
	 
	}
