/* 

	default css definition for
	xp styled horizontal menu

*/

a:hover
{
	color: #CDBE70;
	background-color: transparent;	
	
}

a:link
{
	color: Blue;
}



/* MAIN Menu:  Controls the background color, borders, etc. */
table.xpm {
	background-color: #521207;
	border-bottom: 1px solid beige;
	
}

/* MAIN Menu:  Controls the text color, size, and family as well as cell level borders, etc. */
table.xpn {
	border-style: solid;
	border-width: 0;--gives a tab appearance
	border-color: #D4D0C8;
	
}

/* MAIN Menu:  Controls the color of the text and cursor graphic. */
table.xpn a {
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
	color: #ddcc99;
	cursor: hand;
	font-weight: bold;
}

/* MAIN Menu: If no submenus then adjust borders and such here. */
table.xpa {
	background-color: transparent;
	border-style: solid;
	border-width: 0;
	border-color: #0A246A;
	
}

/* MAIN Menu: If no submenus then adjust text attributes here. */
table.xpa a {
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	cursor: hand;
	font-weight: bold;
	font-color: white;
}

/* MAIN Menu: Controls the mouse over area decoration. */
table.xpba {
	background-color: transparent;
	border-style: solid;
	border-width: 0;
	border-color: #521207;
	color: white;
	font-color: white;
	
}

/* MAIN Menu: Controls the mouse over area text. */
table.xpba a {
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
	font-color: white;
	font-weight: bold;
	color:beige
}


/* SubMenu: Controls the borders of the submenus. */
table.xpp 

{
	border-style: solid;
	border-width: 1;
	border-color: #521207;
	border-top-color: #521207;
	background-color: beige;
}

/* SubMenu: Controls the text of the submenus. */
table.xpp a {
	text-decoration: none;
	color: black;
	font-family:  Arial;
	font-size: 8pt;
}

/* SubMenu: Sets the margins for the submenus. */
table.xpp table {
	margin: 0px;
}

tr.xppn {}

/* SubMenu: Controls the graphic region borders, etc. */
tr.xppn td.a {
	border-color: #521207;
	border-top-width: 1;
	border-right-width: 0;
	border-bottom-width: 1;
	border-left-width: 1;
	border-style: solid;
	
}

/* SubMenu: Controls the menu item borders, etc. */
tr.xppn td.b {
	border-color: #521207;
	border-top-width: 1;
	border-right-width: 0;
	border-bottom-width: 1;
	border-left-width: 0;
	border-style: solid;
}

/* SubMenu: Controls the right section of menu item borders, etc. */
tr.xppn td.c {
	border-color: #521207;
	border-top-width: 1;
	border-right-width: 0;
	border-bottom-width: 1;
	border-left-width: 0;
	border-style: solid;
}

tr.xppa {
	background-color: transparent;
}

/*
	SubMenu MouseOver:  The next 3 sections control the look and feel of submenu MouseOver.
						This is a 3 part table left (td.a), center (td.b) and right (td.c).
*/
tr.xppa td.a {
	border-color: #521207;
	border-top-width: 1;
	border-right-width: 0;
	border-bottom-width: 1;
	border-left-width: 1;
	border-style: solid;
	background-color: #transparent; /*#B6BDD2;*/
}

tr.xppa td.b {
	border-color: #521207;
	border-top-width: 1;
	border-right-width: 0;
	border-bottom-width: 1;
	border-left-width: 0;
	border-style: solid;
	background-color: #transparent; /*#B6BDD2;*/
}

tr.xppa td.c {
	border-top-width: 1;
	border-right-width: 0;
	border-bottom-width: 1;
	border-left-width: 0;
	border-style: solid;
	border-color: #521207;
	background-color: transparent; /*#B6BDD2;*/
}
