
#Menu {
/* affect the entire menu box */
	display: block;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #996600;
	float: center;
	height: 25px;
	width: 770px;
}

#Menu ul{

	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

/* affect the entire menu box */
	
}

#Menu ul li {
	padding:0px;
	margin: 0px;

	float:left;
	display: inline;
	font: bold 10pt "Times";
	
}


#Menu ul li div{
	/* this width can vary from the UL.Menu but should be smaller */

	padding: 2px 8px 4px 8px !important;
	padding: 2px 8px 3px 8px;
	padding/**/:/**/ 2px 8px 3px 8px;

	margin: 2px 8px 4px 8px !important;
	margin: 2px 8px 3px 8px;
	margin/**/:/**/ 2px 8px 3px 8px;



}

#Menu ul li div.end{
	/* this width can vary from the UL.Menu but should be smaller */

	padding: 2px 8px 4px 12px !important;
	padding: 2px 8px 3px 12px;
	padding/**/:/**/ 2px 8px 3px 12px;

	margin: 2px 8px 4px 11px !important;
	margin: 2px 8px 3px 11px;
	margin/**/:/**/ 2px 8px 3px 11px;

	border-right: 0px;


}

.end {
	border:0px;
}

#Menu ul li a {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: black;
	margin: 0px;
	padding: 0px;
}

#Menu ul LI a:visited {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: black;
}


#Menu ul LI a:hover {
	/*set the height/width on this if you have specified a background*/
	color: #cccccc;
}


#Menu ul LI a.MenuSelected {
	/*this appears when the link is selected, set the width/height if you set a background*/
	color: #333366;

}


#TopMenu {
/* affect the entire menu box */
	width: 800px;
	height: 18px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: white;
	text-align: center;
}

#TopMenu ul{
	list-style-type:none;

	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

/* affect the entire menu box */
	
}

#TopMenu ul li {
	padding:0px;
	margin: 0px;

	float:left;
	display: inline;
	font: bold 8pt "Times";
	Text-transform: uppercase;
	border-right: solid 1px #f2f2f2;

	
}


#TopMenu ul li div{
	/* this width can vary from the UL.Menu but should be smaller */

	padding: 2px 9px 4px 5px !important;
	padding: 2px 9px 3px 5px;
	padding/**/:/**/ 2px 9px 3px 5px;

	margin: 2px 9px 4px 5px !important;
	margin: 2px 9px 3px 5px;
	margin/**/:/**/ 2px 9px 3px 5px;



}

#TopMenu ul li div.end{
	/* this width can vary from the UL.Menu but should be smaller */

	padding: 2px 5px 4px 10px !important;
	padding: 2px 5px 3px 10px;
	padding/**/:/**/ 2px 5px 3px 10px;

	margin: 2px 5px 4px 10px !important;
	margin: 2px 5px 3px 10px;
	margin/**/:/**/ 2px 0px 3px 10px;

	border-right: 0px;


}

.end {
	border:0px;
}

#TopMenu ul li a {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: #333366;
	margin: 0px;
	padding: 0px;
}

#TopMenu ul LI a:visited {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: #333366;
}


#TopMenu ul LI a:hover {
	/*set the height/width on this if you have specified a background*/
	color: #663333;
}


#TopMenu ul LI a.TopMenuSelected {
	/*this appears when the link is selected, set the width/height if you set a background*/
	color: #663333;

}

#subMenu {
	display:block;
	padding: 0px;
	margin: 0px;
/* affects the entire menu box */
	height: 0px;
	width: 725px;
}

#subMenu ul{
	padding:0px;
	margin: 0px;
	list-style-type: none;
/* affects the entire menu box
	height: 250px;
	width: 619px;*/


}

#subMenu ul LI {
	padding:0px;
	margin: 0px;

	/* affect the individual Menu Items*/
	/* width needs to be the same as ul.subMenu if vertical listing */
	/*width: 200px;

	this is where your lister icon, ex. arrow.gif */
	

	/* required for horizontal menus, DO NOT ADD spacing here  */
	float:left;
	display: inline;
	font: bold 8pt "Tahoma";

}


#subMenu ul LI DIV{

	/* spacing for horizontal menu MUST go here, do not specify a width, do that above. */
	padding: 0px 7px 0px 0px;
	margin: 0px 7px 0px 0px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

#subMenu ul LI a {


	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	text-transform: uppercase;
	color: #666666;
	padding: 0px;
	margin:0px;
	padding-right:5px;
	margin-right:5px;
}


#subMenu ul LI a:visited {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: #666666;
}

#subMenu ul LI a:hover {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: white;
}

#subMenu ul LI a.subMenuSelected {

	/*this appears when the link is selected, set the width/height if you set a background*/
	color: #663333;

}

#footerMenu {
/* affects the entire menu box
	height: 250px;
	 */
	width: 770px;
	text-align: right;
	padding-right: 20px;

}

#footerMenu ul{
	padding:0px;
	margin: 0px;
/* affects the entire menu box
	height: 250px;
	width: 200px;
	 */

}

#footerMenu ul LI {
	padding:0px;
	margin: 0px;

	/* affect the individual Menu Items*/
	/* width needs to be the same as ul.subMenu if vertical listing */
	/*width: 200px;

	this is where your lister icon, ex. arrow.gif 
	list-style-image: url(images/arrow.gif);
	*/

	/* required for horizontal menus, DO NOT ADD spacing here  */
	display: inline;
	list-style: none;
	font: normal 8pt "Tahoma";
	color: #333333;

}


#footerMenu ul LI DIV{

	/* required for horizontal menus */
	display: inline;

	/* spacing for horizontal menu MUST go here, do not specify a width, do that above. */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#footerMenu ul LI a {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: #333333;
}


#footerMenu ul LI a:visited {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: #333333;
}

#footerMenu ul LI a:hover {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: black;
}

#footerMenu ul LI a.footerMenuSelected {

	/*this appears when the link is selected, set the width/height if you set a background*/
	color: #333333;

}

#blank {
	color: #cc9966;
}