/** blue menu stuff **/

div#horiz-menu {
	background: url(../images/menu/blue/nav-bg.png) 0 0 repeat-x;
	
}

#horiz-menu .shadow-l {
	background: url(../images/menu/blue/nav-shadow-l.png) 0 0 no-repeat;
}

#horiz-menu .shadow-r {
	background:  url(../images/menu/blue/nav-shadow-r.png) 100% 0 no-repeat;
}

div#horiz-menu li {
	border-right: 1px solid #2457AA;
}

div#horiz-menu a,
div#horiz-menu li.active li a {
	color: #eee;
	background: #457FD5;
	border-left: 1px solid #2457AA;
}

h2 {
	color: #265BB1;  /* related to menu color */
}

td.subbody div.moduletable h3,
td.inset div.moduletable h3 {
	color: #265BB1;
}

td.sidenav div.module h3,
td.sidenav div.module-hilite1 h3,
td.sidenav div.module-hilite2 h3,
td.sidenav div.module-hilite3 h3,
td.sidenav div.module-hilite4 h3 {
	color: #265BB1;
}


.MainMenu_MenuContainer {
	
	background-color: Transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:30px;
}

.MainMenu_TabRootMenuItem TD
{
	color: #eee;
	background: #265BB1;
	height:38px;
}

.MainMenu_TabRootMenuItemSel TD
{
	background: #457FD5;
	color: #eeeeee;
	height: 38px;
}


.MainMenu_TabMenuItemHover TD
{
	background: #457FD5;
	color: #eeeeee;
	height: 38px;
}

.MainMenu_TabMenuItemSelHover TD
{
	background: #457FD5;
	color: #eeeeee;
	height: 38px;
	font-style: normal; 

}

.MainMenu_MenuItem {
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	background: #457FD5;
	color: #eeeeee;
	height: 30px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background: #457FD5;
	text-align: center;
	border-color:#FFFFFF;
	width: 0; 
	height: 0;
}

.MainMenu_SubMenu {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;  
	border-right: #FFFFFF 0px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #97E067; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=2);
}

.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #265BB1;
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid;  
	color:#FFFFFF;
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	height:30px;
}

.MainMenu_MenuArrow {
padding-left:18px;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.Main {
	border-right:  #AAAAAA 0px solid; 
	border-left:  #AAAAAA 0px solid; 
}
.tab {
 	background-image: url(menubot.gif);	
	background-repeat: repeat-x;
	background-position: left top;
}
.ModuleTitle_MenuContainer {

}

.ModuleTitle_MenuBar {
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: hand; 
	color: Black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuIcon {
	cursor: hand; 
	background-color: #FFFFFF; 
	text-align: center; 
	width: 15; 
	height: 23;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=3);
}

.ModuleTitle_MenuBreak {
	border-bottom: white 0px solid; 
	border-left: white 0px solid; 
	border-top: gray 0px solid;  
	border-right: gray 0px solid; 
	background-color: white; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	background-color: #FFA600;
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	height:23px;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


