/* 

	default css definition for
	xp styled horizontal menu

*/

a:hover
{
	color: white;	
}

a:link
{
	color: Blue;
}

a:visited
{
	color: Black;
	text-decoration: none;
}

/* MAIN Menu:  Controls the background color, borders, etc. */
table.xpm {
	background-color:  #608341   ;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

/* MAIN Menu:  Controls the text color, size, and family as well as cell level borders, etc. */
table.xpn {
	border-style: solid;
	border-width: 0;
	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: black;
	cursor: hand;
}

/* 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;
}

/* MAIN Menu: Controls the mouse over area decoration. */
table.xpba {
	background-color: transparent;
	border-style: solid;
	border-width: 0;
	border-color: #000000;
}

/* MAIN Menu: Controls the mouse over area text. */
table.xpba a {
	text-decoration: none;
	font-family:  Arial;
	font-size: 10pt;
	color: #ffffff;
}

/* SubMenu: Controls the borders of the submenus. */
table.xpp {
	border-style: solid;
	border-width: 1;
	border-color: #000000;
	border-top-color: #000000;
	background-color: beige;
}

/* SubMenu: Controls the text of the submenus. */
table.xpp a {
	text-decoration: none;
	color: black;
	font-family:  Arial;
	font-size: 10pt;
}

/* 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: #DBD8D1; */
	border-color: Black;
	background-color: #608341;
	border-top-width: 0;
	border-right-width: 1;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid;
}

/* SubMenu: Controls the menu item borders, etc. */
tr.xppn td.b {
	border-color: black;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid;
}

/* SubMenu: Controls the right section of menu item borders, etc. */
tr.xppn td.c {
	border-color: transparent; /*#F9F8F7;*/
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid;
}

tr.xppa {
	background-color: lime;
}

/*
	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: #0A246A;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid;
	background-color: #CFD784; /*#B6BDD2;*/
}

tr.xppa td.b {
	border-color: #0A246A;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid;
	background-color: #CFD784; /*#B6BDD2;*/
}

tr.xppa td.c {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid;
	border-color: #0A246A;
	background-color: #CFD784; /*#B6BDD2;*/
}
