﻿
/* ##### main menu link ###### */
a:link.toolbar, a:visited.toolbar, a:hover.toolbar
{
	color:white;
	text-decoration:none;
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:12px;
}

a:link.subtoolbar, a:visited.subtoolbar, a:hover.subtoolbar
{
	color:#FFFFFF;
	text-decoration:none;
	font-family:Trebuchet MS, tahoma;
}

/* ##### main menu link ends ###### */

/* ###### links end ##### */

/* ##### main menu ###### */
.toolbar
{
	height:28px;
	text-align:center;
	/*background-image:url(../Content/images/menuBG.jpg);*/
	 font-size:17px;	

}

.subtoolbar
{
	height:20px;
	width: 150px;
	background-color:#7a202c;
	color: #ffffff;
	font-family:tahoma; 
	font-size:11px;	
	font-weight: bold;
	border-bottom: solid 1px #000000;
	text-align:center;
}

.subtoolbarHover
{
	height:20px;
	width: 150px;
	background-color:#9a202c;
	color: #ffffff;
	font-family:tahoma; 
	font-size:11px;	
	font-weight: bold;
}
/* ##### main menu end ###### */