/* From in-page styles, exported by JDC 1/16/08 */

/* hidden by JDC 20080918
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;	
}
*/

/* hidden by JDC 9/18/2008
* html body{
	font-size:xx-small;	
	f\ont-size:x-small;	
}
*/

/* JDC qualified all these menu items with #nav on 12/9/2008 */
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width:150px;
	font: normal 10px Verdana, Helvetica, sans-serif;
}

ul#nav li {
	position: relative;
	width:148px;
	border: 1px solid #999999;
}

div#container  {

float: left;
}

/* keep folowing styles together..........................*/
* html ul ul {
	margin-left:-16px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
* html ul#nav li {float:left;/* hide float from ie5*/}
* html ul#nav ul {
/*	width:150px;*/
	width:148px;
	voice-family: "\"}\""; 
	voice-family: inherit;	
}
* html ul#nav ul {margin-left:0;/* hide margin from ie5*/}

/* keep above styles together .............*/

ul#nav li ul {
	position: absolute;
	top: 0;
	left:-999em;
}
/* Styles for Menu Items */
ul#nav li a {
	display:block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	/*
	line-height:2em;
	height:2em;	
	padding:0 5px;
	*/
	padding: .3em 5px;
}

/* this sets all hovered lists to red */
ul#nav li:hover a, 
ul#nav li.over a,
ul#nav li:hover li a:hover, 
ul#nav li.over li a:hover {
   color: #fff;
   background-color: blue;
}

/* set dropdown to default */
ul#nav li:hover li a, 
ul#nav li.over li a {
    color: #777;
   background-color: #CBD3FE;
}
/* Sub Menu Styles */
/*ul#nav li ul li a {  } */
ul#nav li:hover ul, 
ul#nav li.over ul { 	
left:149px;
/*left: 110px;*/
} /* The magic */

.style1 {
	color: #0000FF;
	font-weight: bold;
}
.style2 {color: #CC6600}
