/* CSS Document */
/* NAVIGATION =========================================== */
#topNav {	
width:890px;
	color:#ccc;	
	font-size:100%;		
	text-align:right;		
	position:absolute;
	top:65px;
	margin-right:5%;
}
#topNav ul {
	padding:0;
	list-style:none;		
	
}
#topNav li {
	display:inline;
				
	}
#topNav li a{ 	
	color:#ccc;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:none;		
	
	}	
	
#topNav #current a{
	color:#FFF;	
	background-color:#CC3333;	
}
#topNav a:hover{ 
	background-color:#CC3333;
	color:#FFF;	
	text-decoration:none;
	}
/*
#topNav a {
	float:left;
	background: transparent url("../img/tabs-left.gif") no-repeat left top;
	background-position: -1000px 0%;
	margin:0 1px 0 0;
	padding:0 0 0 2px;
	text-decoration:none;
	color: #fff;
}
#topNav a span, #topNav #current span {
	float:left;
	display:block;
	background: transparent url("../img/tabs-right.gif") right top no-repeat;
	padding:3px 9px 3px 6px;
}
/* hide from Mac IE5 \*/
/*
#topNav a span {float:none;}
/* end hack */
/*
#topNav #monster, #topNav #share {
	padding:3px 0 3px 0;
	overflow: hidden;
}
#topNav #monster {
	background: url(../img/monstab.gif) no-repeat;
	width: 65px;
	text-indent: -3000px;
}
#topNav #share {
	background: url(http://www.cssbeauty.com/img/sharetab.gif) 0 0 no-repeat;
	width: 85px;
	text-indent: -3000px;
}
#topNav #monster:hover { background-position: 0 -22px; }
#topNav #share:hover { background-position: 0 -22px; }
#topNav #current a { background-position:0 -300px; }
#topNav #current a span, #topNav #current span {
	background-position:100% -300px;
	padding-bottom:3px;
	color:#fff;
}
#topNav #current #monster { background-position: 0 -44px; }
#topNav a:hover { background-position:0% -150px; }
#topNav a:hover span {
	color: #fff;
	background-position:100% -150px;
}
#topNav #current a:hover { background-position:0% -300px; }
#topNav #current a:hover span {
	color: #fff;
	background-position:100% -300px;
}
*/

#searchNav {	
	position: absolute;
	top: 10px;
	left:750px;
	}
#searchNav ul {
	padding:0;	
	font-size:100%;
	list-style:none;
}
#searchNav li {
	display:inline;	
}
#searchNav a{ 	
	color:#999;
	font-family:"Lucida Sans Unicode",verdana,helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding:30px 5px 5px 5px;		
	}	
	
	/*================ Left Navigation -----*/

#leftnav {
		color:#000;
		position:relative;
		top:0px;
        width:95%;
		margin-top:0px;
      }

#left #leftnav li a {
		color: #666;
        list-style:none;
        height: 22px; 
        text-decoration: none;
		text-align:right;
		border-bottom:solid 1px #ccc;
        }
#leftnav li a:link, #leftnav li a:visited {        
        display: block;
        background:  url('../images/leftnav.gif') no-repeat;
        padding: 8px 0 0 20px;
		color: #fff;
        }

#leftnav li a:hover, #leftnav li #current {         
        background:  url('../images/leftnav.gif') 0 -32px no-repeat;
        padding: 8px 0 0 20px;
		color:#000;
        }

