a {	text-decoration: none;	color: #004276;	font-weight: bold;	}

a:link 		{	text-decoration: none;	color: #004276;	}
a:visited 	{	text-decoration: none;							}
a:hover 		{	color: #000;	text-decoration: underline;}
a:active 	{	text-decoration: none;	color: #2263a1;	}

.text_vlavo 	{	text-align: left; }
.text_center	{	text-align: center; }

.mastheadcat				{color: #ffffff; font-weight: bold;text-decoration: none;  }
a.mastheadcat 				{color: #ffffff; font-weight: bold;text-decoration: none;  }
a.mastheadcat:link 		{color: #ffffff; font-weight: bold;text-decoration: none;  }
a.mastheadcat:visited 	{color: #ffffff; font-weight: bold;text-decoration: none;  }
a.mastheadcat:active 	{color: #ffffff; font-weight: bold;text-decoration: none;  }
a.mastheadcat:hover 		{color: #ffffff; font-weight: bold;text-decoration: underline;  }

/* Media links */
a.print 		{	background: url('icon_pri.gif') no-repeat; padding: 0 0 2 20px; }
a.email 		{ 	background: url('icon_env.gif') no-repeat; padding: 0 0 0 20px; }
a.rss 		{	background: url('icon_rss.gif') no-repeat; padding: 0 0 0 20px; }
a.talkback 	{	background: url('icon_com.gif') no-repeat; padding: 0 0 0 20px; } 

#masthead {
	background: #000 url('masthead.gif');
	color: #fff;
	width: 960px;
	height: 60px;
	border-top: 10px solid #981b1e
}

#masthead h1
{
	margin: 0 0 0 0;
	padding: 25px 40px 20px 660px;
}

#masthead h1.brand
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: none;
}

#masthead h2
{	margin: 0 0 0 0;
	font: 11px/1.5em "Lucida Grande", Verdana, Arial, Helvetica, serif;
	padding: 10px 40px 12px 700px;
}

#masthead h1 a {
	width: 480px;
	height: 86px;
	display: block;
	float: left;
	text-indent: -9999px;
}

#masthead h2 a {
	width: 480px;
	height: 86px;
	display: block;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
}

#masthead p { text-indent: -9999px; }  

#navigation {
	background: #e9e5de;
	border-bottom: 1px solid #a39e94;
	margin: 2.0px 0 10px 0;
}

#navigation ul li {
	display: inline;
	line-height: 1.5em;
}

#navigation ul li a {
	font-size: 100%;
	padding: 0.5em;
	color: #6b6861;
	font-weight: normal;
}

#navigation ul li a:hover {
	background: #2263a1;
	color: #fff;
	border-bottom: 1px solid #2263a1;
}

body#home #navigation ul li#home a,

body#business #navigation ul li#business a,

body#networking #navigation ul li#networking a,

body#security #navigation ul li#security a,

body#software #navigation ul li#software a,

body#hardware #navigation ul li#hardware a,

body#gadgets #navigation ul li#gadgets a,

body#internet #navigation ul li#internet a,

body#entertainment #navigation ul li#entertainment a,

body#miscellaneous #navigation ul li#miscellaneous a,

body#science #navigation ul li#science a {

	background: #fff;

	border-bottom: 1px solid #fff;

	border-left: 1px solid #d8d2c7;

	border-right: 1px solid #d8d2c7;

}

