#menuFrame{
	position: absolute;
	top: 140px;
	right: 1265px;
}

#menu{

	position: absolute;
	top: 0px;
	left: 220px;	
}

.menuItem
{	
	margin-bottom: 7px;
	display: block;
}

.menuItem img
{
    height: 1.6em;
    border: none;
    cursor: pointer;
}

#submenu
{
	position: absolute;
	left: 220px;
	top: 240px;
}

.submenuItem
{
	padding-bottom: 7px;
	display: block;
}	

.submenuItem img
{
    height: 1.2em;
    border: none;
    cursor: pointer;
}
