@charset "utf-8";
/* CSS Document */



#globalNav {
	
    width:960px;
    margin:0 auto;
}
#globalNav ul li {
   
    float: left;
    position: relative;
}
#globalNav ul li ul {
    display: none;
    position: absolute;
    top:60px;
    left: 0;
		z-index:30;
		
}
#globalNav ul li ul li {
    float: none;
    font-size:12px;
    line-height: 0;
		font-weight:bold;
		
}
#globalNav ul li ul li a {
    display: block;
    width: 240px;
		padding:15px 0 15px;
    color:#222;
   /* padding: 10px 5px;*/
    background:#cfd0ce;
		filter:alpha(opacity=70);
	-moz-opacity:0.7;
		opacity:0.7;
    line-height: normal;
    text-decoration: none;
    text-align: center;
		clear:both;
}



#globalNav ul li ul li a:hover{
    color:#222;
    background:#fff;
		filter:alpha(opacity=100);
	-moz-opacity:1;
		opacity:1;
}
