@charset "utf-8";
/* CSS Document */

body{
	background-color: #252525;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../images/bg_gradient.jpg);
	background-repeat: repeat-x;
}
#navbar{
	width: 816px;
	height: 25px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;	
}
.menu_tab{
	height: 25px;
	float: left;
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #dbdbdb;
	background-color: #444;
}
.menu_tab a{
    line-height: 25px;
	padding-top: 0px;
	color: #dbdbdb;
	text-decoration: none;
	display: block;
	height: 100%;
}
.menu_tab a:hover{
	color: #dbdbdb;
	text-decoration: none;
	background-color: #787878;
	display: block;
	height: 100%;
}
#links{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #dbdbdb;
	margin: 0;
	padding: 0;
	height: 21px;
}
#links a:hover{
    text-decoration: none;
	background-color: #787878;
	width: 94px;
}
#links li {
	list-style: none;
	float: left;
}
#links li a {
	display: block;
	height: 25px;
	padding: 0px 3px;
	background-color: #444;
	color: #dbdbdb;
	text-decoration: none; 
}
#links li ul {
    font-weight: normal;
    line-height: 18px;
	display: none;
	width: 80px; /* Width to help Opera out */
	background-color: #fff;
}
#links li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	margin-top: 0px; 
}
#links li:hover li {
	float: none; 
}
#links li:hover li a {
	background-color: #ccc;
	color: #000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	width: 110px;
	margin-left: -1px;
}
#links li li a:hover {
	background-color: #eee;
	color: #000;
}