﻿/*
1.	A.header_menu, A.header_menu:link, A.header_menu:visited
2.	A.header_menu:hover
3.	main_menu_bar
4.	main_menu_bar_shadow
5.	admin_menu_bar
6.	admin_menu_bar_shadow
*/

A.header_menu, A.header_menu:link, A.header_menu:visited
{
	color: white;
    font-family: Tahoma,Verdana,Arial,Helvetica;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 3px;
}

A.header_menu:hover
{
    color: #E7D825;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    text-decoration: none;
    padding-left: 3px
}

.main_menu_bar
 {	position: absolute; 
	left: 0px; 
	top: 73px;
	width: 100%; 
	background-image: url(/common/resources/en_us/default/images/templates/default/footer_background.gif); 
	height: 24px; 
}
.main_menu_bar_shadow
 {	position: absolute; 
	left: 0px; 
	top: 97px;
	width: 100%; 
	background-image: url(/common/resources/en_us/default/images/templates/default/header_search_bar_shadow.gif); 
	height: 5px; 
	background-repeat:repeat-x;
}

.admin_menu_bar_ie
 {	position: relative;
	top: -21px;
	left: 0px;
	width: 100%; 
	background-image: url(/common/resources/en_us/default/images/templates/default/footer_background.gif); 
	height: 24px;
	z-index:0; 
}

.admin_menu_bar_shadow_ie
 {	
	position: relative;
	top: -21px;
	left: 0px; 
	width: 100%; 
	background-image: url(/common/resources/en_us/default/images/templates/default/header_search_bar_shadow.gif); 
	height: 5px; 
	background-repeat:repeat-x;
	z-index:0;
	margin-bottom:-28px;
}

.admin_menu_bar_o
 {	position: relative;
	top: -16px;
	left: 0px;
	width: 100%; 
	background-image: url(/common/resources/en_us/default/images/templates/default/footer_background.gif); 
	height: 24px;
	z-index:0; 
}

.admin_menu_bar_shadow_o
 {	
	position: relative;
	top: -16px;
	left: 0px; 
	width: 100%; 
	background-image: url(/common/resources/en_us/default/images/templates/default/header_search_bar_shadow.gif); 
	height: 5px; 
	background-repeat:repeat-x;
	z-index:0;
	margin-bottom:-16px;
}

A.admin_menu:link
{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: underline;
}
A.admin_menu:visited
{
    color:  #FFFFFF;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: underline;
}
A.admin_menu:active
{
    color:  #FFFFFF;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: underline;
}
A.admin_menu:hover
{
    color: #FF0000;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
}

.message_count
{
	color: #FFFFFF;
    font-family: Arial;
    font-size: 10pt;
}

A.user_link:link
{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: underline;
}
A.user_link:visited
{
    color:  #FFFFFF;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: underline;
}
A.user_link:active
{
    color:  #FFFFFF;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: underline;
}
A.user_link:hover
{
    color: #FF0000;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
}