﻿#AllTopNav{
position: relative;
z-index: 1000;
width: 1000px;
}

#TopNav{
	z-index: 1001;
	width: 998px;
	margin: 0 0 0 0;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	border-top: solid 1px #c0c0c0;
	background-color: #e5e5e5;
	position: relative;
	height: 35px;
}

.divSearchTopNav 
{
	border-bottom:solid 2px #e5e5e5;  
	width:335px; 
	text-align: left;
	background-color: #e5e5e5; 
	padding: 5px 5px 5px 5px;
	position:absolute;
	top:0;
	left:650px;
	
}
.divSearchTopNav #tnavq { width:285px; }
.txtSearchTopNav {width: 50px;}
.btnGoAlignTopNav {margin: 2px 4px -4px 8px; position: relative;}


#TopNavUnderline{
	width: 100%;
	position: relative;
	height: 4px;
	line-height: 4px;
	background-color: #5ea6ea;
	font-size: 0px;
	z-index: 1002;
	
}

.topmenu{
font-size: 12px;
font-weight: bold;
font-family:  Arial, Helvetica, Verdana, Sans-Serif;
width: 100%; 
position:absolute;
top:0;
left:0;
}


/* Top Nav Styles*/
.TN_ALL {
	z-index: 1001;
	float: left;
	color: #333333;
	padding: 10px 21px 10px 21px;
	text-decoration: none;
	border-right: 1px solid #c0c0c0; 
	background: #f0f0f0 center center repeat-x;
}



.topnavlink {color: #333333;}
a.topnavlink:link {color: #333333; text-decoration: none;}
a.topnavlink:visited {color: #333333; text-decoration: none;}
a.topnavlink:hover {color: #333333; text-decoration: none;}
a.topnavlink:active {color: #333333; text-decoration: none;}


/* Top Nav Fly Over Styles*/
.TN_fly_twocol {
	z-index: 1005;
	display:none;
	width:400px;
 	border: solid 2px #333333 ; 
	background-color:#FFFFFF; 
	padding: 10px;
	position:absolute; 
	top: 32px;
	filter: alpha(opacity=93);
	-moz-opacity: 0.93;
	}
	
.TN_fly_onecol{
	z-index: 1005;
	display:none;
	width:170px;
	border: solid 2px #333333 ; 
	background-color:#FFFFFF; 
	padding: 10px;
	position:absolute; 
	top: 32px;
	filter: alpha(opacity=93);
	-moz-opacity: 0.93;
	}

.TN_Left_twocol
{
	float: left;
	width: 180px;
	border-right: solid 1px #669933;
	margin-bottom: 10px;
}

.TN_Left_onecol
{
	float: left;
	width: 180px;
	margin-bottom: 10px;
}
.TN_Right
{
	float: right;
	width: 180px;
	margin-bottom: 10px;
}

.TN_TextAd
{ 
	clear: both;
	text-align: center;
	padding: 8px 8px;
	background-color: #F0F0F0;
	border: solid 1px #669933;
	margin-top: 10px;
}


/* Top Nav Fly Over Horizontal Positioning*/
div#TN_Reviews {left: 0;}
div#TN_BuyingGuides {left: 156px;}
div#TN_Features {left: 275px;}
div#TN_TipsAndHowTos {left: 226px;}
div#TN_Deals {left: 530px;}
div#TN_Events {left: 633px;}
div#TN_Laptop {left: 711px;}


	
.TN_CatLink {color: #333333; font-weight: bold; }
a.TN_CatLink:link {color: #333333; text-decoration: underline;}
a.TN_CatLink:visited {color: #333333; text-decoration: underline;}
a.TN_CatLink:hover {color: #333333; text-decoration: underline;}
a.TN_CatLink:active {color: #333333; text-decoration: underline;}


