/*
	Author: Keith O'Sullivan 
	Creation Date: 13th Nov 2006
	
	Last modified by: Paul Sturrs
	Modification Date: 14 March 2008

*/



/*First Level Navigation Styles*/


#nav { width:100%; line-height:normal; font-size:0.95em!important; font-size:0.95em; }
#nav p strong { display: none; }  
  
/* Comment out if masthead banner image to be re-applied -- Tiana Sweeney 14/11/07 */  
#nav ul { margin: 0; padding: 0; list-style:none; }

/* Uncomment if female masthead banner image to be re-applied -- Tiana Sweeney 14/11/07 */
/*#nav ul { margin: 0; padding: 8px 10px 0 0; list-style:none; }*/
  
#nav li { float:left; margin:0; padding:8px 0 0 8px; }
#nav a { float:left; display:block; padding:8px 3px 7px 3px; text-decoration:none; color:#fff; /*Replace this hex value*/ }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a { float:none; font-size: 11px; text-decoration: none; }

/* End IE5-Mac hack */
#nav a:hover { text-decoration: none; }
#nav #current a { font-weight:bold; padding-bottom:5px;padding-left:3px;padding-right:13px; }
#nav .joinNow { float:right; font-weight: bold; width:106px; height:26px; padding-top: 9px; }
#nav .joinNow a {padding-left: 20px;}
#nav .logout { float:right; font-weight: bold; width:100px; height:25px; padding: 2px 0 0 25px; }
#nav h2 { display: none; }


#tdfemale #nav a { background:url("../images/right.gif") no-repeat right top; color:#fff; }
#tdfemale #nav a:hover { color:#333; }
#tdfemale #nav .joinNow a {color: #000; background:url(../images/join_now_tab.jpg) top left no-repeat;}
#tdfemale #nav .joinNow a:hover {color: #D98200;}
#tdfemale #nav #current { background:url("../images/left_on.gif") no-repeat left bottom; }
#tdfemale #nav #current a { background:url("../images/right_on.gif") no-repeat right top; color:#333; }
#tdfemale #nav #current a:hover { color: #ffa620; }
#tdfemale #nav .logout { background:url(../images/logout_tab.gif) top left no-repeat; }
#tdfemale #nav .logout a:hover { color:#ffa620; }
#tdfemale #nav a#forHim{ background:url(../images/forhim.gif) no-repeat 0 2px; font-weight:bold; padding:5px 0 0 20px; margin:3px 0 0 6px; }

#tdmale #nav a { color: #fff; }
#tdmale #nav a:hover { color:#333; }
#tdmale #nav #current { background: url(/myediets2/images/left_on_m.gif) no-repeat left bottom; }
#tdmale #nav #current a { background: url(/myediets2/images/right_on_m.gif) no-repeat right top; color:#333; }
#tdmale #nav #current a:hover { color: #c00; }
#tdmale #nav .joinNow a { background: url(/myediets2/images/red_tab.jpg) no-repeat; }
#tdmale #nav .joinNow a:hover { color:#800000; }
#tdmale #nav a#forHer{ background:url(../images/forher.gif) no-repeat 0 2px; font-weight:bold; padding:5px 0 0 20px; margin:3px 0 0 6px; }


/*End First Level Navigation Styles*/






/* Second Level Navigation Styles   */

#subNav { float:left; width:955px; height:26px; font-size:0.95em; margin-top:3px; line-height:normal; }
#subNav ul { margin:0; padding:0px 10px 0 0!important; padding:0px 10px 0 0; /* The !important hack is not recognised by IE allowing two different paddings to be set*/ list-style:none; }
#subNav li { float:left; margin:0; padding:0 0 0 9px; }
#subNav a { float:left; display:block; padding:3px 7px 4px 3px; text-decoration:none; font-size: 0.85em; /*Replace this hex value*/ }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#subNav a { float:none; }
/* End IE5-Mac hack */
#subNav a:hover { text-decoration:underline; }
#subNav #current a { font-weight:bold; padding-bottom:7px; padding-right: 10px; /*This adjusts the right size of the tab*/ text-decoration:none; }
#subNav #current a:hover { text-decoration:none; }




#tdfemale #subNav a { color:#ffa620; }
#tdfemale #subNav a:hover { color:#333; }
#tdfemale #subNav #current { background:url(/myediets2/images/onLeftSub_f.gif) no-repeat top left; }
#tdfemale #subNav #current a { background:url(/myediets2/images/onRightSub_f.gif) no-repeat right top; color:#333; }
#tdfemale #subNav #current a:hover { color: #ffa620; }


#tdmale #subNav a { color:#c00; }
#tdmale #subNav a:hover { color:#333; }
#tdmale #subNav #current { background:url(/myediets2/images/onLeftSub_m.gif) no-repeat top left; }
#tdmale #subNav #current a { background:url(/myediets2/images/onRightSub_m.gif) no-repeat top right; color:#333; }
#tdmale #subNav #current a:hover { color: #c00; }


/*   End Navigation Styles   */


/*#mastheadContainer .LogoContainer { height: 61px; }*/



/*   Breadcrumb Navigation Styles   */
#breadcrumb { margin-bottom: 10px; width: 564px; }

#breadcrumb a { color: #4DA0CE; }
