﻿.ie7 .navigationMenuContainerDiv, .gecko .navigationMenuContainerDiv
{
	margin:20px 0 0 11px;
	padding-bottom:50px;
	width:210px;
	background:url(images/menuBg.png) no-repeat bottom;
}

.ie6 .navigationMenuContainerDiv
{
	margin:30px 0 0 5px;
	width:210px;
	padding-bottom:50px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=App_Themes/default/images/menuBg.png,sizingMethod='scale');
}

.ie7 .staticMenu, .gecko .staticMenu
{
	cursor:pointer;
	width:100%;
	margin:0 0 0 10px;
}

.ie6 .staticMenu
{
	cursor:pointer;
	width:100%;
	margin:0 0 0 10px;
	position:relative;
}

.staticMenuItem
{
	width:190px;
	font-weight:bold;
	font-size:14px;
	color:#6c00ff;
	cursor:pointer;
	padding:2px 0 2px 2px;
	border-bottom:1px dotted #999;
}	

.staticMenuItem a
{
	width:100%;
	display:block;
}	
.staticMenuItem a:hover
{
	color:Black;
	width:100%;
}	
.staticSelectedMenu
{
	color:Red;
}

.dynamicMenu
{
	font-weight:bold;
	font-size:12px;
	border:1px solid #a8c9da;
	background:url(images/subMenuBg.gif) no-repeat bottom;
}
.dynamicMenuItem
{
	border-bottom:1px dotted #404599;
	height:20px;
	padding:2px 2px 0 2px;
	font-weight:bold;
	color:blue;
	cursor:pointer;
}
.dynamicMenuItem a
{
	width:100%;
	display:block;
}	
.dynamicMenuItem a:hover
{
	color:black;
	width:100%;
}	

/**************** Admin Menu ***************************/
.adminNavigationMenu
{
	width:190px;
	margin:0 0 0 12px;
}

.adminStaticMenuItem
{
	width:180px;
	height:18px;
	font-weight:bold;
	font-size:14px;
	color:#6c00ff;
	cursor:pointer;
	padding:2px 0 2px 2px;
	border-bottom:1px dotted #999;
}
.adminDynamicMenu
{
	font-weight:bold;
	font-size:12px;
	border:1px solid #a8c9da;
	background:url(images/subMenuBg.gif) no-repeat bottom;
}

.adminDynamicMenuItem
{
	border-bottom:1px dotted #404599;
	height:20px;
	padding:2px 2px 0 2px;
	font-weight:bold;
	color:blue;
	cursor:pointer;
}

.adminDynamicMenuItem  a
{
	width:100%;
	display:block;
}
.adminDynamicMenuItem  a:hover
{
	color:black;
	width:100%;
}
.adminStaticMenuItem a
{
	width:100%;
	display:block;
}	
.adminStaticMenuItem a:hover
{
	color:Black;
	width:100%;
}	

/*********************** Admin Home Navigation ***************************/
.adminNavTbl
{
	width:400px;
	border:1px solid #ccc;

}
.adminNavTbl .headerRow
{
	height:25px;
	font-weight:bold;
	color:White;
	font-size:1.3em;
}
.adminNavTbl .lc
{
	height:40px;
	border-bottom:1px solid #ccc;
	width:75px;
	text-align:center;
	
}
.adminNavTbl .rc
{
	text-align:left;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size:1.3em;
	color:Blue;
	padding-left:15px;
}
.adminNavTbl .rc a
{
	color:Blue;
}
.adminNavTbl .rc a:hover
{
	color:red;
}
