.Menu2 {
    width:150px;
}
.MenuItem {
    width:175px;
    height:auto;
    background-color:#EFF0F0;
    padding:5px;
    padding-left:10px;
    color:#444141;
    cursor:pointer;
    line-height:2.0em;
}

.SubMenuItem {
    width:180px;
    height:auto;
    display:none;   
    background-color:#EFF0F0;
}

.Link {
    width:140px;
    height:auto;
    background-color:#EFF0F0;
    padding:5px;
    margin-left:15px;
    color:#444141;
    cursor:pointer;
    background-image:url("../Images/arrow.gif");
    background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
}

.MenuItem a:hover 
{
	text-decoration:none;
	color:#444141;
	
}
