/* LAYOUT SETTINGS */
/* Main Menu */
#SFNav {
	font-size:14px; /* <-- What is the default font size for the menu text? */
font-family:Myriad Pro, san-serif;
}

#SFNav li {}

#SFNav a {
	height:12px; /* <-- How tall should the main menu items be (without padding)? */
	padding:9px 10px; /* <-- How much padding should be on the root menu items? */
}

/* Sub Menu */
#SFNav li ul,
#SFNav li ul li {
width:200px;
padding:0px;
}

#SFNav li ul li a {
	height:12px; /* <-- How tall should the sub-menu items be (without padding)? */
	padding:10px 5px; /* <-- How much padding should be on the sub-menu items? */
}

/*
	COSMETIC SETTINGS
	The following settings should only affect appearance and not layout
	EXCEPTION: The addition of border sizes may modify heights.  If borders are added, margins on some items may also need to be altered.
*/

/* Main Menu */
#SFNav {
	background-color:transparent; /* <-- What is the background color for the main menu bar (Root UL)? */
}

#SFNav a:link,
#SFNav a:active,
#SFNav a:visited,
#SFNav a:hover {
	white-space:nowrap;
	color:white; /* <-- What is the text color for all root menu items? */
}

#SFNav a:hover {
	background-color:white; /* <-- What is the background color for all root menu items ON HOVER? */
	color:black; /* <-- What is the text color for all root menu items ON HOVER? */
}

/* Sub Menu */
#SFNav li ul {
border-right:1px solid #74034c;
border-left:1px solid #74034c;
border-top:1px solid #74034c;
}

#SFNav li ul li {
	background-color:#fd69c8; /* <-- What is the background color for all sub-menu items? */
border-bottom:1px solid #74034c;
}

#SFNav ul a:link,
#SFNav ul a:active,
#SFNav ul a:visited,
#SFNav ul a:hover {
	white-space:normal;
	color:white; /* <-- What is the text color for all sub-menu items? */
}

#SFNav ul a:hover {
	background-color:white; /* <-- What is the background color for all root menu items ON HOVER? */
	color:black; /* <-- What is the text color for all root menu items ON HOVER? */
}

#SFNav.NMDropdown.vertical ul,
#SFNav.NMDropdown.vertical li {
	width:205px; /* <-- How wide did you set the flyout menu to be? */
}

#SFNav.NMDropdown.vertical li ul {
	margin-top: -30px; /* <-- WHat do you get when you add the height, top padding, and top border sizes for a root menu item? */
	margin-bottom: 0px;
	margin-left: 205px; /* <-- How wide did you set the flyout menu to be? */
	margin-right: 0px;
}
#header_navbar {height:330px;width:160px;padding-bottom:20px;}
