﻿/*****************************************************************************/
/* topmenu.ascx */

#menu_left
{
	height: 25px;
	float: left;
	text-align: left;
}

#menu_right
{
	height: 20px;
	float: right;
	text-align: right;
}

.menu_item, .menu_item_selected
{
    float: left;
/*    width: 125px;*/
    height: 26px;
    margin: 0px 5px 0px 5px;
    text-align: center;
    background: #176f9d;
    border: solid 0px Orange;
}

.menu_item_link
{
    padding: 0px 10px 0px 10px;
    margin: 8px 0px 0px 0px;
}

.menu_item_selected
{
    background: #49abde;
}

a.menu_link:link, a.menu_link:visited, a.menu_link:hover
{
    font-family: Arial; 
    font-size: 10px;
    font-weight: bold;
    color: White;
    text-decoration: none;
}

a.menu_link:hover
{
    text-decoration: underline;
}

/*  Menu on Locations.aspx*/

.menuContainer
{
    margin-left: 30px;
}

.menuItemsItemTemplate
{
    width: 100px;
    height: 30px;
    font-size: 12px;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    padding-top: 12px;
}

.mnuTab_MenuItemStyle
{
    background-image: url(/images/products/menu/menu_normal.png);
    background-repeat: no-repeat;
    text-align: center;
}

.menuItemHover
{
    background-image: url(/images/products/menu/menu_hover.png);
    background-repeat: no-repeat;
}

.mnuTab_StaticSelectedStyle
{
    background-image: url(/images/products/menu/menu_selected.png);
    background-repeat: no-repeat;
}


a.menuItemsLink:link, a.menuItemsLink:visited
{ color: Red; text-decoration: none; font-size: 12px; }
	
a.menuItemsLink:hover
{ color: Red; text-decoration: none; }