	body {
	
		font: 80% "lucida grande", "lucida sans", "luxi sans", "lucida sans unicode", arial, sans-serif;
	}
	ul, li, h2 {
		list-style-type: none;
		margin: 0; padding: 0;
	}
	h1 {
	font-size: 1.3em;
	margin-right: 0;
	margin-bottom: 10px;
  }
	h2 {	 
    font-size: 1em;
  }
  p {
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
  }
	
	#nav {
	font-size: 18px;
	color: #FFF;
	
	}
	#nav > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
   
    
    /* for IE6/7 */
    *display: inline;
	zoom: 1;
	width: 180px;
	text-align: center;
	}
	#nav a {
	display: block;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	background: url(../images/menu-spacer.gif) right top no-repeat;
	text-shadow: #999;
	/*letter-spacing: -1px;*/
	}
	#nav a:hover{
	
	}
	#nav a:hover, #nav a:focus {
		
	}
	#nav h2 a {
	display: block;
	padding: 20px 30px;
	text-decoration: none;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
	#nav h2 a:hover, #nav h2 a:focus {	  
	  color: #000;
	  background:url(../images/menu-spacer.gif) right top no-repeat;
	}
	.submenu {
	width:170px;
	position: absolute;
	/*left: +2px;*/
	z-index: 0;
	opacity: 0;
	font-size: 14px;
	filter: alpha(opacity=0);
	white-space: nowrap;
	background: #339BD2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 5px; /* for Chrome */
	-webkit-border-bottom-right-radius: 5px; /* for Chrome */
	/*border: 2px solid #eee;
	border-top: 1px solid #ccc;*/
	}
	 .submenu li {
	height: 0;
	line-height: 25px;
	background: #339BD2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px; /* for Chrome */
	-webkit-border-bottom-right-radius: 10px; /* for Chrome */
	width: 150px;
	}
  #nav > li:hover .submenu, #nav > li.focus .submenu {
	z-index: 10;
	opacity: 1;
	filter: alpha(opacity=100);
	padding-left: 5px;
	padding-bottom: 5px;
  }
  	#nav > li:hover .submenu li, #nav > li.focus .submenu li {
    height: 25px;
		
  }

	.submenu li:hover {
	color: #FFF;
	width: 150px;
	background-color:#999999;
	height: 0;
	line-height: 25px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px; /* for Chrome */
	-webkit-border-bottom-right-radius: 10px; /* for Chrome */
	width: 150px;
	text-decoration: underline;
}
.list_design{
margin:0 0 0 75px;
}
.ll ul li a{
color:#616161!important;
text-decoration:none;
font-size:8pt;
line-height:20px;
}
.ll ul li a:hover{
color:#616161!important;
text-decoration:underline;
font-size:8pt;
}
/*p.prev-indent-bot ul li.l {
margin:5px 0 0 0;
}
p.prev-indent-bot ul li.l a{
color:#9c9a9c!important;
text-decoration:none;
}*/
.submenu li:hover {
	color:#FFF;
	width:210px;
	background-color:#49b0ea;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	-webkit-border-bottom-left-radius:0px; /* for Chrome */
	-webkit-border-bottom-right-radius:0px; /* for Chrome */
	width: 150px;
	text-decoration: underline;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 -1px #f5f9fb;*/
}
