body {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background-image:url(images/grid.gif);
background-color: silver;

}
.head {
height:43px;
background-image:url(images/toolbar.png);
background-repeat:repeat-x;
color:white;}
a {
	font-size: 14px;
	color: #000000;
}
a:link {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.menulista {
background-image:url(images/listArrow.png);
background-position:right;
background-repeat:no-repeat;
padding:10px;
font-size:14px;
font-weight:bold;
border-bottom:1px solid #CCCCCC;
}

#navi {  
margin:0px;
padding:0px;
}
#navi li {
margin:0px;
background-image:url(images/Arrow.png);
background-position:right;
background-repeat:no-repeat;
padding:10px;
padding-right: 40px;
font-size:14px;
font-weight:bold;
border:1px solid #CCCCCC;
list-style:none;
margin-left: 8px;
margin-right: 8px;
margin-bottom: 5px;
margin-top: 5px;
-webkit-border-radius:10px;
background-color: white;


}
#navi li a {
margin:0px;
list-style:none;

}

.goback {
background-image:url(images/backButton.png);
background-repeat:no-repeat;
width:43px;
height:30px;
text-align:right;
float:left;
margin:7px;}
