﻿
.jNetMenu
{
	background: url(images/sub_menu_bg.gif) repeat-x;
	height: 26px;
}
.jNetMenu ul li
{
	float: left;
	height: 26px;
	list-style-type: none;
}
.jNetMenu ul li:hover
{
	background-color: #9d0f24;
}
.jNetMenu a, .jNetMenu a:active, .jNetMenu a:visited
{
	color: #1a1a1a;
	display: block;
	padding: 4px 9px;
	font-size: 12px;
	white-space: nowrap; font-family: arial; font-size: 10px; font-weight: bold; text-transform:uppercase; text-decoration: none;
}
.jNetMenu a:active, .jNetMenu a:hover
{
	color: #FFF;
	display: block;
	padding: 4px 9px;
	font-size: 12px;
	white-space: nowrap; font-family: arial; font-size: 10px; font-weight: bold; text-transform:uppercase; text-decoration: none;
}

.jNetMenuSeparator
{
	background-image: url(images/sub_menu_divider.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 1px;
}
