﻿/*header menu*/

.headerMenu 
{
	width:295px;
	height:16px;
	float:right;
	margin-top:110px;
}

.headerMenuItems
{
	height:16px;
	font-size: 11px;
	font-family: Verdana, Arial;
	width:100%;
}

.headerMenuItems a
{
	color:#000000;
	text-decoration: none;	
}

.headerMenuItems a:hover
{
	text-decoration: none;	
	text-decoration:underline;
}

.headerMenuItems div
{
	width: 16px; 
	height: 16px; 
	behavior: url('App_Themes/Default/iepngfix.htc');
}

