﻿.HomeDivTop
{
	background-color: #EAECFD;/*Theam Color*/
}
.HomeInnerFrameBg
{
	background-color: #EAECFD; /*Theam Color*/
	margin-top: 0px;
	margin-left: 0px;
}
.ManuHeadingTop
{
	font-family: Verdana;
	font-size: 12px;
	background-repeat: repeat-x;
	background-color: #D9DCFB;
	font-weight: bold;
	color:White; /*#0033CC;*/
	text-align:left;
	text-indent:20px;
	background-image: url(../Images/menu-strip.png);
	
	/*background-image: url(../Images/tombolhoverblue.png);
	height:24px;
	text-align:center;
	color:White;
	font-size:90%;
	*/

}
.ManuHeadingTop1
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color:White; /*#0033CC;*/
	text-align:left;
	text-indent:20px;
	
	/*background-image: url(../Images/tombolhoverblue.png);
	height:24px;
	text-align:center;
	color:White;
	font-size:90%;
	*/

}
.DynamicHoverStyleNEW
{
	color: #cc3300;
}
.StaticMenuItemStyle
{
	background-color: #ECEEFD;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	color: #003399;
	border-bottom: #D9DCFB 1px solid;
	border-left: #D9DCFB 18px solid;
	text-decoration: none;
	border-top: #D9DCFB 1px solid;
	border-right: #D9DCFB 1px solid;
	text-align: left;
	border-color: #3D6998;
}

.StaticMenuItemStyle:hover
{
	color: #cc3300;
}
.DynamicHoverStyle
{
	background-color: #D9DCFB;
	color: #cc3300;
}

.IE8Fix 
{ 
    z-index: 1000;
    text-decoration:none;
}