﻿.topNavigtation
{
    background: #e5e5e5 url("./images/nav-BG.gif") repeat-x;    
}

#header
{
    font-family:Verdana;
    font-size:13px;
}

#header ul {
		list-style: none;		
		margin: 0;
		padding:15px 0 0px 5px;
		color:#fff;
	}
	
	#header li {
		display:inline;		
		margin: -3px;
	}
	
	#header a {		
		background: url(images/nav-BG.gif) repeat-x top left;
		color: #ffc;
		text-decoration: none;
		padding: 15px 4px 10px;			
		margin:-2px;	
	}
	
	#header a:hover {
		color: #000;
		background: url(images/tabBgOv.gif) repeat-x top left;
	}
	
	#header #selected {
		font-weight: bold;
		color: #000;
		background: url(images/tabBgOv.gif) repeat-x top left;
	}
	
	#header #selected a {
		background: url(images/tabBgOv.gif) repeat-x top left;
		color: #000;
		color: white;
	}