/* tabs on splash page */
#tabs {height: 25px; margin-left: 35px;}
#tabs ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tabs li 
{
	float: left;
	height: 21px;
	padding: 4px 0 0 2px;
}
#tabs a:hover {color: #000/*#717d2b*/;}
#tabs a, #tabs a:active, #tabs a:link, #tabs a:visited, #tabs a:hover 
{padding-left: 7px; font-weight: bold; font-size: 0.9em;} 

.tab_0_down, .tab_0_up {width: 50px;}
.tab_0_down {background: #808080 url("../images/events_bg.gif") top left no-repeat;}
.tab_0_up {background: #fff url("../images/events_active_bg.gif") top left no-repeat;}
.tab_1_down, .tab_1_up {width: 60px;}
.tab_1_down {background: #808080 url("../images/uread_bg.gif") top left no-repeat;}
.tab_1_up {background: #fff url("../images/uread_active_bg.gif") top left no-repeat;}
.tab_2_down, .tab_2_up {width: 70px;}
.tab_2_down {background: #808080 url("../images/aroundu_bg.gif") top left no-repeat;}
.tab_2_up {background: #fff url("../images/aroundu_active_bg.gif") top left no-repeat;}

.tab_0_down a, .tab_0_down a:active, .tab_0_down a:link, .tab_0_down a:visited, 
.tab_1_down a, .tab_1_down a:active, .tab_1_down a:link, .tab_1_down a:visited, 
.tab_2_down a, .tab_2_down a:active, .tab_2_down a:link, .tab_2_down a:visited
{color: black;}

.tab_0_up a, .tab_0_up a:active, .tab_0_up a:link, .tab_0_up a:visited, 
.tab_1_up a, .tab_1_up a:active, .tab_1_up a:link, .tab_1_up a:visited, 
.tab_2_up a, .tab_2_up a:active, .tab_2_up a:link, .tab_2_up a:visited
{color: black;}

.tab_contents {
	display: none;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding: 5px;
	width: 174px;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	background:  url("../images/target_bg.jpg") no-repeat;
}
