﻿div.TopMenu
{
	background-color: #000;
	background-image: url(../../Images/Layout/TopNavBG.jpg);
	background-repeat: repeat-x;
	border-top: solid 1px #ccc;
	color: #ffffff;
	font-weight: normal;
	padding: 0px;
	padding-left: 5px; 
	padding-right: 5px;
}
div.TopMenu table ul
{
	list-style: none;
	height: 23px;
	padding: 0px;
	padding-top: 2px;
	margin: 0px;
}
div.TopMenu table ul li
{
	border: solid 1px #666;
	color: #fff;
	cursor: pointer; cursor: hand;
	font-weight: bold;
	float: left;
	margin-right: 2px;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
}
div.TopMenu table ul li a
{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
