/*Top menu, left, width, padding, zindex, and top can all be changed*/


/*main headings*/
#menu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	white-space:nowrap;
}


/*This floats the menu so they appear side by side and not on top of each other.*/
#menu ul li  {
	padding:0 0 0 10px;
	margin:0;
	float:left;
	line-height:100%;
	background-image:url(../images/bullet_blue.jpg);
	background-position:right;
	background-repeat:no-repeat;	
}

/*This changes the top level menu's links*/
#menu ul li a {
	padding:3px;
	margin:0;
	display:block;
	color:#021756;
	text-decoration:none;
}


/*This changes the hover for all links in the menu div*/
#menu ul li a:hover {
	background:none;
	color:#FFA100;
}

/*This changes the position and appearance of the submenus*/
#menu li ul {
	padding:3px 0;
	margin:0;
	position:absolute;
	background-color:#003399;
	line-height:140%;
	display:none;
}

#menu li ul li {
	clear:both;
	background-image:none;
	padding:0;
	margin:0;
}

/*This changes the submenu links*/
#menu li ul li a {
	padding:3px;
	margin:0;
	color:#e0ddba;
}


/*This makes the submenu list display in the hover. Do not change either of the commands listed below.*/
#menu li:hover ul {
	display:block;
}

#menu li.over ul {
	display:block;
}

/*Please note that each of the main menus can have a class added to them and then each given a different width. The 
same can be done for the submenus. Each sub UL can be given a class and then each given a different width */



ul li img {
	margin:0 5px;
}

li#homeli {
	width:71px;
}

li#aboutli {
	width:94px;
}

li#trapsli {
	width:190px;
}


#menu ul li#contactli {
	width:105px;
	background-image:none;
}

ul#sub_about {
	width:300px;
}

ul#sub_phil {
	width:220px;
}

/*Page Highlighted menu styles*/

body#home a#homenav,
body#about a#aboutnav,
body#difference a#diffnav,
body#difference a#aboutnav,
body#firm a#firmnav,
body#firm a#aboutnav,
body#know a#knownav,
body#know a#aboutnav,
body#challenge a#philnav,
body#challenge a#chalnav,
body#prudent a#philnav,
body#prudent a#procnav,
body#contact a#contactnav {
	color:#FFA100;
}