 ol#mainNav {
font-family:Tahoma;
    height: 1em;
    list-style: none;
    margin: 0;
    padding: 0;
padding-left:50px;

}

ol#mainNav li {
   float: left;
   margin: 0 8px 0 0;
}

ol#mainNav a {
	color: #204C85;
	font-size: 15px;
    font-weight: bold;
	display: block;
	float: left;
	height: 2em;
	padding-left: 20px;
	text-decoration: none;
	background-image: url(../imagesnew/tab.gif);
}

ol#mainNav a:hover {
	color: #eee;
   background-position: 0 -30px;
}

ol#mainNav a:hover span {
   background-position: 100% -30px;
}

ol#mainNav li.current a {
   background-position: 0 -30px;
   color: #eee;
}

ol#mainNav li.current span {
   background-position: 100% -30px;
}

ol#mainNav span {
	background: url(../imagesnew/tab.gif) 100% 0;
   display: block;
   line-height: 2em;
   padding-right: 20px;
}
/***************** 2nd level tabs **********************/
#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(../imagesnew/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #fff;
		font-size: 10px;
		line-height: 14px;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #F7F7F7;
		background: #F7F7F7;
		color: #000;
		font-size:12px;
	}

#tabnav a:hover
	{
		background: #F7F7F7;
		font-size:12px;
	}
	

/***************************************/	
