

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 30px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;

}

#modernbricksmenu #SignIn,
#modernbricksmenu #SignUp,
#modernbricksmenu #SignIn_current,
#modernbricksmenu #SignUp_current
{
float: left;
display: block;
color: #3D013B;
margin: 0 3px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #AD6DAB; /*Default menu color*/
border-bottom: 0px;

border-top: 1px solid #9B9B9B;
border-left: 1px solid #9B9B9B;
border-right: 1px solid #9B9B9B;
}

#modernbricksmenu a{
float: left;
display: block;
color: #3D013B;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #AD6DAB; /*Default menu color*/
border-bottom: 1px solid white;


}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #SignUp_current,
#modernbricksmenu #SignIn_current,
#modernbricksmenu #Top_Movies_current a,
#modernbricksmenu #Weekend_Box_Office_current a,
#modernbricksmenu #Opening_This_Week_current a
{ /*currently selected tab*/
background-color: #3D013B; /*Brown color theme*/ 
border-color: #3D013B; /*Brown color theme*/ 
color: #e4f7e4;
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #3D013B; /*Brown color theme*/ 
}


