
#flowerdivcontainer{
  
  position: relative;
  top: -10px;
  #top:18px;
  left: -10px;
z-index: 1;
 
}

#top_image{
  
  position: relative;
  top: -10px;
  #top:18px;
  left:-10px;
z-index: 1;
 
}


.modernbricksmenu2{
padding: 0;
width: 362px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{

margin: 0 2px 0 0;

}

.modernbricksmenu2 a{
float: left;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-image:url(../images/tab_button.gif);
background-repeat:no-repeat;
width:90px;
height:20px;
}

.modernbricksmenu2 a:hover{
float: left;
font: bold 11px Arial;
color: white;
background-image:url(../images/tab_button_over.gif);
background-repeat:no-repeat;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-image:url(../images/tab_button_over.gif);
background-repeat:no-repeat;
color: white;
float: left;
font: bold 11px Arial;

}

