
/* MakeViewNumber ADD-ON
*******************************************************************************/

.m_menu_style {
float:left;
width:240px;
margin:1px 1px 1px 1px; 
padding:3px;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color: White;
text-align:left;
}

.m_menu_count {
float:left;
width:10px;
margin:1px; padding:3px;
font-size:14px;
color: #000;
font-weight: bold;
text-align:center;
background-color: #FFFFFF;

}

.m_menu_style a:visited{
	font-size:14px;
	color:#1414FF;
	font-weight: bold;
	text-decoration: underline; 
}
.m_menu_style a:link{
	font-weight: bold; 
	font-size:14px;
	color:#1414FF;
	text-decoration: underline;
}