html,body{
	padding:0;
	margin:0;
	font-size:14px;
	background: #FFF;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color: #333;
}

td{
	vertical-align:top;
	}
a{
	color:#00a8e9;
	color:#7f8000;
	}
a img{
	border:0;
	}
div.clear{
	clear:both;
	}
	
.set_width{
	width:930px;
	margin:0 auto;
	padding:0 15px;
}
.set_height{
	background: url(bunnyhop_logo.png)  no-repeat top left;	
height: 150px;

}	

#header{

	background: #7f8000 url(fond_logo.png)  repeat-x top left;
	padding:0px 0 0 0;
	font-size:11px;
	}


#header *{

	color:#fafafa;
	text-decoration:none;
	}

#header h1{

	font-family: Georgia, Times, "Times New Roman", serif;
	margin:0;
	font-size:35px;
	}
#header p{
	margin:0;
	}
#header h2, #header h3, #header h4{
	margin-bottom:0;
	}


	
#menu{

position:relative;
	clear:both;
	padding:0;
	}
#menu ul, #menu li{
	margin:0;
	padding:0;
	list-style: none;
	float:left;
	}
#menu ul{
	float:right;
	}
	
#menu a{
	text-decoration:none;
	float:left;
	font-size:16px;
	margin-right:10px;
	padding:4px 13px;
	color:#eee;

	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: #777 1px 1px 1px;
	}
	
#menu a:hover{
	background-color:#444;
	}
#menu a.selected, #menu a.childselected, #menu a.selected:hover, #menu a.childselected:hover {
	background-color:#ff3300;
	color:#fff;
	text-shadow: #ccc 1px 1px 1px;
	}
	
#submenu{
	padding:3px 0 0px 0;
	background: #e6e6e6 url(../menu_bg.png);

	}
	
#submenu ul, #submenu li{
	margin:0;
	padding:0;
	list-style: none;
	float:left;
	
	}
#submenu ul{
	float:left;
	}
#submenu ul ul{ /* for ie and multiple levels in the submenu */
	float:left;
	}
#submenu .emtpy_menu{
	height:19px;
}
	
#submenu a{
	text-decoration:none;
	float:left;
	font-size:12px;
	margin-right:10px;
	padding:2px 9px 0px;
	color:#fff;
font-weight:bold;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#submenu a.selected, #submenu a:hover{
	background-color:#fafafa;
	color:#000;
	text-shadow: #fca000 2px 1px 1px;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	
	-moz-border-radius-bottomleft: 0px;
	-khtml-border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-khtml-border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;


	}
#submenu2{
	padding:8px 0;
	background: url(menu2_bg.png);

	}
	
#submenu2 ul, #submenu2 li{
	margin:0;
	padding:0;
	list-style: none;
	float:left;
	}
#submenu2 ul{
	float:left;

	}
#submenu2 ul ul{ /* for ie and multiple levels in the submenu2 */
	float:left;
	}
#submenu2 .emtpy_menu{
	height:19px;
}
	
#submenu2 a{
	text-decoration:none;
font-weight:bold;	
	float:left;
	font-size:12px;
	margin-right:10px;
	padding:2px 9px;
	color:#7f8000;
	background-color:#fafafa;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	}

#submenu2 a.selected, #submenu2 a:hover{
	background-color:#fff;
	text-shadow: #fca000 2px 1px 1px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	

#bodywrapper{
	background-color:#fff;
	padding-top:20px;
	padding-bottom:60px;
	/*border-bottom:1px solid #eee;*/
	margin-top:20px;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#FFFFFF none repeat scroll 0 0;
border:2px dashed #7f8000;
	}
	
#content{
	float:left;
	width:750px
	}
#content h1, #content h2{
	margin-top:0;
	}

#content h1 a, #content h2 a, #content h3 a, #content h4 a{
	text-decoration:none;
	}
	
	
#sidepanel{
	position:relative;
	float:right;
	width:160px;
	overflow:hidden;
	font-size:13px;
	padding-left:10px;
	border-left:1px solid #eee;
	
	}
	
#sidepanel h3{
	background: #333;
	color:#fafafa;
	padding: 3px 5px;
	}
#sidepanel h3 a{
	color:#fafafa;
	text-decoration:none;
	}


#sidepanel .menu_top, #sidepanel .menu_top ul, #sidepanel .menu_top li{
	margin:0;
	padding:0;
	list-style: none;
	}
#sidepanel .menu_top li{
	display:inline;
	}
	
#sidepanel .menu_top li li a{
	padding-left:25px;
	}
#sidepanel .menu_top li li li a{
	padding-left:50px;
	}
#sidepanel .menu_top a{
	display:block;
	text-decoration:none;
	white-space:nowrap;
	}
#sidepanel .menu_top a.selected, #sidepanel .menu_top a:hover{
	background-color:#f1f1f1;
	}
#sidepanel input.text{width:90%}



#footer{
	text-align:center;
	font-size:12px;
	padding:13px 0;
	}
#footer, #footer a{
	}








	
	

