
	
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
	text-align: left;
	float : left;
	width : 200px;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 20px;
	width: 200px;  
	border-bottom:1px solid #AAA;	
	border-right:1px solid #FFF;	
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 200px;  
	margin-top : -20px;
}
	
#nav li ul li {
	background:#005500;
	border-bottom:1px solid #AAA;
	border-right:1px solid #888;
}
	
#nav li a {
	width: 190px;  /* 230 ie, 220 ff*/

	!width: 200px;  /* 230 ie, 220 ff*/

	height: 20px;
	display : block;
	color : #FFF;
	text-decoration : none;
	padding-left: 10px;   
	font-size:11px;
	font-weight:bold;
	font-family:Verdana;
	background:#888;
}
	
#nav li ul a {
	background:#888;
}

#nav li a:hover {
background-color: #0000FF;
text-decoration : underline;
}

#nav li:hover ul, #nav li.sfhover ul, #nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li.sfhover ul, #nav li li:hover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}	



p a {
	color : #000066;
}
p a:hover {
	color : #CC0000;
}

p {
	color : #000000;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
}
td {
	color : #000000;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
}
li {
	color : #000000;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
}

td a {
	color : #000066;
	
}
td a:hover {
	color : #CC0000;
	
}

td.txt_frm  {
	color : #000000;
	font-size : 11px;
	font-weight: bold;
	font-family : Tahoma,Verdana,Arial;
}

td.nav_bar a {
	color : #FFFFFF;
	
}
td.nav_bar a:hover {
	color : #BBB;
	
}

td.left_nav a {
	color : #000000;
	font-size : 11px;	
}
td.left_nav a:hover {
	color : #008080;
	font-size : 11px;	
}

td.left_nav li {
	margin-left:0px; 
	padding-left:0px; 
}
td.left_nav ul {
	margin-left:16px; 
	padding-left:0px; 
}


h2 {
	color : #336633;
	margin-top : 5px;
	padding-bottom : 3px;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 20px;
	font-family : Tahoma,Verdana,Arial;
}
h3 {
	color : #284B93;
	margin-top : 15px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 16px;
	font-family : Tahoma,Verdana,Arial;
}
h4 {
	color : #336633;
	margin-top : 25px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 14px;
	font-family : Tahoma,Verdana,Arial;
}

#footer_bar {
	background:#284B93;
}

#footer_bar a {
	color:#FFFFFF;
}

#drill_down { 
background-color:#4D77CE;
padding:4px 0px 4px 7px;
color:#FFF;
}

#coming_soon td{
	font-size:11px;
}

#categoryList ul {
	height:20px;
	list-style:none;
}

#categoryList ul li {
	float:left;
	width:160px;
	text-align:center;
	line-height:20px;
	border:1px solid #333;
	margin:3px;
	list-style:none;
}

#categoryList ul li a {
	padding:5px;
	text-align:center;
	display:block;
	height:20px;
	color:#FFF;
	text-decoration:none;
	background:#008080;
	font-weight:bold;
}

#categoryList ul li a:hover {
	background:#DDD;
	color:#333;
}


a.home_button  {
	float:left;
	width:150px;
	height:20px;
	margin:3px;
	padding:5px;
	text-align:center;
	line-height:20px;
	border:1px solid #333;
	color:#FFF;
	text-decoration:none;
	background:#008080;
	font-weight:bold;
}

a.home_button:hover {
	background:#DDD;
	color:#333;
}

