﻿/*****BEGIN: NAVIGATION BAR *** MAIN MENU* *****/
#nav
{
	clear: both;
	margin: 0;
	padding: 0;
	background: url(images/menu_bkg.png) repeat-x top left;
	height: 43px; /*padding: 5px 5px 5px 5px; */ /*top right bottom left*/
	width: 980px; /*margin-bottom: 5px;*/
}
#nav li
{
	display: inline;
	padding: 0; /*8px 5px 5px 5px; */ /*top right bottom left*/
	margin: 0;
	list-style-type: none;
	float: left;
	height: 43px;
	width: 140px;/*text-align:center;*/
}
#nav-about, #nav-dichvu, #nav-sgd, #nav-doitac, #nav-tintuc, #nav-tuyendung, #nav-contact
{
	background: url(images/menu_ngancanh.png) no-repeat top left;
}
#nav-about, #nav-dichvu, #nav-doitac, #nav-tintuc, #nav-tuyendung, #nav-contact, #nav-home
{
	text-align: center;
}
#nav a:link, #nav a:visited
{
	 /*background: url(images/menu_bkg.gif) repeat-x top left #cc3333;*/ /*background-color: #cc3333;*/
	padding: 10px 15px 0px 15px; /*top right bottom left*/ /*float: left;*/
	width: auto;
	font-family: Arial;
	font-weight: bold;
	/*letter-spacing: 2;*/
	display: block;
	white-space: nowrap;
	text-decoration: none;
	height: 32px;
}
.navselected 
{color: #faff77;}
.navunselect {color: #FFFFFF;}
#nav li a:hover
{
	/*background: #f9e6e6; 	color:#cc2021; 	*/
	background: url(images/menu_hover.png) repeat-x top left; /* #cc3333;*/
	color:#faff77;
}
#nav li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	width:200px;
}

#nav li ul li
{
	float: none;
	display: inline;
	padding:0;	
}

#nav li ul li a
{
	width: auto;
	background: url(images/menudropdown_hr.png) no-repeat bottom center #b00204;
	color: #FFFFFF;
	padding:0;
}
#nav li ul li a:hover
{
	/*background: #e69999;*/
}
/*****END: NAVIGATION BAR *** MAIN MENU* *****/

