p{padding:0; margin:0;}
body
{
	background: url('img/bg.png');
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}

body,td
{
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
}

#menu
{
	list-style:none;
	width: 150px;
	margin:0;
	padding:0;
}

#menu li
{
	background-image: url('img/menu1.png');
	margin:0;
	padding:0;
	width: 150px;
	height: 31px;
	line-height: 30px;
}

#menu li a
{
	margin-left: 20px;
	color: white;
	font-family: tahoma;
	text-decoration: none;
	font-size: 11px;
}

#menu li a:visited{color: white; font-family:tahoma; text-decoration: none; font-size:11px;}
#menu li a:hover{color: #eeeeee; font-family:tahoma; text-decoration: none; font-size:11px;}
#menu .selected1{background-image: url('img/menu2.png');}


a,:visited{color: #666666; font-family:tahoma; text-decoration: none; font-size:11px;}
a:hover{color: #333333; font-family:tahoma; text-decoration: none; font-size:11px;}


#tooted
{
	list-style:none;
	margin:0;
	margin-top: 1px;
	padding:0;
}

#tooted li
{
	display: inline;
	margin:0;
	padding-top:9px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	line-height:30px;
}

#tooted li a, #tooted li a:visited
{
	color: #666666;
	font-family: tahoma;
	text-decoration: none;
	font-size: 11px;
}

#tooted li a:hover{color: #999999; font-family:tahoma; text-decoration: none; font-size:11px;}
#tooted .selected1{background-image: url('img/tooted2.png');color:white;}
#tooted .selected1 a:link, #tooted .selected1 a:visited{color: white;}
#tooted .selected1 a:hover{color: #eeeeee;}