#MenuItems{
    text-align:left;
}
#MenuItems li{
	list-style:none;
	text-align:left;
	padding-bottom:2px;
	width:100%;
}
#MenuItems div.menuTest{
	border-bottom:1px solid #ccc;
}
#MenuItems li a
{
    text-decoration: none;
    font-weight: bold;
    font-family: tahoma,arial,sans-serif;
}
#MenuItems a:hover
{
    font-style:italic;
    color: #FFF;
    /*background-color: #042840;*/
	width:100%;
}
#MenuItems h3{
    background:#042840;
}
#MenuItems li:before{
    content:"";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

 #clock {
    position: bsolute;
    width: 600px;
    height: 600px;
    margin: 20px auto 0 auto;
    background: url(images/clockface.jpg);
    list-style: none;
	transform: scale(.1,.1);
	-moz-transform: scale(.1,.1);
	-ms-transform: scale(.1,.1);
	-webkit-transform: scale(.1,.1);
	-o-transform: scale(.1,.1);
	zoom:.1\9;
}
      \9;
}
        
#sec, #min, #hour {
    position: absolute;
    width: 30px;
    height: 600px;
    top: 0px;
    left: 285px;
}
        
#sec {
    background: url(images/sechand.png);
    z-index: 3;
}
           
#min {
    background: url(images/minhand.png);
    z-index: 2;
}
           
#hour {
    background: url(images/hourhand.png);
    z-index: 1;
    }
           	
p {
    text-align: center; 
    padding: 10px 0 0 0;
    }