﻿.Navigation
{
	width: 980px;
	position: absolute;
	z-index: 10000;
}

.Navigation ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.Navigation li
{
	float: left;
	width: 140px;	
	padding: 0px;
	margin: 0px;
	text-align: center;	
}

.Navigation li a:link
{
	padding-top: 8px;
	padding-bottom: 10px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
	background-image: url(/images/styling_images/Tabs/TabBackground.png);
	background-repeat: no-repeat;
	width: 140px;
	behavior: url(/script/iepngfix.htc);
	cursor: hand;
}

.Navigation li a:visited
{
	padding-top: 8px;
	padding-bottom: 10px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/images/styling_images/Tabs/TabBackground.png);
	background-repeat: no-repeat;
	width: 140px;
	behavior: url(/script/iepngfix.htc);
	cursor: hand;
}

.Navigation li a:hover
{
	width: 140px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/images/styling_images/Tabs/TabBackground_Over.png);
	background-repeat: no-repeat;
	behavior: url(/script/iepngfix.htc);
}

#selectedTab
{
	background-image: url(/images/styling_images/Tabs/TabBackground_Active.png);
	behavior: url(/script/iepngfix.htc);	
}

/* NEW Mega Drop Down Navigation */
ul#menu div
{
    display: none;
}
        
ul#menu li.mega div
{
    position: absolute;
    top: 32px;
    left: 0em;
}
        
ul#menu li.hovering div
{
    display: block;
}               
        
.popupMenu
{
    background:transparent url(/images/styling_images/NewHomepage/popup_bg.png);
    width: 980px;            
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    text-align: left;
    color: #fff;
}
        
div.popupMenu h3
{
    padding: 10px 0px 0px 10px;
    margin: 0px;
    font-size: 12pt;
}
        
div.popupMenu ol li a
{
    background-image: none !important;            
}
        
div.popupMenu ol
{
    list-style: none;
    padding: 0px;
    margin: 0px;            
}
        
div.popupMenu ol li, div.popupMenu ol li a
{
    padding: 0px !important;
    margin: 0px !important;
    text-align: left;
    font-weight: normal !important;
    font-size: 8pt;
    color: #ccc !important;
    width: 195px !important;
}
        
div.popupMenu ol li
{
    border-right: dashed 1px #000;
}
        
div.popupMenu ol li a
{
    padding: 10px 10px !important;
    width: 175px !important;
}
        
.noBorder
{
    border: none !important;
}
        
div.popupMenu ol li a:hover
{
    background-color: #404040;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}
        
div.popupMenu ol li a span
{
    font-weight: bold;
    color: #fff;
    display: block;
    font-size: 9pt;
}