/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	background:#000 url(images/bk_body.jpg) 0 0 repeat-x;
	line-height:135%;
}

ul {
	list-style:none;
}

a {
	/*color:#00C1F2;*/
	color:#000080;
}

a:hover {
	text-decoration:none;
}

a:focus {
	outline:none;
}

p {
	margin:1em 0;
}

h2, h3 {
	padding:10px 0 5px;
	line-height:100%;
	
}

h2 {
	font-size:20px;
	color:#00C1F2;
	font-weight:normal;
}

h1 {
	font-size:30px;
	line-height:100%;
	font-weight:normal;
	
}

h1 a {
	text-decoration:none;
	color:#000080;
}

h1 a:hover {
	text-decoration:underline;
}



 /* LAYOUT STRUCTURE
--------------------------------------------------*/
#wrapper {
	margin:0 auto;
	width:960px;
}


#header {
	height:145px;
	position:relative;
	z-index:99; 
}

#content {
	padding:10px 4px;
	background-color: #EEEEEE;
}

#colLeft{
	width:595px;
	float:left;
        padding:5px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #DDDDDD;
	background-color: #FFF;
}

#colRight {
	width:320px;
	float:left;	
	padding:5px;
	margin-left: 10px;
	border: 1px solid #DDDDDD;
	background-color: #FFF;
}

#footer {

	background:url(images/bk_footer.jpg) 100% 0 no-repeat;
	padding:20px 0 10px 0;
	width:960px;
	height:80px;
	margin:1px auto;
	color:#999;
	position:relative;
}

/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo {
	position:absolute;
	top:30px;
	left:0;
	
}

#logo h1 {
	padding:0;
	background:none;
	border:none;
}

#logo h1 a, #logo h1 a:hover{
	background:url(images/logo.jpg) 0 0 no-repeat;
	width:180px;
	height:39px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
	border:none;
}

#logo h4 {
	padding:0;
	background:none;
	border:none;
}

#logo h4 a, #logo h4 a:hover{
	background:url(images/logo.jpg) 0 0 no-repeat;
	width:180px;
	height:39px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
	border:none;
}

/* top menu */

#topMenu {
	position:absolute;
	left:0;
	top:88px;
	border-top:1px solid #4E4E4E;
	padding-top:20px;
	width:100%;
}

.sf-menu li {
	position: relative;
	float: left;
	line-height: 37px;
	padding: 0 1px 0 0;
	text-align: center;
}
.sf-menu li a {
	display: block;
	float: left;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-bottom:none;
	padding:0 8px;
	height:35px;
	line-height:35px;
	position:relative;
	color:#ccc;
	border:1px solid #000;
	border-bottom:none;
}
#topMenu ul.sf-menu li a:hover {
	background:#99CC00;
	border:1px solid #B8F400;
	color:#fff;
	border-bottom:none;
}
#topMenu ul.sf-menu li ul.children {
	border:1px solid #B8F400;
	background:#99CC00;
	border-top:none;
}
#topMenu ul.sf-menu li ul.children li {
	position:relative;
	line-height:100%;
	height:30px;
}
#topMenu ul.sf-menu li ul.children li a {
	color: #FFF;
	text-decoration: none;
	display:block;
	padding-top:10px;
	line-height:100%;
	border:none;
}
#topMenu ul.sf-menu li ul.children li a:hover {
	text-decoration: none;
	background: none;
	border:none;
	line-height:100%;
	display:block;
	padding-top:10px;
	
}
#topMenu ul.sf-menu li ul.children li ul.children {
	border: none;

}
#topMenu ul.sf-menu li ul.children li ul.children li {
	background:#99CC00;
}
#topMenu ul.sf-menu li ul.children li ul.children a {
	text-decoration: none;
	position:relative;
	border:none;
}
#topMenu ul.sf-menu li ul.children
{
	margin:6px 0 0 0;
}
#topMenu ul.sf-menu li ul.children ul.children
{
	margin:0 0 0 38px;
	border-top:1px solid #B8F400;
}

#topMenu ul li ul li a, #topMenu ul li:hover ul li a,  #topMenu ul li:hover ul li a, #topMenu ul li:hover ul li a:hover {
	background:none;
	border:none;
	color:#fff;
	line-height:100%;
	text-transform:none;
	padding-top:5px;
	height:27px;
}


.twitter {
	position:absolute;
	top:42px;
	right:130px;
	background:url(images/twitter_top.gif) 0 0 no-repeat;
	z-index:99;
}

.twitter a {
	display:block;
	width:139px;
	height:55px;
	text-indent:-9999px;
}

.rss {
	position:absolute;
	height:28px;
	padding-right:34px;
	line-height:28px;
	top:55px;
	right:0;
	background:url(images/rss.gif) 100% 50% no-repeat;
}

.rss a {
	color:#ccc;
	text-decoration:none;
}


/* CONTENT ELEMENTS
----------------------------------------------*/

.catTitle {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding:9px 0 ;
	margin-bottom:10px;
	color:#666;
	font-size:14px;
}

.blogItem {
	margin-bottom:15px;
	padding-bottom:15px;
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
}

.blogItem span.posted {
	/*background:url(images/bk_dotted.jpg) 0 100% repeat-x;*/
	padding:5px 0 10px;
	font-size:11px;
	color:#999;
	display:block;
	/*height:64px;*/
}

.blogItem .metadata {
	margin-bottom:10px;
}

.blogItem .metadata .date {
	float:left;
	background:#00CCFF;
	padding:3px 7px;
	color:#fff;
	font-size:11px;
}

.blogItem .metadata .no_comments {
	float:left;
	background:#99CC00 url(images/bk_comments_no.jpg) 8px 50% no-repeat;
	padding:3px 7px 3px 32px;
	color:#fff;
	font-size:11px;
	margin-left:2px;
}

.blogItem .metadata .no_comments a {
	color:#fff;
}

.blogItem a.more-link {
	display:block;
	clear:both;
	background:url(images/bk_readmore.jpg) 0 0 no-repeat;
	width:104px;
	height:24px;
	text-indent:-9999px;
	margin-top:10px;
}

.blogItem a.readmore:hover {
	background:url(images/bk_readmore.jpg) 0 -24px no-repeat;
}

#colLeft a img {
	border:none;
}

#colLeft ul {
	list-style:square;
	list-style-position:inside;
}

/* colRight */

#colRight h2 {
	clear:both;
	margin:15px 0 5px;
	background:#000;
	padding:5px 7px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	clear:both;
}

#colRight h2.sponsors {
	background:#EE4A04;
}

#colRight ul {
	position:relative;
}

#colRight ul li {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding-bottom:1px;
}

#colRight ul li a{
	display:block;
	padding:8px 0;
	background:url(images/bullet_blue.jpg) 3px 10px no-repeat;
	padding-left:25px;
	color:#666;
	text-decoration:none;
}

#colRight ul li a:hover{
	background:#F5F5F5 url(images/bullet_green.jpg) 3px 10px no-repeat;
}

#colRight #ads {
	clear:both;
	padding:8px 0 10px;
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
} 

#colRight #ads a {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#colRight #ads img {
	border:none;
}

#ads_msg {
	padding:8px 8px 2px;
	background:#f4f4f4;
	border:1px dotted #ccc;
	float:left;
	line-height:100%;
	width:243px;
	height:22px;
}

#ads_msg a {
	color:#666;
}

.social {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding-bottom:10px;
}

.social strong {
	color:#00C1F2;
}

/*COMMENTS
---------------------------------------------*/
#colLeft ul.commentlist {
	margin-bottom:10px;
	list-style-type:none;
}

#colLeft ul.commentlist li {
	background:none;
	border-bottom:1px solid #efefef;
	padding:5px 0;
	padding-left:40px;
}

#colLeft ul.commentlist li .avatar {
	float:left;
	width:32px;
	margin-left:-40px;
}

* html #colLeft ul.commentlist li .avatar {
	margin-bottom:-20px;
}

#colLeft ul.commentlist li.odd {
	background:#f9f9f9;
}

#colLeft ul.commentlist li .commentmetadata {
	font-size:11px;
	color:#999;
}


/* HOME SLIDER
-----------------------------------------------*/

#slider {
	background:#000;
	margin-bottom:20px;
}

.panel .text {
	color:#999;
	height:60px;
	padding:5px 10px 15px;
}

.panel .text p {
	margin:3px 0 0;
}

.panel .text h1, .panel .text h1 a {
	color:#FFF;
	font-size:22px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:0;
	margin-bottom:0;
}



/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	float:left;
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 100%; /*Width of Carousel Viewer itself*/
	height: 310px; /*Height should enough to fit largest content's height*/;
}

.stepcarousel span.featured {
	color:#666;
	font-size:11px;
	display:block;
	border-bottom:1px dotted #666;
	padding-bottom:5px;
	width:270px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	position:relative;
}

/* FORMS
---------------------------------------------------*/

/* search form */

#searchform {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding-bottom:10px;
}

#searchform #s {
	width:130px;
	border:1px solid #ccc;
	font-size:11px;
	padding:5px 2px;
	margin-left:5px;
}

#searchform #searchsubmit {
	background:#00CCFF;
	border:1px solid #48DBFF;
	color:#fff;
	padding:3px 0;
	text-align:center;
	width:54px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* post comment */

#commentform label {
	display:block;
	padding:5px 0 2px;
}

#commentform input, #commentform textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}


#commentform textarea {
	width:500px;
}

#commentform input#submit{
	border:none;
	width:124px;
	height:28px;
	text-align:center;
	padding-top:4px;
	margin-top:5px;
	background:url(images/bk_postcomment.jpg) 0 0 no-repeat;
	font-size:11px;
}

/* contact */

#contact label {
	display:block;
	padding:8px 0 2px;
}

#contact input, #contact textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}

#contact textarea {
	width:500px;
}

#contact input.submit {
	border:none;
	width:124px;
	height:28px;
	text-align:center;
	padding-top:4px;
	margin-top:15px;
	background:url(images/bk_sendmsg.jpg) 0 0 no-repeat;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
}


/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}


/************************************************
*	Homepage 		    	                    * 
************************************************/
	
#homepage {
	float: left;
	width: 550px;
	margin: 0px;
	padding: 0px;
	}
	
#homepage p {
	margin: 0px;
	padding: 0px;
	}

#homepage p img {
	border: none;
    float: left;
	margin: 0px;
	}
	
#homepage ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#homepage ul li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	}

.hpdate {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
#homepagetop {
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	float: left;
	width: 550px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #DDDDDD;
	}
	
#homepagetop p {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.featuredtop {
	float: left;
	margin: 0px;
	padding: 10px;
	display: inline;
	}
	
#homepagebottom {
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	float: left;
	width: 550px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #DDDDDD;
	}
	
#homepagebottom p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
	
.hpbottom {
	float: left;
	width: 590px;
	margin: 0px;
	padding: 10px;
	display: inline;
	}

#homepageleft {
	float: left;
	width: 350px;
	margin: 0px;
	padding: 0px 20px 0px 10px;
	}

.hpfeatured {
	background: #FFFFFF url(images/featuredtop.gif) top no-repeat;
	float: left;
	width: 280px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #DDDDDD;
	}

#homepageright {
	float: right;
	width: 150px;
	padding: 0px 8px 0px 0px;
	margin: 0px;
	}

.clear {
	clear: both;
	}

.thumb {
	float: left;
	margin: 0px 10px 0px 0px;
	}
	
hr {
	border-bottom: 1px dotted #AAAAAA; 
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 10px 0px; 
	clear: both;
	}

.thumbnail-div-featured {
margin-top:10px;
width: 175px;
height: 175px;
float: left;
border: 5px solid #FFF;
}

.thumbnail-div {
border: 1px solid #DFDFDF;
padding: 4px;
margin-bottom: 10px;
float: left;
margin-right: 10px;
display: inline;
}

#featured-div { 
	min-height: 230px;
	background-color: #EDFFC6;
	width: 890px;
	padding: 0px 15px 15px 15px;
}

#featured-article {
float: left;
margin-top: 10px;
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 5px;
}

.featured-content {
float: left;
width: 300px;
margin-left: 10px;
margin-right: 10px;
}

.titles-featured {
font-size: 25px;
line-height: 30px;
margin-bottom: 10px;
display: block;
margin-top:10px;
}

/* outmost wrapper element */
#scrollable {
background-color:#FFFFFF;
background-image: url(images/rounded-top.gif);
background-repeat: no-repeat;
background-position: top;
padding:5px 8px 0px 8px;
width:347px;
min-height:65px;
}

#scrollable2 {
background-color:#FFFFFF;
background-image: url(images/rounded-top.gif);
background-repeat: no-repeat;
background-position: top;
padding:5px 8px 0px 8px;
width:347px;
min-height:65px;
}

/* container for the scrollable items */
div.items {
min-height:66px;
height:66px;	
margin-left:8px;	
float:left;
width:295px !important;
background-color:#FFFFFF;
}



/* single item */
div.items a {
display:block;
float:left;
margin-right:8px;
width:60px;
height:60px;
background-color: #E6E6E6;
font-size:50px;
color:#ccc;
cursor:pointer;
border: 3px solid #E6E6E6;
}

div.items a:hover {
	color: #999;
	border: 3px solid #99CC00;
}

/* next / prev buttons */
a.prev, a.next {
display:block;
width:22px;
height:22px;
float:left;
background-repeat:no-repeat;	
margin:15px 0 0 0;
}

a.prev {
background:url(images/next-arrow-left.gif);		
}

a.prev:hover {
background:url(images/next-arrow-left-hover.gif);		
}

a.next {
background:url(images/next-arrow-right.gif);		
}

a.next:hover {
background:url(images/next-arrow-right-hover.gif);		
}


/* navigator */
div.navi {
position:relative;
top:-30px;
left:310px;
margin-left:-50px;
width:50px;
height:0px;
}


/* items inside navigator */
div.navi span {
width:8px;
height:8px;
float:left;
margin:3px;
background:url(img/dots.png) 0 0 no-repeat;     
cursor:pointer;
}

div.navi span:hover {
background-position:0 -8px;      
}

div.navi span.active {
background-position:0 -16px;     
} 	

.scrollable input {
border: 1px solid #DBDBDB;
height: 25px;
}

.feedsubmit{
border: 1px solid #00C1F2;
background-color: #FFF;
color: #00C1F2;
height: 28px;
float: left;
margin-left: 10px;
margin-top: -19px;
font-size: 10px;
padding-bottom: 5px;
}

#emailer {
	border: 1px solid #00C1F2;
	color: #00CCFF;
	height: 15px;
	float: left;
	padding: 5px;
	margin-left: 4px;
	width: 152px;
	font-size: 10px;
}

.blue-titles {
color: #00CCFF;
font-size: 10px;
font-weight: bold;
margin-bottom: 5px;
display: block;
}

.readmore {
background-image: url(images/readmore.gif);
background-repeat: no-repeat;
background-position: left;
float: right;
padding-left: 20px;
margin-top: 10px;
}

.readmore a:link, .readmore a:hover {
color: #393939;
}
.thumbnail-home {
border: 0px;
margin: 0px 0px 0px 0px;
}


.headings {
	color: #FFF;
	border: 1px solid #00C1F2;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding-top: 6px;
	padding-left: 5px;
	margin-bottom: 10px;
	width: 96%;
	height: 23px;
	background-color: #00C1F2;
	background-image: url(images/heading-bg.gif);
}


#homepageright ul, ol { line-height: 2.0em; }

.home-categories img{
border: 4px solid #EEEEEE;
float: left;
margin-right: 10px;
}

.home-categories, .home-categories-comments {
width: 225px;
min-height: 260px;
height: 260px;
border: 1px solid #EBEBEB;
padding: 10px;
margin-left: 10px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
float: left;
}

.home-categories-comments ul {
list-style-image: url(images/comment-icon.gif);
}

.home-categories a:link, .home-categories a:hover, .home-categories a:visited {
color: #00C1F2;
text-transform: uppercase;
font-size: 15px;
font-weight: bold;
}

.home-post-wrap2 {
width: 590px;
padding: 10px;
margin-right: 13px;
float: left;
background-color: #FFF;
border: 1px solid #EBEBEB;
margin-bottom: 10px;
}

.titles { 
font-weight: bold; 
font-size: 16px; 
text-decoration: none;
}

.single-entry {
float: left;
width: 100%;
margin-bottom: 10px;
padding: 0px;
}

#sidebar 
{
width: 320px;
float: right;
margin: 0px;
padding: 0px 0px 0px 0px;
display: inline;
}

#contentleft {
	float: left;
	width: 580px;
	margin: 0px;
	padding: 0px;
	}
	
#contentleft a img {
	border: none;
	}

.home-post-wrap3 {
width: 555px;
padding: 10px;
margin-right: 7px;
float: left;
background-color: #FFF;
border: 1px solid #EBEBEB;
margin-bottom: 10px;
}

#content h3 {
	background: #333333 url(images/headline.png);
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 7px;
}

#content h5 {
   text-align: center;   
   color: #ffffff;
   font-size: 10px;
   margin: 0px 0px 0px 0px;
   padding: 0px;
}

/************************************************
*	Top Navbar      							*
************************************************/

#topnavbar {
	width: 960px;
	height: 30px;
	color: #FFFFFF;
	margin: 15px 0px;
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
	
#topnavbar a, #topnavbar a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#topnavbar a:hover {
	text-decoration: underline;
	}
	
#topnavbar p {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
.topnavbarleft {
	width: 230px;
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 2px;
	}
	
.topnavbarright {
	width: 600px;
	float: right;
	margin: 0px;
	padding: 7px 10px 0px 0px;
	text-transform: uppercase;
	text-align: right;
	}
	
.topnavbarright a img {
	border: none;
	margin: 0px 3px 3px 0px;
	padding: 0px;
	}


/************************************************
*	Navbar      								*
************************************************/

#navbar {
	left:0;
	width: 960px;
	height: 25px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
	
#navbarleft {
	width: 680px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#navbarright {
	width: 280px;
	font-size: 11px;
	float: right;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight: normal;
    	margin: 0px;
	padding: 9px 15px 8px 2px;
	text-decoration: none;
	}

#nav li a:hover, #nav li a:active {
	background: #555555 url(images/navhov.png);
	color: #FFFFFF;
    	margin: 0px;
	padding: 9px 15px 8px 2px;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #555555;
	width: 150px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	text-transform: none;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #777777;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -32px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}


