@charset "utf-8";
/* CSS Document */

/* MENU */
.btn_govideochat{
	position:absolute;
	top:-8px; right:0px;
	background:url(../lightgrey/btn_govideochat.gif) no-repeat scroll right top !important;
	width:208px; height:22px;
}
.btn_govideochat:hover{
	background:url(../lightgrey/btn_govideochat.gif) no-repeat scroll right bottom !important;
}

div#menu {
	clear:both;
	position:relative;
	height:64px;
	width:766px; /* 767px should be this a bug or something */
	margin:0 auto;
	background:#E7E3E7 url(../lightgrey/header-bg.gif) repeat-x center;
}
div#menu #left {
	position:absolute;
	top:0px; left:0px;
	width:299px;
	height:64px;
}
div#menu #nav_menu {
	position:absolute;
	top:0px; right:0px;
	width:468px;
	height:64px;
	background:url(../lightgrey/header-right.gif) no-repeat bottom right;
}
#nav_menu ul
{
	list-style:none;
	padding:21px 0px 0px 26px;
	margin:0;
} 
#nav_menu li
{
	float:left;
	margin:0 5px;
} 
#nav_menu li a, #nav_menu li div
{
	height: 43px;
	width: 95px;
	line-height: 43px;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
}

#nav_menu li#menu_manage a{
	background: url(../lightgrey/btn_manage.gif) top center no-repeat;
}
#nav_menu li#menu_register a{
	background: url(../lightgrey/btn_register.gif) top center no-repeat;
}
#nav_menu li#menu_signin a{
	background: url(../lightgrey/btn_signin.gif) top center no-repeat;
}
#nav_menu li#menu_signout a{
	background: url(../lightgrey/btn_signout.gif) top center no-repeat;
}
#nav_menu li#menu_help a{
	background: url(../lightgrey/btn_help.gif) top center no-repeat;
}
#nav_menu li#menu_contact a{
	background: url(../lightgrey/btn_contact.gif) top center no-repeat;
}

/*Hover*/
#nav_menu li#menu_manage a:hover{
	background: url(../lightgrey/btn_manage.gif) bottom center no-repeat;
}
#nav_menu li#menu_register a:hover{
	background: url(../lightgrey/btn_register.gif) bottom center no-repeat;
}
#nav_menu li#menu_signin a:hover{
	background: url(../lightgrey/btn_signin.gif) bottom center no-repeat;
}
#nav_menu li#menu_signout a:hover{
	background: url(../lightgrey/btn_signout.gif) bottom center no-repeat;
}
#nav_menu li#menu_help a:hover{
	background: url(../lightgrey/btn_help.gif) bottom center no-repeat;
}
#nav_menu li#menu_contact a:hover{
	background: url(../lightgrey/btn_contact.gif) bottom center no-repeat;
}

/*Active*/
#nav_menu li#menu_manage div{
	background: url(../lightgrey/active/btn_manage.gif) bottom center no-repeat;
}
#nav_menu li#menu_register div{
	background: url(../lightgrey/active/btn_register.gif) bottom center no-repeat;
}
#nav_menu li#menu_signin div{
	background: url(../lightgrey/active/btn_signin.gif) bottom center no-repeat;
}
#nav_menu li#menu_signout div{
	background: url(../lightgrey/active/btn_signout.gif) bottom center no-repeat;
}
#nav_menu li#menu_help div{
	background: url(../lightgrey/active/btn_help.gif) bottom center no-repeat;
}
#nav_menu li#menu_contact div{
	background: url(../lightgrey/active/btn_contact.gif) bottom center no-repeat;
}
