/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/* ####################################################################################################### */
/* ********** This is the custom.css file for the Joe Rotella Says website (joerotellasays.com) *************** */
/* ####################################################################################################### */

/* nav reset by Kristarella 
.custom ul#tabs {border-bottom:none; border-left:none;}
	.custom ul#tabs li {margin-bottom:0; border:none; background:none;}
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:none;}
	.custom ul#tabs li.rss {}
		.custom ul#tabs li a {}
		.custom ul#tabs li a:hover {text-decoration:none;}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}*/
		
		
/* Kristarella's nav drop down css NOTE: Doesn't seem to work in IE
.custom ul#tabs li span ul {display:none; position:absolute; list-style:none;}
	.custom ul#tabs li span ul li {float:none;}
	.custom ul#tabs li:hover span ul {display:block;} */
	

/* ########################### Main Thesis css styling ######################### */

/* reset everything | seems to be screwing Thesis up */
/* html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
} */

/* Body Background & Content Area CSS  */ 

body.custom {
    background: #B9E5FB;         /* url(images/shadowbg.jpg) repeat */
	/*vertical-align:baseline;  I have no idea what this will do */
 }

/* .custom  #content_area  .page {
	background:#fff;
} */

/*  Header CSS   */ 
 /*.custom #title_area {background:#252525; padding:0 0 0; border-bottom:1px solid #c55;} This will need to be changed */

/* .custom #header_area{display:none;} */

.custom .full_width .page {
	margin:0 auto;
	padding:0;
	/*padding-left:2.2em;
	padding-right:2.2em;*/
	width:976px;
	
}

.custom #header_area .page {
	background:url(images/header_bg.jpg) repeat;
	height:223px;
	padding-top:0;
	width:100%;
	text-align:center;
}

.custom #header {
	border-bottom:none;
	height:223px; 
	padding:0;
	
	/* 
	
	padding-top:0; 
	padding-bottom:0;
	background:url(images/header.jpg) center no-repeat; */
}
        /* .custom #header #logo {display:none;}
        .custom #header #tagline {display:none;} */
		
		
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { 
	display: block; 
	height: 223px; 
	width: 976px; 
	padding-top:0; 
	background: url('images/header.jpg') no-repeat; 
	background-position:center; 
	outline: none; 
	text-align:left;
	margin: 0 auto;
}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

  /* #################   Nav_area CSS ####################### */

.custom #nav_area {
	background:url(images/nav_bg.jpg) repeat;
	height:42px;
	padding:0;
	/*padding-left:1.1em;
	padding-right:1.1em;
	padding-bottom:0;
	padding-top:0; */
	/*padding:.5em 0 .5em; 
	border-bottom:1px solid #ddf; */
}     
	.custom #nav_area #nav_bg {
		background:url(images/nav_bg.jpg) repeat;
		height:42px;
		padding:0;
	}
		.custom #nav_area ul {border-bottom:none; border-left:none;}
			/* .custom #nav_area ul <img src="../../../plugins/cforms/captchabg/1.gif" width="21" height="23">li {border-width:0; margin-bottom:0; padding-bottom:0; background:9a4118;} */

/* RSS and Email subscription buttons */
.custom #nav_area div#subscrip_grp {
	position:relative;
	z-index:2;
	width:105px;
	height:50px;
	margin:-143px -100px 0 0;
	float:right;
}
.custom #nav_area div#subscrip_grp div#rss_btn a {
	/* background: url(images/header_rss_btn_up.png) no-repeat scroll top left; */
	float:left;
	width:50px;
	height:50px;
	padding-right:5px;
}
.custom #nav_area div#subscrip_grp div#rss_btn a:hover { background: url(images/header_rss_btn_hover.png) no-repeat scroll top left; }
.custom #nav_area div#subscrip_grp div#rss_btn a:hover img { display:none; }
.custom #nav_area div#subscrip_grp div#email_btn a {
	/* background: url(images/header_email_btn_up.png) no-repeat scroll top left; */
	float:left;
	width:50px;
	height:50px;
}
.custom #nav_area div#subscrip_grp div#email_btn a:hover { background: url(images/header_email_btn_hover.png) no-repeat scroll top left; }
.custom #nav_area div#subscrip_grp div#email_btn a:hover img { display:none; }

/* Twitter, LinkedIn, and f? buttons */
.custom #nav_area div#connect_grp {
	color:#FFFFFF;
	float:right;
	height:31px;
	margin:-37px -105px 0 0;
	position:relative;
	width:192px;
	z-index:3;
}
.custom #nav_area div#connect_grp a {
	float:left;
	width:31px;
	height:31px;
	padding-right:5px;
}
.custom #nav_area div#connect_grp span {
	display:block;
	float:left;
	padding:0; 
	margin:8px 10px 0 0;	
	font: 12px arial, verdana, sans-serif;
	font-weight:bold;
}
.custom #nav_area div#connect_grp div#twitter_btn a {
	/* background: url(images/nav_twitter_btn.png) no-repeat scroll top left; */
}
.custom #nav_area div#connect_grp div#twitter_btn a:hover { background: url(images/nav_twitter_btn_hover.png) no-repeat scroll top left; }
.custom #nav_area div#connect_grp div#twitter_btn a:hover img { display:none; }
.custom #nav_area div#connect_grp div#in_btn a {
	/* background: url(images/nav_in_btn.png) no-repeat scroll top left; */
}
.custom #nav_area div#connect_grp div#in_btn a:hover { background: url(images/nav_in_btn_hover.png) no-repeat scroll top left; }
.custom #nav_area div#connect_grp div#in_btn a:hover img { display:none; }
.custom #nav_area div#connect_grp div#f_btn a {
	/* background: url(images/nav_f_btn.png) no-repeat scroll top left; */
}
.custom #nav_area div#connect_grp div#f_btn a:hover { background: url(images/nav_f_btn_hover.png) no-repeat scroll top left; }
.custom #nav_area div#connect_grp div#f_btn a:hover img { display:none; }

	/* Nav tabs CSS NOTE! The #tabs styles are not used for JR*/
	
	.custom ul#tabs {
		display:block;
		border-style:none;
		clear:both;
		/*font-family:Geneva, Arial, Helvetica, sans-serif, Verdana, Arial, Sans-Serif; */
		font-size:1.09em;
		left:107px; 
		padding-top:11px;
		position:relative;
		top:3px;
	}
	
	.custom ul#tabs li a {
		display:block;
		color:#FFFFFF;
		letter-spacing:0.01em;
		padding:0.545em 0.6em;
		line-height:2px;
	}
	
	.custom ul#tabs li {
		display:block;
		background:none;
		border-style:none solid none none;
		padding-bottom:0;
		padding-left: 0;
		margin-bottom: 10px;
	}
	
	.custom ul#tabs li.current_page_item, ul#tabs li.current-cat {
		background:none;
		font-weight:bold;
	}
	
	.custom ul#tabs li a:hover { color:#44DAE7; }
	
	.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a { color:#44DAE7 }
	
	.custom ul#tabs li.current_page_item a:hover, .custom ul#tabs li.current-cat a:hover { color:#44DAE7 }
	
	/* Last menu item */
	.custom ul#tabs li.page-item-7 {
		border-style:none none none none;
	}
	
			
  /* Content_area CSS */
.custom #content_box {
	background:url(images/content_bg.jpg) no-repeat scroll left top;/*  */
	margin-left:8px;
	width:948px;
}
/*
.custom #content_box div div#content_box{
	padding-bottom:100px;
	height:100%;
}*/
  
.custom #content_area {
	/* border-bottom:none;
	height:175px; */
	padding:0;
	/* padding-top:0; 
	padding-bottom:0; */
	background:url(images/content_div_bg.jpg) top no-repeat;
	height:auto; /* 480px */
}

.custom #content_area .page { 
	background: transparent url(images/content_box_bg.png) repeat-y scroll top left; 
	/* height:100%;
	background-color:#fff; */
}
.custom #content_area div div div.page { 
	background: none; 
}

.custom .headline_area h2.entry-title a, .headline_area h1.entry-title a {
	color:#057AC9;
}
.custom .headline_area h1.entry-title a:hover, .headline_area h2.entry-title a:hover {
	color:#FF6600;
}
.custom h2, h3{
	font-weight:bold;
	color:#669900;
}
.custom h2 a:hover {
	color:#FF6600;
}

/* Kill the default text that shows up in v1.5 when a page has comments closed. Only works on pages*/
.custom .comments_closed {
   display: none;
}	/* Home Page CSS */
.custom div.home_images{
	padding-top:18px;
	padding-left:13px;
}
.custom div.home_image1 a{
	background: url(images/home_1_job.png) no-repeat scroll top left;
	float:left;
	width:208px;
	height:229px;
}
.custom div.home_image2 a{
	background: url(images/home_2_staffing.png) no-repeat scroll top left;
	float:left;
	width:208px;
	height:229px;
}
.custom div.home_image3 a{
	background: url(images/home_3_networking.png) no-repeat scroll top left;
	float:left;
	width:208px;
	height:229px;
}

	/* Testimonials Page */

.custom .testimonial_attrib {
	color:#666666;
	font-size: 12px;
	line-height:1.6em;
	text-align: right;
}

	/* Post and Teaser CSS */
.custom .post_box, .full_width #content_box .page {
	margin:0em 4.3em 0 5.2em;
}
.custom #comments {
	margin-left:5.2em;
}

.custom .format_text {
	padding:0 30px 20px 0;
}

.custom .teasers_box {
	margin:0 2.3em 0 6.2em;
}
.custom .teaser {
	width:25em;
}

.custom .teasers_box {
	width:55.6em;
	/* padding-top:8em; */
}
.custom .teaser h2 a{
	color:#669900;
	font-weight:bold;
}
.custom .teaser h2 a:hover{
	color:#FF6600;
}
.custom .teaser .format_teaser {
	margin-top:0.8em;
	margin-bottom:0.8em;
}
.custom .teaser .teaser_link {
	display:block;
	font-family:Arial;
	color:#669900;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
.custom .teaser .teaser_link span{
	font-weight:normal;
}
.custom .teaser a.teaser_link:hover {
	color:#FF6600;;
} /**/

  /* Sidebar CSS */
  /*border:outset 1px #ccc; */
/**/
.formbutton{
	cursor:pointer;
	background:transparent url(images/search_glass.png) no-repeat scroll right top;
	
	border:none;
	display:block;
	position:relative;
	z-index:2;
	width:47px;
	height:47px;
	margin:-36px 8px -15px 160px;
} 

  
.custom #sidebar_1 { padding-top:1.2em; }

.custom li.widget { margin-bottom:1.22em; }

.custom .sidebar ul.sidebar_list {
	padding-left:2.5em;
	padding-right:1.1em;
}

.custom .sidebar ul.sidebar_list li#text-449191951 div.textwidget {
	font-family:Verdana,Arial,Sans-Serif;
	width:200px;
	font-size:0.8em;
	padding-left:2.5em;
}
/* display:block; *//*
.custom div.search_glass {
	background:transparent url(images/search_glass.png) no-repeat scroll right top;
	
	position:absolute;
	z-index:2;
	width:47px;
	height:47px;
	margin:-48px 8px -15px 160px;
} */

.custom div#dd_test {
	background:#FFFFFF url(images/sb_category_bg.jpg) no-repeat scroll left top;
	width:310px;
	height:185px;
}

/* Category lister in the sidebar */
.custom li#categories-451074581 {
	display:block;
	background: url(images/sb_category_bg.jpg) no-repeat top left;
	margin:-5px 0 25px -27px;
	padding:60px 0 0 45px;
	width:100%;
	min-height:185px;
	
}.custom li#categories-451074581 h3 {display:none;}

.custom li#categories-451074581 li.cat-item a{
	color:#669900;
	font-size:12px;
	font-family:Verdana,Arial,Sans-Serif;
	font-family:Arial;
	color:#669900;
	font-weight:bold;
	line-height:1.5em;
	/*margin-bottom:3em;
	 border-style:none solid solid none; */
}

.custom div.cat_div {
	display:block;
	background:#FFFFFF url(images/sb_category_bg.jpg) no-repeat scroll left top;
	/*position:relative; */
	margin:0 0 25px -27px;
	padding:40px 0 0 30px;
	width:100%;
	/*height:185px; */
}
.custom div.cat_div div.cat_content {
	margin:20px 30px 0 18px;
}/* Custom twitter css for the sidebar as a test */

.custom li#twitter-450142981 div.clear { display:none;}

.custom li#twitter-450142981 div ul{
	margin-right:35px;
}/*

custom .widget_twitter {	height:auto !important;
	height:185px;
	min-height:185px;
	margin:0px 0 0 -27px;
	width:100%;
} */

#content-right .widget_twitter ul {
	padding:10px 20px 0 10px;
}

#content-right .widget_twitter li {
	list-style:none;
	margin:5px 0 10px 0;
}

.widget_twitter div {
	background: url(images/sb_tweets_bg.jpg) no-repeat top left;

	margin:-5px 0 25px -27px;
	padding:60px 0 0 45px;
	width:100%;
	min-height:185px;
}
.widget_twitter div ul li div{
	background: none;
}

.widget_twitter h2 {
	color:#009BD5;
	font-size:12px !important;
}

.widget_twitter .entry-meta {
	display:block;
	font-size:80%;
}

#content-right ul li.widget_twitter li a {
	color:#87AE4A;
}

#content-right .widget_twitter h2 span {
	color:#87AE4A;
	float:right;
	font-size:10px;
	font-weight:normal;
	padding:2px 8px 0px 0px;
	text-align:right;
	width:110px;
}

/* Tweet lister in the sidebar
.custom div.tweet_div {
	background:#FFFFFF url(images/sb_tweets_bg.jpg) no-repeat scroll left top;
	position:relative;
	margin:0 0 25px -27px;
	padding:40px 0 0 30px;
	width:100%;
	height:185px;
}
.custom div.tweet_div div.tweet_content {
	margin:20px 30px 0 18px;
}
.custom div.tweet_div div.tweet_content li.widget a{
	font-size:12px;
	font-family:Verdana,Arial,Sans-Serif;
	font-family:Arial;
	color:#669900;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:3em;
}
 */

.custom div #logos {
	background:transparent url(images/logos.jpg) no-repeat scroll left top;
	width:216px;
	height:260px;
}

  /* Footer CSS  */ 

/* .custom #footer_area {background:url(images/shadowbg.jpg) repeat; padding:0.5em 0; border-top:1px solid #bbd; } */

.custom #footer {
	background:transparent url(images/footer_bg.png) no-repeat scroll left top;
	height:270px;
	border:medium none;
	text-align:center;
	margin:0;
	padding:0;
}

.custom #footerSpacer {
	margin:0;
	padding:16px 0px;
	text-align:center;
}

.custom #footerSpacer .footer_text {
	font-family:Verdana,Arial,Sans-Serif;
	font-size:10px;
	color:#666666;
}
.custom #footerSpacer .footer_text a {
	color:#666666;
}

.custom #footer div.col { /* IE6 hack */
	float:left;
	margin:55px 10px 0 30px;
	/* padding-left:17px;
	padding-right:15px; */
	text-align:left;
	width:260px;
	color:#FFFFFF;
}
.custom #footer>div.col {
	float:left;
	margin:55px 20px 0 30px;
	/* padding-left:17px;
	padding-right:15px; */
	text-align:left;
	width:260px;
	color:#FFFFFF;
}

.custom #footer div.col.Footer2 { /* IE6 hack */
	margin:45px 15px 0 0px;
	padding-left:17px;
	/*padding-right:65px;*/
	text-align:left;
	width:240px;
}
.custom #footer>div.col.Footer2 {
	margin:45px 85px 0 0;
	padding-left:17px;
	/*padding-right:65px;*/
	text-align:left;
	width:240px;
}

/* LEFT OFF HERE */
.custom #footer div ul li div {
	padding:0px 20px 0px 20px;
}

.custom #footer div ul li div h2, #footer div ul li h3 { /* .custom #footer div.col ul.sidebar_list li.widget div.textwidget h2 */ /* BOTH OF THESE WORK! */
	font-family:Arial;
	/* font-weight:bold; */
	color:#FFFFFF;
	font-size:21px;
	padding-bottom:20px;
}
.custom #footer div ul li div p {
	font-family:Georgia;
	font-size:12px;
	line-height:130%;
}

.custom #footer div ul li#random-posts  {
	margin:-15px 0px 0 35px;
}
.custom #footer div ul li#random-posts h3 {
	display:none;
}
.custom #footer div ul li#random-posts h2 {
	font-family:Arial;
	/* font-weight:bold; */
	color:#FFFFFF;
	font-size:21px;
	padding-bottom:0px;
}
.custom #footer div ul li#random-posts ul dd {
	font-family:Georgia;
	font-size:12px;
	line-height:130%;
}
.custom #footer div ul li#random-posts ul dd p{
	font-family:Georgia;
	font-size:12px;
	line-height:130%;
	font-family:Arial;
	font-weight:bold;
	text-align:right;
}
.custom #footer div ul li div p.morelink {
	font-family:Arial;
	font-weight:bold;
	text-align:right;
}
.custom li.widget dd {
	margin-bottom:1.385em;
}
.custom #footer div ul li div p.morelink span, #footer div ul li#random-posts ul dd p span{
	font-weight:normal;
}

.custom #dotted_divider1, #dotted_divider2 {
	float:left;
	background:transparent url(images/footer_divider.jpg) scroll no-repeat left top;
	height:176px;
	width:2px;
	margin-top:64px;
}

.custom #footer a {
	border-bottom:none;
	color:#FFFFFF;
}
.custom li.widget p a {
	text-decoration:none;
}
.custom #footer a:hover { color:#66FF66 }

/*.custom #footer div.sidebar_list {
	color:#FFFFFF;
}

 div.col.Footer2, div.col.Footer3 {
	border-left:1px dashed #FFFFFF;
} */

div.cb {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}
/* ########################## This is the css for the original dropdown menus for use with Isacc Rowntree's WP CSS Dropdown Menu v2.3.2 plugin #################### */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.custom div#nav_area div.page {background:url(images/nav_bg.jpg) repeat; width:720px; height:42px;}
/*.custom div.menu {position:relative; float:left; }  left:50%; */

.custom .menu {
	background:transparent url(images/nav_bg.jpg) repeat-x scroll 0 0;
	/* border-color:#FFFFFF -moz-use-text-color #FFFFFF #FFFFFF;
	border-style:solid none solid solid;
	border-width:1px medium 1px 1px; float:right;*/
	display:block;
	
	font-size:13px;
	height:42px;
	margin:0 0 0 -80px;
	padding:0;
	width:auto;
	z-index:100;
	
	/*width:745px; 
	height:42px; 
	position:relative; 
	z-index:100;
	border-right:1px solid #000; */
	font-family:arial, sans-serif;
}

/* .menu {
	
} */
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; width:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	
	background:transparent none repeat scroll 0 0;
	display:block;
	float:left;
	height:42px;
	line-height:42px;
}
.custom .menu ul li {
	background:transparent none repeat scroll 0 0;
	/* border-right:1px solid #FFFFFF; */
	display:block;
	float:left;
	height:42px;
	line-height:42px;
	list-style-type:none;
	margin:0;
	padding:0;
	width:inherit; /* auto */
}

.custom .menu ul li a {
	display:block;
	height:42px;
	line-height:42px;
	margin:0;
	padding:0 10px;
	text-decoration:none;
}.menu ul ul {width:inherit;} /* 149px; */
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	/*width:120px; */
	position:relative;
	
	/* border-right:1px solid #FFFFFF; */
	display:block;
	height:42px;
	line-height:42px;
	list-style-type:none;
	margin:0;
	padding:0;
	width:inherit; /* auto */
}

.custom .menu li ul {
	clear:both;
	/* left:-999em; */
	position:absolute;
	text-transform:none;
	width:inherit; /* auto */
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	
	text-decoration:none; 
	color:#fff; 
	width:inherit; /* auto */
	height:42px; /**/
	/* font-size:12px;
	border:1px solid #000; 
	border-width:0 0 0 0; 
	background:#09c;*/
	background:url(images/nav_bg.jpg) repeat;
	 
	line-height:42px; 
	font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; width:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:42px;left:0; width:149px;} /* 149px border-top:1px solid #000; width:inherit; /* auto */
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;top:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#79D4FC; color:#000; height:42; line-height:1em; padding:5px 10px; width:inherit;}/* border-width:0 1px 1px 1px; width:inherit; /* auto */*/
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;width:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fc6; background:#79D4FC;}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fc6; 
	background:#0597d6;
	height:42px;
	/*background:url(images/nav_bg.jpg) repeat;*/
	
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */
/**/
.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}
