.navbar{
	position:           relative;
	top:                36px;
	left:               9px;
}
#nav ul {
	list-style-type:    none;
	width:              185px;
	margin:             0px;
    padding:            0px;
}

#nav li{
	margin-bottom:      8px;
}

.navitem {
	display:            block;
	width:              90px;
	height:             35px;
	/*margin:             8px;*/
	margin-left:        12px;
	text-align: 		center;
	border-radius:		5px;
	border:				2px solid #117ed1;
	/*font-family: 		"Comic Sans MS";*/
	font-size:          12px;
	font-weight:        bold;
	text-decoration:    none;
	background-color:   white;
	color:				green;
	text-shadow:        2px 2px silver;

}

.navitem:hover
{
	background-color:   #59e6fd;
	color:				green;
	text-shadow:        2px 2px white;
}