/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#666666;
}

table.thinborder { 
	border: 1px solid #999999;
	margin-left:10px;
	margin-right:10px;
}

td.thickrightborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

form {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}

input {	border: 1px solid #000000; }

input.button{
	color:#000000;
	background:#cccccc;
	border:1px outset;
	font-size:12px;
	font-weight:bold;
}

input.radiobutton {
	border: 0px /*solid #000000*/;
}

a:link { text-decoration: none; color:#0066aa; }

a:visited {	text-decoration: none; color:#006699; }

a:active { text-decoration: none; color:#0066ff; }

a:hover {
	text-decoration:underline;
	color:#0193ce;
}

a.white:link {
	text-decoration: none;
	color:#ffffff;
}
a.white:visited {
	text-decoration: none;
	color:#ffffff;
}
a.white:active {
	text-decoration: none;
	color:#ffffff;
}
a.white:hover {
	text-decoration: underline;
	color:#ffffff;
}

#menu_1 {
	float:right;
}

#menu_1 ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#menu_1 li {
	padding-left: 20px;
	float:left;
	position:relative;
}



#menu_1 a:link {
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	color:#666666;
}
#menu_1 a:visited {
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	color:#666666;
}
#menu_1 a:active {
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	color:#666666;
}
#menu_1 a:hover {
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	color:#0193ce;
}

h1 { font-size:18px; }

h2 { font-size:16px; }

h3 { font-size:14px; }

.sidebar{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
}

.sidebar_highlight{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:14px;
}

.news_header{background-color:#ffffff/*#bababa; padding:1.5px;/*}
.news_summary{background-color:#ffffff/*#dfdfdf; padding:1.5px; */}
.news_date{font-size:9px; font-style:italic;}

.pagefooter {
	font-size:11px;
}
.donotuse {
	text-decoration: line-through;
}


th {
	background-color:#CCCCCC;
	border-bottom: 1px solid #999999;
}



/* NAV BLOCK */
#nav, #nav ul {
	list-style:none;
	width:165px;
}
	
#nav li {
	/*border:1px solid #000;*/
	position:relative;
	margin-right:1px;
}


/* make the link cover the entire cell it is in */
* html #nav a {
	width:100%;
}

#nav li ul {
margin-left:-15px;
}




/**************** menu coding *****************/
#menu_2 {
	width: 12em;
	margin: 0px;
}

#menu_2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}

#menu_2 a {
	width: 12em;
	display: block;
	margin-left: 30px;
	padding: 3px 3px;
	color:#000;
}

#menu_2 a:hover {
	width: 12em;
	border: 0px solid #000;
	text-decoration: none;
	color:#0193ce;
}

#menu_2 ul ul ul a {
	width: 12em;
	margin-top: -1px;
	border: 1px solid #000;
	background: #efefef;
}

#menu_2 ul ul ul a:hover {
	width: 12em;
	margin-top: -1px;
	border: 1px solid #000;
	color: #0193ce;
	background: #fff;
}

/* Fix IE. Hide from IE Mac \*/
/** #menu_2 ul ul ul a, #menu_2 ul ul ul a:hover {
	border-top: 2px solid #000;
}*/
/* End */



#menu_2 li {
	position: relative;
}

#menu_2 ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 105%;
	z-index: 125;
}

div#menu_2 ul ul ul,
div#menu_2 ul ul li:hover ul ul
{
display: none;
z-index: 150;
}

div#menu_2 ul ul li:hover ul 
{	
display: block;
z-index: 150;
}

div#menu_2 ul ul ul,
div#menu_2 ul ul li:hover ul ul
{
display: none;
z-index: 200;
}

div#menu_2 ul ul li:hover ul,
div#menu_2 ul ul ul li:hover ul
{
display: block;
z-index: 200;
}



