body {
	background-image: url(images/bg-pattern.jpg);	
}

#menu a { display: block; }

/* Set margin and padding to 0px and remove bullets from all list items */
#menu ul { 
  padding:    0px;
  margin:     0px;
  list-style: none;
}

/* Move sub menu items off the screen and out of view until called */
#topMenu li ul {
	position: absolute;
	left:     -999em;
	
}

/* Display sub menus when the mouse hovers over the top menu item (Used by JavaScript) */
#topMenu li:hover ul, #topMenu li.showMenu ul { left: auto; }

#menu {
	font-family: Arial, Helvetica, sans-serif;  /* Font used for all menu items */
	font-size: 13px;  /* Font size of all menu items */
	height: 50px;  /* Line height of top menu items (vertically adjust text) */
	margin: 0;  /* Centers menu on page */
	width: 756px;  /* Width of top menu (must be set to center menu on page) */
	background-image: url(images/button_bg.png);
	font-style: normal;
	font-weight: bolder;
}

#menu li { float: left; }  /* Display top menu items horizontally from left to right */

#topMenu a {
	border-right-width: 0px;  /* Remove right border from all menu items (to stop double borders between top menu items) */
	text-decoration: none;  /* Remove underline from all menu item links */
	width: 126px;  /* Top menu item width (adjusted from 150px to account for border width) */
	position: relative;
}


.topMenuLink a {
	color: #000000;  /* Set color of top menu text */
	text-align: center;  /* Center top menu text in menu button */
	height: 50px;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}
.paragraph a:link, .paragraph a:visited{
	color: #FF0000;
	text-decoration: none;
}
.topMenuLink a:hover {
	font-family: Arial, Helvetica, sans-serif;  /* Font used for all menu items */
	font-size: 13px;  /* Line height of top menu items (vertically adjust text) */
	margin: 0;  /* Centers menu on page */
	width: 125px;
	font-style: normal;
	color: #FF0000;
	font-weight: bolder;
}

.topMenuLink a#lastMenu { 
  border-right-width: 1px;  /* Add right border to last top menu item */
  width: 126px;  /* Adjust last top menu item width to fit within top menu */
}

.subMenu {
	width: 124px;
	position: relative;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	background-image: url(images/dropdownbg.png);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}

.subMenu a {
	font-weight: bolder;
	margin-top: -1 px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}

.subMenu a:hover {
	color: #FF0000;
}

.subMenu#last { width: 124px; }  /* Adjust width of last sub menu to align right border correctly */
.bottomlink {
	color: #000000;
}

.subMenu#last a { width: 125px; }  /* Adjust width of links in last sub menu to display right border on rollover */
.path {
	font-family: Arial, Helvetica, sans-serif;
	color: #FEFEFE;
	position: relative;
	left: 39px;
}
#menu1 {
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #3D261D;
	border-size: 1px;
	border-width: 1px;
	}
#menu1 ul { 
  padding:    0px;
  margin:     0px;
  list-style: none;
}
	
#menu1 li a {
	height: 35px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #0047b6;
	display: block;
	background:  url(images/bg_inner_button.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: small;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	border: thin solid #000000;
	white-space: nowrap;
	}

	
#menu1 li a:hover {
	color: #FF0000;
	background:  url(images/bg_inner_button.jpg) 0 -35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: small;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	border: thin solid #000000;
	}	
