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

/*navigation*/

h1#logo {
	margin: 0;
	padding: 0;
	}
	
#buttons {
	padding: 0px;
	margin: 0px;
	width:900px;
	height:30px;
	float:left;   
	border:none;
	}

#buttons ul {
	width:900px;
	height:30px;
    float:left;  
	padding:0px;
	margin:0px; 
	}

#buttons li{
	list-style: none;
	padding: 0px;
	margin: 0;
	list-style:none;
	float:left;
	height:30px;
	width: 225px;
	border:none;
	}

.gd {
	background-image: url("http://www.jaddovey.com/2009/images/buttons/jad_button_gd.gif");
	background-repeat: no-repeat;
	height:30px;
	width: 225px;
	}

.gd a{
	background-image: url("http://www.jaddovey.com/2009/images/buttons/jad_button_gd.gif");
	background-repeat: no-repeat;
	height:30px;
	width: 225px;
	display: block;	
    outline: none;
	}

.gd a:hover{
	background-image: url("http://www.jaddovey.com/2009/images/buttons/jad_button_gd_hover.gif");
	outline: none;
	}

.wd {
	background-image: url("http://www.jaddovey.com/2009/images/buttons/jad_button_wd.gif");
	background-repeat: no-repeat;
	height:30px;
	width: 225px;
	}

.wd a{
	background-image: url("http://www.jaddovey.com/2009/images/buttons/jad_button_wd.gif");
	background-repeat: no-repeat;
	height:30px;
	width: 225px;
	display: block;
	outline: none;
	}

.wd a:hover{
	background-image: url("http://www.jaddovey.com/2009/images/buttons/jad_button_wd_hover.gif");
	outline: none;
	}

.ton {
	background-image: url("http://www.jaddovey.com/2009/images/buttons/jad_button_ton.gif");
	background-repeat: no-repeat;
	height:30px;
	width: 225px;
	}

.ton a{
	background-image: url("http://www.jaddovey.com/2009/images/buttons/jad_button_ton.gif");
	background-repeat: no-repeat;
	height:30px;
	width: 225px;
	display: block;
	outline: none;
	}

.ton a:hover{
	background-image: url("http://www.jaddovey.com/2009/images/buttons/jad_button_ton_hover.gif");
	outline: none;
	}
	
.about {
	background-image: url("http://www.jaddovey.com/2009/images/buttons/jad_button_about.gif");
	background-repeat: no-repeat;
	height:30px;
	width: 225px;
	}

.about a{
	background-image: url("http://www.jaddovey.com/2009/images/buttons/jad_button_about.gif");
	background-repeat: no-repeat;
	height:30px;
	width: 225px;
	display: block;
	outline: none;
	}

.about a:hover{
	background-image: url("http://www.jaddovey.com/2009/images/buttons/jad_button_about_hover.gif");
	outline: none;
	}