/*-------------------------------------------------------------------
 * @file: main_menu.css
 * @description:Video website main menu style.
 * IMPORTANT: Please update the stylesheet for the SSL server as well.
 *
 * @author: Siri Pathammavong
 *-------------------------------------------------------------------*/
.menu_button
{
	width: 125px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	color: #999999;
	border-left: 1px solid;
	background: transparent;
	line-height: 11px;
}
html>body .menu_button
{
	height: 15px;
	padding-top: 5px;
}

.menu_button a, .menu_button a:visited
{
	width: 100%;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;					/* CHANGE MAIN MENU FONT COLOR HERE */
	text-decoration: none;
}

.menu_button a:hover
{
	color: #3CB1E3;/*#04428b;*/
	text-decoration: none;
}

/* Allows to indicate the current active option menu (section). */
#solutions a#linksol,
#products a#linkpro,
#events a#linkevt,
#support a#linksup,
#press a#linkprs,
#buy a#linkbuy
{
	color: #3CB1E3; /* blue */
}


/*
 * MAIN MENU
 */
#chromemenu                       /* IE 6 */
{
	width: auto;
	height: 15px;
}
html>body #chromemenu             /* all other browsers */
{
	height: auto;
	min-height: 15px;
}
#chromemenu ul
{
	margin: 0;
	padding: 0;
}
#chromemenu li
{
	float: left;
	display: inline;
	/*
	margin-left: 5px;
	margin-right: 5px;
	*/
}
