/*Top menu, left, width, padding, zindex, and top can all be changed*/
div#menu  {
	z-index:100;
	text-align:left;
	padding:0;
	margin:0;
	width:750px;
	height:28px;
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	vertical-align:middle;
	padding-top:125px;
	z-index:100;
}

/*main headings*/
UL {
	PADDING: 0px; 
	MARGIN: 0px; 
	LIST-STYLE-TYPE: none;
	z-index:100;
}


/*This floats the menu so they appear side by side and not on top of eachother.*/
UL LI {
	POSITION: relative;
	float:left;
	line-height:150%;
	padding-left:1px;
	padding-right:1px;
}

/*This changes the position and appearance of the submenus*/
LI UL {
	DISPLAY: none; 
	POSITION: absolute;
	background-color:#D4D4CF;
	line-height:120%;
	border-bottom:1px solid #8F1D20;
	border-left:1px solid #8F1D20;
	border-right:1px solid #8F1D20;
}

LI UL LI {
white-space:nowrap;
	padding-left:0px;
	z-index:100;
}

/*This changes the top level menu's links*/
UL LI A {
	PADDING:2px;
	DISPLAY: block;
	COLOR:#000000;
	TEXT-DECORATION: none;
}


/*Don't change anything in the IE5-mac hack. Do not put comment tags in side the hack*/
/* Hides from IE5-mac \*/
*HTML UL LI {
	FLOAT: left; 
	HEIGHT: 1%;
}

*HTML UL LI A {
	HEIGHT: 1%;
}
/* End hide from IE5-mac */


/*This changes the hover for all links in the menu div*/
UL LI A:hover {
	BACKGROUND:transparent;
	color:#8F1D20;
}


/*This changes the submenu links*/
LI UL LI A {
	PADDING:2px 3px;
	color:#000000;
	display: block;
	width: 100%;
}

LI UL LI A:HOVER  {
	color:#8F1D20;
}

/*This makes the submenu list display in the hover. Do not change either of the commands listed below.*/
LI:hover UL {
	DISPLAY: block;
}

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 */

#top_menu{
	width:251px;
	padding:3px 0px 0px 510px;
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
}

#top_menu a{
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-decoration:none;
	padding-left:10px;
}

a#homenav{
	width:70px;
}

li.presentation_coaching {
	padding-left:22px;
	width:185px;
}

li.writing_services {
	width:148px;
}

li.classes {
	width:60px;
}

li.about  {
	width:84px;
}

li.jrword  {
	width:164px;
}

li.samples  {
	width:147px;
}

#contactnav a{
	width:95px;
}
