a, div, span, p, ul, td, nobr, font, input {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #014c92;
}
a:hover {
	color: #DA251C;
}
a img {
	border: none;
}

#wrapper {
	margin: auto;
	width: 100%;
	/*width:779px;*/
	background-color:#FFFFFF;
}
#container {
	background: #fff;
	float: left;
	/*option*/
	background: url(bgtop.gif) repeat-x; 
	width: 100%;	
	/*option*/
}
.red_line {	
	background: url(bgmenu_Bottom.gif) repeat-x;
	height: 14px;
	/*width: 770px;*/
	width: 100%;
	float: left;
}


.TopGroup { border-width: 0px; height: 23px; }

.MenuGroup { color:#000000; font-family: MS Sans Serif, Verdana; font-size: 10px; cursor: default; background: url(bgmenu_White.gif) repeat-x; }

.MenuItem { color:#000000; font-family: MS Sans Serif, Verdana; font-size: 10px; cursor: pointer; border-right: solid 1px #ccc;  background: url(bgmenu_White.gif) repeat-x; font-weight: bold; }

.MenuItemHover { color: #fff; font-family: MS Sans Serif, Verdana; border-right: solid 1px #ccc; cursor: pointer; background: url(bgmenu_Red.gif) repeat-x; font-weight: bold; }

.SubMenuGroup { margin-top: 2px; }
.SubMenuItem { cursor: pointer; padding-left: 5px; color: #fff; filter: alpha(opacity=80); -moz-opacity:.80;opacity:.80;font-weight:bold;background:#DA251C url(icon_tamgiac.gif) left no-repeat;z-index:15;}
.SubMenuItemHover { cursor: pointer; padding-left: 5px; color: #fff; filter: alpha(opacity=80); -moz-opacity:.80;opacity:.80;font-weight:bold;background:#DA251C url(icon_tamgiac.gif) left no-repeat;text-decoration:underline;z-index:15;}
