/* CSS Document */
body, div, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:hover {
	color:#000000;
	text-decoration: underline;
}
a{
	color:#666666;
	text-decoration: none;
}
/* (CM) button in regular state - This is for the catagory button in the include menu */
.button_over {
	vertical-align:middle;
	text-align: center;
	border-left: 1px solid #CCC;
	padding-left: 7px;
	padding-right: 7px;
}
/* (CM) button in selected state "you are here clue" - This is for the catagory button in the include menu */
.button_selected{
	vertical-align:middle;
	text-align: center;
	border-left: 1px solid #CCC;
	padding-left: 7px;
	padding-right: 7px;
}
/* (CM) button when it is hovered over */
.button_up {
	vertical-align:middle;
	text-align: center;
	border-left: 1px solid #CCC;
	padding-left: 7px;
	padding-right: 7px;
	color: #333333;
}
/* (PG) you can implement this on the main page if you have a bar as a bkg  */
.button_bkg{

}
/*(CM) The text in the button (CM)*/
.button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}
/*(CM) The text in the button when it is a selected menu item (you are here clue)  (CM)*/
.button_textSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #999999;
}
/*(CM) The text in the button (CM)*/
.button_text:hover {
	color:#999999;
	text-decoration: none;
}
.button_textSelected:hover {
	color:#999999;
	text-decoration: none;
}
/* (CM) Footer can be used to do a bar footer or text */
.footer {
	font-size: 11px;
	color: #aaaaaa;
}
/* (CM) Footer text */
.footer_text {
	color:#aaaaaa;
	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 {
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	padding-top: 4px;
	padding-left: 30px;
	background-image:url(images/side_header.jpg);
	background-repeat:no-repeat;
	margin-bottom: 4px;
}

/* (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 {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size:12px;
	padding: 8px;
	background-image:url(images/side_bkg.jpg);
	background-repeat: repeat-x;
}
/* (CM) Title 2nd level Children Item in side content bar */
.children_text{
	
}
/* (CM) Content 2nd level Children Item in side content bar */
.children{
	
}
/* (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;
}

