﻿/*
------------> Firefox <------------
	- padding dar FF 10px KAMTAR ast!
	- 
*/

.Menu
{
	width: 100%;
}

.MenuItem
{
	position: relative;
	padding: 0 10px 0 10px; /*------> Edit for Firefox <------*/
	color: #FFFFFF;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: normal;
	text-align: center;
	height :25px;
	width: 100%;
}

.MenuItem a[href="#"]
{
	cursor: default !important;
}

.SubMenuItem
{
	background-color: #2E4C6F;
	text-align: right;
	color: #FFFFFF;
	min-width: 150px; /*------> Edit for Firefox <------*/
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal; 
	border-top: 1px solid #98b3c3;
}

.SubMenuItem a
{
	display: block;
	padding: 6px;
}

.SubMenuItem a[href="#"]
{
	cursor: default !important;
}

.dynamicMenuStyle
{
									   /*------> Edit for Firefox <------*/
	border-right: 1px solid #98b3c3;
	border-bottom: 1px solid #98b3c3;
	border-left: 1px solid #98b3c3;
	
	z-index: 100;  /*------> Edit for IE8 MENU BUG <------*/
}

.menuDynamicHover 
{
	background-color: #001833;
}

.menuStaticHover 
{
	top: 0px; /*------> Edit for Firefox <------*/
	height:33px;
	background-color: #2E4C6F;
}


/*----------------------------------Tab Menu---------------------------*/

/*.tabMenu 
{
	position: relative;
	float: right;
	height: 40px;
	top: -1px;
	right: 25px;
}

.staticTabMenuItem
{
	position: relative;
	padding: 0 15px 0 15px;
	color: #4c5956;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: normal;
	height :25px;
}

.staticTabMenuSelected 
{
}

.tabMenuStaticHover
{
	height:38px;
	background-color: #ebf0f0;
}*/


#tblTabMenu
{
	position: relative;
	right: 0px;
	text-align: center;
	width: 900px;
	height: 38px;
	margin: 1px 20px 0 20px; /*------> Edit for Firefox <------*/
	padding:  0px; 
	border-collapse: collapse; 
	border-spacing: 0;
}

.staticTabMenuItem
{
	position: relative;
	padding: 0 15px 0 15px;
	color: #4c5956;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: normal;
	height: 38px;
}


td.staticTabMenuItem:hover 
{
	background-image: url('/SharifKishWebSite/SharifKish_WebUI/App_Themes/ImagesII/tab_menu_arrow.png'); 
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #ebf0f0;
	cursor: pointer;
	position: relative;
	top: 1px;
}

td.staticTabMenuItem.selected
{
	background-color: #ebf0f0;
	position: relative;
	top: 1px;
}

.staticTabMenuItem p 
{
	color: #4d4d4d;
	font-size: 13px;
	white-space: nowrap;
}

.staticTabMenuSeparator
{
	position: relative;
	top: 1px;
	width: 2px;
	height: 38px;
	background: url('/SharifKishWebSite/SharifKish_WebUI/App_Themes/ImagesII/tab_menu_line.png') top right no-repeat;
}