/* CSS Document */
body, table, tr, td, div, p {font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif;}
a:hover {
	color:#000000;
	text-decoration: underline;
}
a{
	color:#666666;
	text-decoration: none;
}
h1{
	font-size:16px;
	color:#3050C4;
	padding:0px 0px 3px 22px;
	margin-right:25px;
	border-bottom:3px solid #003399;
	background:url(templates/Original/images/m19.gif) no-repeat left -7;
}

/* SEO Menu System */
/* Root = Horizontal, Secondary = Vertical */
#nav {
  margin: 0;   border: 0 none;   padding: 10px 0 0 0 ;   width: 500px; /*For KHTML*/
  list-style: none;   height: 22px; }

#nav li {
  margin: 0;   border: 0 none;   padding: 0;   float: left; /*For Gecko*/
  display: inline;   list-style: none;   position: relative;   height: 22px; 
}

#nav ul {
  margin: 0;   border: 0 none;   padding: 0;   width: 160px;   list-style: none;   display: none;   position: absolute;   top: 22px;   left: 0; }

#nav ul li {
  float: none; /*For Gecko*/
  display: block !important;   display: inline; /*For IE*/
}

/* Root Menu */
#nav a {
  padding: 0 16px;   float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block; color: #172692;   font: bold 11px/22px Arial, Verdana, Helvetica, sans-serif;   text-decoration: none;   height: auto !important;   height: 1%; /*For IE*/
  background-image:url(images/button_up.jpg);background-repeat:no-repeat; background-position:0% -10px;
}

/* Root Menu Hover Persistence */
#nav a:hover,#nav li:hover a,#nav li.iehover a {
  color: #666; 
  }

/* 2nd Menu */
#nav li:hover li a,#nav li.iehover li a {
  float: none;   background: #E8E8E8;   color: #666; }

/* 2nd Menu Hover Persistence */
#nav li:hover li a:hover,#nav li:hover li:hover a,#nav li.iehover li a:hover,#nav li.iehover li.iehover a {
  background: #CCC;   color: #FFF; }

/* 3rd Menu */
#nav li:hover li:hover li a,#nav li.iehover li.iehover li a {
  background: #EEE;   color: #666; border-left:2px solid #FFF; }

/* 3rd Menu Hover Persistence */
#nav li:hover li:hover li a:hover,#nav li:hover li:hover li:hover a,#nav li.iehover li.iehover li a:hover,#nav li.iehover li.iehover li.iehover a {
  background: #CCC;   color: #FFF; }

/* 4th Menu */
#nav li:hover li:hover li:hover li a,#nav li.iehover li.iehover li.iehover li a {
  background: #EEE;   color: #666; }

/* 4th Menu Hover */
#nav li:hover li:hover li:hover li a:hover,#nav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;   color: #FFF; }

#nav ul ul,#nav ul ul ul {
  display: none;   position: absolute;   top: 0;   left: 160px; }

/* Do Not Move - Must Come Before display:block for Gecko */
#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li.iehover ul ul,#nav li.iehover ul ul ul {
  display: none; }

#nav li:hover ul,#nav ul li:hover ul,#nav ul ul li:hover ul,#nav li.iehover ul,#nav ul li.iehover ul,#nav ul ul li.iehover ul {
  display: block; }

/* End SEO menu system */

/* (CM) button in regular state - This is for the catagory button in the include menu */
.button_over {
	vertical-align:middle;
	text-align: center;
	background-image:url(images/button_up.jpg);	background-repeat:no-repeat;
	padding:0px 25px 0px 25px;
}
.button_selected{
	vertical-align:middle;
	text-align: center;
	background-image:url(images/button_up.jpg);
	background-repeat:no-repeat;
	padding:0px 25px 0px 25px;
}
/* (CM) button in when it is hovered over */
.button_up {
	vertical-align:middle;
	text-align: center;
	background-image:url(images/button_up.jpg);
	background-repeat:no-repeat;
	padding:0px 25px 0px 25px;
}
/*(CM) The text in the button (CM)*/
.button_text {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #172692;
}
/*(CM) The text in the button (CM)*/
.button_text:hover {
	color:#666666;
	text-decoration: none;
}
.button_textSelected{
	font-size: 11px;
	text-decoration: none;
	color:#172692;
}
.button_textSelected:hover {
	color:#666666;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}
/* (CM) Footer can be used to do a bar footer or text */
.footer {
	font-size: 11px;
	color: #333333;
}
/* (CM) Footer text */
.footer_text {
	color:#333333;
	font-size: 11px;
	text-decoration: none;
}
/* (CM) Footer text */
.footer_text:hover {
	color:#999999;
	text-decoration: none;
}
/* (CM) Title Cell For None Menu Items WITH NO sub items */
.nav_title {
	color: #000065;
	padding-left: 7px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}
/* (CM) Title Cell For None Menu Items WITH sub items */
.nav_title_no_content {
	color: #FFFFFF;
	padding-left: 20px;
	padding-bottom:12px;
}
/* (CM) Title text Cell For None Menu Items WITH NO sub items : in Case you need a hover */
.nav_title_text {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
/* (CM) Title text Cell For None Menu Items WITH NO sub items */
.nav_title_text_no_content {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
/* (CM) Side content For Non Menu Level 2 Items */
.side_content {
}
/* (CM) Title 2nd level Children Item in side content bar */
.children_text{ 
	font-weight:bold;
	padding-top:17px;
	background-image:url(images/side_div.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
/* (CM) Content 2nd level Children Item in side content bar */
.children{
	padding:3px 0px 10px 5px;

}
/* (CM) Title For Children Level 3 Related Items */
.nav_title2 {
	font-size: 12px;
}
/* (CM) Curent Selected Page in Reltated Links related link  */
.navpage{
	font-weight:bold;
}

