@charset "utf-8";
/* Navigation CSS */

.header .navbar{
	height:30px;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
}

.header .navbar a{
	float:left;
	width:100px;
	height:20px;
	background-image:url(../img/button.png);
	padding-top:3px;
	margin-left:2px;	
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}

.header .navbar a:hover{
	text-decoration:underline;
}

.header .navbar .right{
	float:right;
}

.tabbar{
	height:30px;
	font-size:12px;
}

.tabbar .button-on{
	float:left;
	height:23px;
	width:130px;
	padding-top:7px;
	margin-right:2px;
	background-image:url(../img/tab_on.png);
	
}

.tabbar .button-off{
	float:left;
	height:23px;
	width:130px;
	padding-top:7px;
	margin-right:2px;
	background-image:url(../img/tab_off.png);
}

.tabbar .button-on a, .tabbar .button-off a{
	text-decoration:none;
	color:#000000;
}
.tabbar .button-on a:hover, .tabbar .button-off a:hover{
	text-decoration:underline;
}

.content .rightmenu{
	float:right; 
	width:196px; 
	background-color:#E0E1E8;
	border:#cccccc 1px solid;
	border-top:none;
	margin-top:-5px; 
	margin-right:10px; 
	margin-bottom:10px;
	padding:4px;
	
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.content .rightmenu h1{
	font-size:14px;
	color:#333333;
}

.content .rightmenu ul{
	margin:0px;
	padding-left:10px;
	padding-bottom:2px;
}
.content .rightmenu ul li{
	color:#333333;
	
	margin-left:10px;
	padding-left:2px;
	padding-top:2px;
	list-style-type: none;
}

.content .rightmenu ul li a{
	font-size:14px;
	color:#333333;
	text-decoration:none;
}
.content .rightmenu ul li a:hover{
	font-size:14px;
	color:#0000FF;
	text-decoration:underline;

}