/* CSS Document */

*{

	margin:0;

	padding:0;

}



body {

	margin: 0;

	padding: 0;

	color: #888888;

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 11px;

	line-height:21px; 	

	background-position: top;

	background-repeat: repeat-x;

}



.icon

{ 





margin-top:37px;





}



.sharing-cl{



	  overflow:hidden;

	  margin:0;

	  padding:0;

	  list-style:none;

	}

	.sharing-cl a{

	  overflow:hidden;

	  width:70px;

	  height:35px;

	  float:right;

	  margin-right:0px;

	  text-indent:-170px; 

	  background:url(../images/share-sprite.png) no-repeat;

	 

	}



	a.sh-tweet{background-position:-140px -40px;}

	a.sh-mail{background-position:0 -40px;}



	a.sh-face{

	  margin-right:0;

	  background-position:-350px -40px;

	}

	a.sh-mail:hover{background-position:0 1px;}

	

	a.sh-tweet:hover{background-position:-140px 1px;}

	

	a.sh-face:hover{

	  background-position:-350px 1px;

	}

	

	/* MENU */



#nav {



 float: Right; margin-top:6px;

 padding: 0;



 border-bottom: none; height:46px;

}



#nav li a, #nav li {

 float: left;

}



#nav li {

 list-style: none;

 position: relative;

}



#nav li a {

 padding: 1em 2em;

 text-decoration: none;

 color: black;





 font-family: CalibriRegular;

 font-size:14px;

 line-height:21px;

}



#nav li a:hover { color:#FFFFFF;

 background: #53BF6A;

 background: -moz-linear-gradient(top, #53BF6A, #075A19);

 background: -webkit-gradient(linear, left top, left bottom, from(#9CCD26), to( #2B93BD));

}





/* Submenu */



.hasChildren {

	position: absolute;

	width: 5px; height: 5px;

	background: black;

	right : 0;

	bottom: 0;

}



#nav li ul {

 display: none;

 position: absolute;

 left: 0;

 top: 100%;

 padding: 0; margin: 0;

}



#nav li:hover > ul {

 display: block;

}



#nav li ul li, #nav li ul li a { background-color:#2B93BD;

 float: none;

}



#nav li ul li {

 _display: inline; /* for IE6 */

}



#nav li ul li a {

 width: 150px;

 display: block;

}



/* SUBSUB Menu */



#nav li ul li ul {

 display: none;

}



#nav li ul li:hover ul {

 left: 100%;

 top: 0;

}





#nav li ul