/*
Theme Name: DarkBlue
Description: Elegant Dark Blue Wordpress Theme
Theme URI: http://blog.pdfcast.org/2008/09/15/darkblue-wordpress-theme/
Version: 1.3
Author: William Sutanto
Author URI: http://pdfcast.org/
Tags: dark, blue, fixed width, two columns, widgets, widget ready, css, valid xhtml, valid css, ajax, clean, simple, white, right sidebar,
*/
/************resetter*************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, "Sans Serif";
	line-height:1.2em;
}

img a{
   border: 0px;
}

a
{
	color:#005f14;
	text-decoration:none;
}
a:hover
{
	color:#FF8200;
	text-decoration:underline;
}
sup{
	vertical-align:super;
}

#headerText {
	background:#F2F2F2;
	height:250px;
}

#headerImage {
	width:410px;
	float:right;
}
	

#headerText h1 {
	font-size:28px;
	padding-left: 10px;
	padding-top: 5px;
	display:block;
	color:#0064CD;
	font-family: Arial, Helvetica, "Sans Serif";
}

#headerText span {
	font-size:20px;
	padding-left: 10px;
	padding-top: 5px;
	display:block;
}	
	
#headerText li {
	font-size:14px;
	padding-left: 5px;
	color:#469128;
}

#headerText a {
	font-size:14px;
	color:#469128;
	display:block;
	padding-right:10px;
	
}


.excerpt span{
	border-bottom:1px dotted red;
	font-weight: bold;
}	

#glossaryBox h5{
	margin: 25px 0 10px 0;
}

#glossaryBox a{
	color:#005F14;
	margin: 25px 0 10px 0;
}

#glossaryBox a:hover{
	color:#005F14;
	text-decoration:none;
	cursor:default;
	margin: 25px 0 10px 0;
}

.abc{
	margin: 0 0 25px 0; 
}

.abc li{
	display: inline;
}

ol, ul, li {
	list-style: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***********end resetter***********/
body{
	margin: 0px;	
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight:normal;
	text-decoration:none;
	line-height: 1;
	background:none;	
	margin:0 auto;
	width:990px;
	
}
.header{
	position: relative;
	width: 990px;
	margin:0px auto;
	height: 162px;
}

.blog_title img{
	clear:both;
	margin:10px 0 0 20px; 
}


.blog_title a span{
	color: #7791db;
}
.description{
	position: absolute;
	top: 82px;
	left: 4px;
	/*font-family: Tahoma;*/
	font-size: 10px;
	color: #9aa8d1;
}
.menu{
	position: absolute;
	height: 29px;
	bottom: 0px;
	width: 660px;
	padding:0px 0px 0px 20px;
}
.menu ul li {
	float: left;
	height: 28px;	
	margin: 0px 10px 0px 0px;
}
.menu ul li a{
	color: #000000;
	display: block;
	padding: 8px 10px;
	font-size: 14px;
	text-decoration: none;
}
.search{
	position: absolute;
	left: 50%;
	top:0;
	margin:132px 0 0 180px;
	height: 35px;

	
	
}
.search input#s{
	margin: 0px 0px 0px 29px;
	height: 20px;
	width: 192px;	
	color: #999999;
	float:left;
	font-size: 12px;
}
.search input#b{
	display:block;
	padding:2px 0 0 10px;	
}	
	
	
.middle{
	position: relative;
	width: 1000px;
	margin:0px auto;
}
.content{
	float: left;
	margin: 0px;
	width:690px;
	border:1px solid #cccccc;
	min-height:730px;
}
.sidebar{
	float: left;
	margin: 0px 0px 20px 0px;
	width: 300px;
}
.sidebar .top{
	height: 47px;
	background: #fff url(images/bg-sidebar-top.gif) no-repeat left top;
}
.sidebar .bottom{
	height: 1px;
	
}
.sidebar .main{
	
	padding: 0px 0px 0px 10px;
}
.sidebar ul.list{
	padding-bottom: 15px;
	color: #566aa8;
	/*font-family: Tahoma;*/
	font-size: 11px;
	font-weight: bold;
}
.sidebar ul.list li ul{
	margin-left: 21px;
	color: #566aa8;
	/*font-family: Tahoma;*/
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0px 10px 0px;
}
.sidebar ul.list li ul li{
	background: #fff url(images/list.gif) no-repeat 0px 5px;
	padding-left: 21px;
}
.sidebar ul.list li ul li a{
	color: #20273a;
	/*font-family: Tahoma;*/
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.sidebar ul.list li ul li ul{
	margin: 0px 0px 0px -10px;
}
li#calendar{
	margin-top: -20px;
	margin-bottom: 10px;
}
li#calendar table tbody tr td{
	padding: 2px;
	color: #000;
	font-weight: normal;
}
li#calendar table thead tr th{
	padding: 2px;
	color: #000;
}
li#calendar table tbody tr td a, li#calendar table tfoot tr td a{
	font-weight: bold;
	color: #000;
}
li#calendar table caption{
	margin-left: -37px;
}
li#tag_cloud{
	margin-bottom: 10px;
}
li#tag_cloud a{
	color: #000;
	text-decoration: none;
}
form#searchform{
	margin-bottom: 15px;
}
.textwidget{
	color: #000;
	font-weight: normal;
}

//#widget_news img{
//	display: none;
//}

h1 {
	font-size: 23px;
	/*font-family: Georgia;*/
	color: #1c2232;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	line-height: 23px;
}
h1 a {
	color: #005f14;
	text-decoration: none
}
.post{
	padding: 0px 20px 0px 0px;
	margin:10px 0 0 20px;
}
.post .body{	
	
}
.post .date{
	display:none;
	color: #505c7e;
	padding: 0px 0px 10px 20px;
	background: #fff url(images/date-icon.gif) no-repeat;
}
.post .date a{
	color: #000;
}
.post h1{
		
}

.post_header{
	color: #333333;
	text-decoration: none;
}
.post h2{
	font-size: 13px;
	font-weight: bold;
}
.post .text p{
	margin-bottom: 12px;
}
.post .text ol, .post .text ul{
	margin-bottom: 12px;
	margin-left: 25px;
}
.post .text ol li ol, .post .text ul li ol{
	margin-bottom: 0px;
}
.post .text ul li{
	list-style: circle;
}
.post .text ol li{
	list-style: decimal;
}
.post .text a{
	color:#005f14;
	text-decoration:none;
}
.post .text a:hover{
	color:#FF8200;
	text-decoration:underline;
}
.post .text dt{
	font-weight: bold;
}
.post .text dd{
	margin-bottom: 12px;
}
.post .meta{
	position: relative;
	background: #fff url(images/bg-meta.gif) no-repeat 40px top;
	height: 47px;
	padding: 0px 0px 0px 59px;
	font-weight: bold;
	margin-top: 20px;
}
.post .meta img{
	margin: 0px 3px 2px 0px;
}
.post .meta img.rating{
	margin-bottom: -3px;
}
.post .meta a{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.post span.edit a{
	float: right;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}
.clear{
	clear: both;
}
.footer{
	clear: both;
	height: 100px;		
	text-align: center;
	padding-top: 18px;
	line-height:20px;
	font-size:11px;
	font-weight:bold;
	width:990px;
}
.footer a{	
	
	font-weight:normal;
}
.footerGrey{
	font-weight:normal;
	color:#666666;
}





.response{
}
.response .title{
	font-size: 15px;
	font-weight: bold;
	/*font-family: Tahoma;*/
	margin-bottom: 20px;
}
.comment{
	position: relative;
	margin-bottom: 5px;
	background: #f6f6f6 url(images/bg-comment.gif);
	padding: 10px;
	margin-right: 10px;
}
.comment .meta{
	float: left;
	width: 98px;
	background: #eee url(images/comment-arrow.gif) no-repeat right top;
}
.comment .meta img{
	margin-bottom: 7px;
}
.comment .meta .name{
	line-height: 10px;
	/*font-family: Tahoma;*/
}
.comment .meta .date{
	/*	font-family: Tahoma;*/
	font-size: 10px;
}
.comment .meta .name a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	/*	font-family: Tahoma;*/
}
.comment .text{
	float: left;
	width: 427px;
	padding: 0px 10px;
}
.comment .text a{
	color: #000;
}
.comment .text p{
	margin-bottom: 7px;
}
.response .line{
	background: #fff url(images/h1-border.gif) no-repeat left top;
	height: 1px;
}
.response .form{
	padding: 15px 0px 15px 0px;
	margin: 0px 10px 0px 0px;
	background: #e8e4fb;
}
.response .form .title{
	margin-left: 10px;
}
form.comment a{
	color: #000;
}
form.comment{
	padding: 0px 0px 0px 25px;
	background: none;
	/*font-family: Tahoma;*/
	position: relative;
}
form.comment p{
	margin-bottom: 5px;
}
form.comment .left{
	float: left;
	width: 170px;
}
form.comment .right{
	float: left;
}
form.comment input{
	border: none;
	width: 160px;
	/*font-family: Tahoma;*/
}
form.comment textarea{
	border: none;
	width: 340px;
	height: 96px;
	/*font-family: Tahoma;*/
}
.search-alert {
	display: none; 
	background: url(images/alert-search.gif) no-repeat left bottom; 
	padding: 10px 15px 20px 15px; 
	top: -55px; 
	left: 0px; 
	margin-top: 5px; 
	position: absolute; 
	font-size: 10px; 
	cursor: pointer; 
	color: #000;
	z-index: 10; 
	width: 160px;
}
.tags-alert {
	display: none; 
	background: url(images/alert-up.gif) no-repeat left top; 
	padding: 20px 15px 10px 15px; 
	top: 15px; 
	left: 72px; 
	margin-top: 5px; 
	position: absolute; 
	font-size: 11px; 
	color: #000; 
	z-index: 100; 
	width: 160px; 
	font-weight: normal; 
	color: #000; 
	/*font-family: Tahoma;*/
}
.date-alert {
	display: none; 
	background: url(images/alert-up.gif) no-repeat left top; 
	padding: 20px 15px 10px 15px; 
	top: 15px; 
	left: 97px; 
	margin-top: 5px; 
	position: absolute; 
	font-size: 11px; 
	color: #000; 
	z-index: 100; 
	width: 180px; 
	font-weight: normal; 
	color: #000; 
	/*font-family: Tahoma;*/
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float:left;
   padding-bottom:15px;
   padding-right:560px;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;*/
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
.pagination{
	text-align: center;
}
.pagination a {
	color: #000;
}

.resource{	
	padding: 15px 0;
	width: 650px;
	line-height:1.4em;
}

.resourceLink {
	width:120px;
	display:block;
	text-decoration:none;
}
.resource img{
	margin-bottom:10px;
	display:block;
}

.cnetTitle{
	float: left;
}

.cnetNav{
	float: right;
}

.cnetNav a{
	padding: 2px 4px 0;
	float: left;
	display: block;
	float: left;
}

.cnetNav a:hover{
	padding: 2px 4px 0;
	float: left;
	display: block;
	float: left;
	cursor:hand;
}

.cnet-image{
display: none;
visibility:hidden;
}

#cnetNavLabel{
	display: block;
	float: left;
	padding: 2px 0 0;
}


.cnetNav .ui-icon{
	float: left;
	display: block;
}

/* below is a css fix blocking the cnet images from showing up */
#rss_security_id_0 div img{
display: none;

}

#rss_security_id_1 div img{
display: none;

}


/*.explanation{
	padding: 8px 12px 0;
	margin: 18px 0 15px;
	border: 1px solid #CCCCCC;
}*/


#widget_quiz ul{
	margin: 10px 0 0 0;
}

#widget_quiz #takeQuiz{
	margin:0 0 0 -10px;
}

#widget_quiz li{
	margin: 0 0 5px 0;
}

#glossaryWrapper{
	padding: 8% 10%;
}

.breadcrumb{
	margin: 10px 0 0 20px;
}

.supportContent{
	margin: 0 0 20px 0;
	line-height:1.4em;
}
.pagetitle{
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
}

.videogameleft{
margin-right:5px;
float:left;
height:50px;
}

.videogameright{
float:left;
display:block;
}

.postvideogame{
	padding: 0px 20px 0px 0px;
	margin:17px 0 0 20px;
}

.postvideogame .text p{
	margin-bottom: 12px;
}

/* all content from security.css hopefully with all updated URLs to images */

/*
.current_page_item
{
	background: #fafafa url('/wp-content/tab_gradient.gif') repeat-x;
	border:1px solid #cccccc;
	border-bottom:1px solid #ffffff;
}
*/

#quickFacts{
	background:#DDDDDD url('/wp-content/quiz1pxwgradient.png') repeat-x;
	margin:15px;
	padding:10px;
        margin-top: 30px; 

}




#widget_top .lowRightLink {
	float:right;
	margin:5px 0 0;
	text-decoration:none;
}

.sidebarwidget{
	border:1px solid #cccccc;
	padding:3px 10px 10px 10px;
	margin:0 0 10px 0;
	background:#ffffff url('/wp-content/tab_solid.gif') repeat-x;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;	
}
.bottombox
{
	border:1px solid #cccccc;
	padding:3px 10px 10px 10px;
	margin:0 0 10px 10px;
	background:#ffffff url('/wp-content/tab_solid.gif') repeat-x;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;		
	/*height: 125px;*/
	width:300px;
	float: left;

}	

#ieQuizWrapper{
	padding: 0px;
}


.sec_tool {
	font-size:12px;		
	margin:10px 0;
	clear:left;
}
h1, .sidebarwidget h1{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	}
.sidebarwidget h2{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	}	
.sec_tool_tn{
	
	width:50px;	
	clear:left;
}
.img {
	float:left;
	width:50px;
	height:75px;
	background-image:url(/wp-content/tools.png);
	}
.img img {
	margin-top:5px;
}
#Health{
	background-position:0px 0px;
}
#Virus{
	background-position:0px -72px;
}
#Threat{
	background-position:0px -142px;
	height:60px;
}
#Glossary{
	background-position:0px -220px;
	height:60px;
}
.fakeLink:hover{
	color:#FF8200;
	text-decoration:underline;
}
.fakeLink{
	color:#005f14;
	text-decoration:none;
}


.bottomcontainer
{
	margin: 0 0 0 10px;
	padding: 0;
}
#widget_tools{
	background-color:#ededed;
}
#widget_welcome{
	background:transparent url('/wp-content/welcome_gradient.jpg') repeat-y;
	min-height:125px;
}
#widget_welcome a{
	font-size:14px;
	font-weight:bold;
}

#welcome_tab{
	margin:45px 0 0 -25px;
	position:absolute;
	z-index:10;
}
#widget_promo{
	background:white;
	color:#ffffff;
	height:125px;
	padding:0px;
	border:none;
	
}
#widget_news{
	width:630px;
}
#widget_quiz{
	background:#dfdfdf url('/wp-content/quiz_gradient.gif') repeat-x top left;
	height:125px;
}
#widget_related{
	min-height:380px;
	width:200px;
}
#widget_related ul li{
	padding-bottom:35px;
	padding-top:10px;
	
}

.widget_related_text {
	float:right;
	width:138px;
}

.widget_related_pic {
	float:left;
	width:50px;
	clear:left;
}	
	
#widget_top{
	min-height:420px;
	width:415px;
	color:#666666;
}
#widget_top li{
	padding:10px 0 0 0;
}

.resultItem{
	padding:15px 15px 0;
	
}

//.TopPost a{
//	font-size:10px; 
//}
.TopArticleTitle{
	font-weight:bold;
	font-size: 16px;
}
.TopArticleTitleSpace{
	font-weight:bold;
	font-size: 16px;
	padding-top:10px;
}
.articlePad{
	margin:10px;
}




.header {
	z-index:2;
}
.header a{
	font-size:11px;
}

.headerLink1 li, 
.footerLinkRow1 li, 
.footerLinkRow2 li, 
.footerLinkRow3 li{
	display:inline;	
	padding:0px;
	margin:0px;
}



.headerLink2{
	float:right;	
        padding-top:5px;
} 
.lowRightLink {
	float:right;
	text-decoration:none;
	margin:-5px 0 0;
}
.lowRightLink img{
	border:none;
	vertical-align:top;
}
.edit{
	display:none;
}
.footerLinkRow1, .footerLinkRow2, .footerLinkRow3, .footerGrey {
	line-height:20px;
}	
.quiz_button {
	display:block;
	margin:10px auto 0;		
}

.RateBox{
	float:right;
	width:auto;
	border:1px solid #cccccc;
	padding:6px;
	margin:10px 0;	
}
.greenbox{
	margin-right:5px;
}	
.post-ratings{
	display:inline;
}
.abc{
	
}
.abc li{
	display:block;	
	list-style-type:none;
	float:left;
	padding:0 10px 0 0;	
}
#glossaryBox{
	height:500px;
	overflow:scroll;
	width:620px;
	float:left;
	margin:20px 0;
	padding:15px;
	border:1px solid #cccccc;	
}

#scrollerWrapper{
	width:630px;	
}


#scrollerWrapper ul{
	clear:both;
}
#cycle-left{
	float:left;
	color:black;
	font-size:14px;
	text-decoration:none;
	vertical-align:bottom;
	width:50px;
	height:16px;
	cursor:pointer;
}
#cycle-right{
	color:black;
	float:right;
	font-size:14px;
	text-decoration:none;
	vertical-align:bottom;
	width:50px;
	height:16px;
	cursor:pointer;
}
#cycle-right a:hover, #cycle-left a:hover{
	cursor:pointer;
}



.anElement{
	display:none;
	float:left;
	margin:30px 10px 10px;
	text-align:center;
	

	}
	
.anElement a{
	display: block;
	width:100px;
	overflow:hidden;
}


.widgetFloatRight{
	border:1px solid #cccccc;
	float:right;
	width:300px;
	margin: 0 15px 0 0;
	}
.toggler{
	display:block;
	background:#ffffff url('/wp-content/tab_solid.gif') repeat-x;
	height:28px;
	padding:5px 0 0 5px;
	color:black;
	cursor:pointer;
		}
.toggled{
	margin:10px;
	}		
.right {
	float:right;
	text-align:right;
}	
#MidPostEmbed{
	background:#FFFFFF url('/wp-content/tab_solid.gif') repeat-x scroll 0 0;
	border:1px solid #CCCCCC;
	float:left;
	margin:10px 20px 10px 0;
	width:250px;
	padding:3px 5px 5px 5px;
}
#MidPostEmbed li{
	list-style-type:disc;
}
#MidPostEmbed a{
	color:#005f14;
	text-decoration:none;
}
#MidPostEmbed a:hover{
	color:#FF8200;
	text-decoration:underline;
}


/*
 BEGIN copied and pasted code from the fusion theme for the sub nav items built with
 css and jquery


*/

/* header tabs */
#tabs{
	font-size:14px;
	width: 100%;
	line-height:normal;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	padding:0px 0px 0px 20px;
  	width: 660px;
  	height: 28px;
}

#tabs ul{
  list-style:none;
}

#tabs li{
  display:inline;
  float: left;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
  height:28px;
  
  	background:#e5e5e5 url('/wp-content/tab_solid.gif') repeat-x;
	border:1px solid #cccccc;
	border-bottom:none;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
  
}

#tabs a {
  float:left;
  color: #000000;
  text-decoration:none;
  cursor: pointer; /* IE 7 bug-fix */
font-size: 14px;




}

#tabs a span{
  float:left;
  display:block;
  height: 28px;
 
}

#tabs a span span{
  display:block;
  background:none;
  height: 28px;
  padding: 4px 8px 0 8px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#cfcfcf;
}

#tabs a:hover, #tabs li:hover a{
 /* background-position:0% -29px;*/
  color:#fff;
  
  	background: #fafafa url('/wp-content/tab_gradient.gif') repeat-x;
	/*border:1px solid #cccccc;
	border-bottom:1px solid #ffffff; */
}
#tabs a:hover span, #tabs li:hover a span{
 /* background-position:100% -29px;*/
  color:#000;
}

#tabs a.active, #tabs a.active:hover,
#tabs li.current_page_item a, #tabs li.current_page_item a:hover,
#tabs li.current_page_ancestor a, #tabs li.current_page_ancestor a:hover,
#tabs li.current-cat a, #tabs li.current-cat a:hover,
#tabs li.current-cat-parent a, #tabs li.current-cat-parent a:hover{
 /* background-position:0% -58px;*/
}

#tabs a.active span, #tabs a.active:hover span,
#tabs li.current_page_item a span, #tabs li.current_page_item a:hover span,
#tabs li.current_page_ancestor a span, #tabs li.current_page_ancestor a:hover span,
#tabs li.current-cat a span, #tabs li.current-cat a:hover span,
#tabs li.current-cat-parent a span, #tabs li.current-cat-parent a:hover span{
  /*background-position:100% -58px;*/
  color:#000;
}

/* sub-menus */



#tabs ul li.current_page_item{
		background: #fafafa url('/wp-content/tab_gradient.gif') repeat-x;
	}




#tabs ul li:hover ul ul, #tabs ul li:hover ul ul ul, #tabs ul li:hover ul ul ul ul{
  display:none;
}
#tabs ul li:hover ul, #tabs ul li li:hover ul, #tabs ul li li li:hover ul, #tabs ul li li li li:hover ul{
  display:block;
}

/* active submenus */
#tabs ul ul li.current_page_parent a span,
#tabs ul ul li.current_page_item a span,
#tabs ul ul li.current_page_parent li.current_page_item a span,
#tabs ul ul li.current-cat a span,
#tabs ul ul li.current-cat-parent li.current_page_item a span{
  color: #2d83d5;
}

#tabs ul ul li.current_page_item li a span, #tabs ul ul li.current_page_parent li a span,
#tabs ul ul li.current-cat li a span, #tabs ul ul li.current-cat-parent li a span{
  color: #000;
}



#tabs ul li ul li,
#tabs ul li ul li a span span{
display: none;
}


/* IE 7 bug-fixes */
#tabs ul li:hover { z-index: 100; }
#tabs ul * li:hover { visibility: inherit; }




