@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:23px;
	line-height:23px;
	background:url(../img/button.png) top center no-repeat;
	margin-left:2px;	
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}

#header #navbar a:hover{
	text-decoration:underline;
}

#header #navbar .right{
	float:right;
}

#tabbar{
	height:30px;
	font-size:12px;
	padding-left:10px;
}

#tabbar .button-on{
	float:left;
	height:23px;
	width:130px;
	padding-top:7px;
	margin-right:2px;
	background-image:url(../img/tab_on.png);
	text-align:center;
}

#tabbar .button-off{
	float:left;
	height:23px;
	width:130px;
	padding-top:7px;
	margin-right:2px;
	background-image:url(../img/tab_off.png);
	text-align:center;
}

#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, .listMenu h1{
	font-size:14px;
	color:#333333;
}

#content .rightmenu ul, .listMenu ul{
	margin:0px;
	padding-left:0px;
	padding-bottom:2px;
}
#content .rightmenu ul li, .listMenu ul li{
	color:#333333;
	
	margin-left:2px;
	padding-left:2px;
	padding-top:2px;
	list-style-type: none;
}

#content .rightmenu ul li a, .listMenu ul li a{
	font-size:14px;
	color:#333333;
	text-decoration:none;
}
#content .rightmenu ul li a:hover, .listMenu ul li a:hover{
	font-size:14px;
	color:#0000FF;
	text-decoration:underline;

}

#webring{
	text-align:left;
	background-color:#3366cc;
	height:20px;
	color:#eee;
	line-height: 20px;
	font-size:11px;
}

#webring a{
	font-size:11px;
	color:#eee;
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;
}

#webring a:hover{
	text-decoration:underline;
}