@charset "utf-8";
/* CSS Document */
 body{
	font-family:Verdana, Geneva, sans-serif;
	background-color: #000000;
}
.menubar{
	display:block;
	width:890px;
	height:25px;
	background-image: url(../images/asus.jpg);
	padding-left: 125px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 5px;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
}
.menu{
	display:block;
	float:left;
	margin-right:2px;
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	behavior:url(border-radius.htc);
	text-align: center;
	background-color: #FFF;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}
	
.menu a{
	display:block;
	float:left;
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	behavior:url(border-radius.htc);
	text-align: center;
	background-color: #FFF;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border: 1px solid #FFF;
	text-decoration: none;
	}
	.menu a:hover{
	display:block;
	float:left;
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	behavior:url(border-radius.htc);
	text-align: center;
	background-color: #039;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

