

.menu-item{
	height:18px;
	padding-left:40px;
	padding-right:40px;
	font-size: 12px;
	color:white;
	font-weight: bold;
	background-color: #336699;
	border-color: white;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	text-decoration:none;
}

.menu-item:hover {
	height:18px;
    	text-align:center;
    	padding-left:40px;
    	padding-right:40px;
    	font-size: 12px;
    	color:#336699;
    	font-weight: bold;
    	background-color: white;
    	text-decoration:none;
}


.menu-item-first{
	height:18px;
	text-align:center;
	text-decoration:none;
	padding-left:40px;
	padding-right:40px;
	font-size: 12px;
	color:white;
	font-weight: bold;
	background-color: #336699;
}

.menu-item-first:hover{
	height:18px;
	text-align:center;
	text-decoration:none;
	padding-left:40px;
	padding-right:40px;
	font-size: 12px;
	color:#336699;
	font-weight: bold;
	background-color: white;
}

.menu-item-left{
	width:15px;
	font-size: 12px;
	color:white;
}

.menu-item-right{
	width:100%
	font-size: 12px;
	color:white;
		background-color: #336699;

}
