﻿.nav_primary 
{
		width:515px;
		height:32px;
		margin:0 auto;
		* overflow:visible;
		
		text-align:left;
}
	
.nav_primary ul {}
.nav_primary li { list-style:none; float:left;}
.nav_primary a { display:block; }
		
.nav_primary a 
{
	padding:7px 22px 6px 22px;
	color: #fff;
	font-size:14px;text-decoration: none;
}

.nav_primary a:hover 
{
	background: url(../Images/menuitem_h.gif) no-repeat 0 5px;
	color: #4682b4;
}
		
.nav_primaryCurrent a 
{
	color: #4682b4;
	background: url(../Images/menuitem_c.gif) no-repeat 0 5px;
}
		
.menu_right 
{
	
	padding-top:12px;
	padding-right:10px;
	width:275px;
	height:20px;
	
	text-align:right;
}

.menu_right a 
{
	color: #fff;
	font-size:12px;text-decoration: none;
}

.menu_right a:hover 
{
	text-decoration:underline;
}

 .footer
{
	font-size: 12px; 
	color: #5d5d5d; 
	text-align:center;
	border-top: #0000ff thin solid;
	line-height:20px;
	padding-top:10px
}
