﻿/* Main menu style for unselected items */
.menuMainLevel1
{
	font-size: 8pt; 
	color: #FFFFFF; 
	font-family: Helvetica;
	padding-left:10px;
	background-position: center left;
	background-image:url(images/square_white.gif);
	background-repeat: no-repeat;
	text-decoration: none; 
	font-weight: bold;
	text-transform:uppercase;
}

.menuMainLevel1 a
{
	background-image: none;
}

.menuMainLevel1Hover
{
	color: #0098FF; 
	text-decoration: none;
}

/* Main menu style for selected page/item */
.menuMainLevel1Selected
{
    color: #0098FF;
    background-image:url(images/square_blue.gif);
}



