#simpleMenu{
	
	background: url(gfx/bar.png) black repeat-x 100% 0px;
	margin: 0;
	width: 100%;
	font-size: 0.8em;
	line-height: normal;
	text-align: right;
	border-bottom: 2px solid #CCC;
	border-top: 1px solid #CCC;
	font-weight: bold;
	height: 35px;
}

div#simpleMenu ul{

        padding: 8px 8px 8px 8px;
        margin: 0px;

}

div#simpleMenu li{
        
        display: inline;
        padding: 8px 8px 8px 8px;

}
div#simpleMenu a{
	margin:0;
	text-decoration:none;
	color: #FFF;
}

div#simpleMenu a:hover{
	text-decoration:none;
	color: #FC3;
	font-weight: bolder;        
}
/* main menu*/