﻿/*
div.menu { 
	border-bottom:1px solid #ccc; 
	height:31px; 
	margin:220px auto 0px auto; 
	padding: 0px;  
	width:962px; 
	}

div.menu #MasterTabs { width:100%; }

div.menu .menuList { 
	list-style: none; 
	margin:0px 0px 0px -40px; 
	}

#MasterTabs ul.level1  li.static { 
	float:left; 
	width:127px; 
	}
	
#MasterTabs ul.level1  li.static > a { 
	background:url("../Images/tab.PNG") 0px 40px; 
	color: #005596; 
	display: block; 
	font-weight: bold;  
	font-size: 1.2em; 
	height:25px; 
	padding: 7px 20px 0px 5px; 
	text-decoration: none; 
	white-space: nowrap; 
	}

#MasterTabs ul.level1  li.static > a:hover,
#MasterTabs ul.level1  li.static > a:active,
#MasterTabs ul.level1  li.static > a.current { 
	background:url("../Images/tab.PNG") 0px 0px; 
	}




#SubTabs { }

#SubTabs { 
	background-color:#FFF; 
	border-bottom:1px solid #ccc; 
	clear:both; 
	float:right !important;
    height:37px; 
	margin-left:-1px; 
	margin-bottom:10px; 
	padding: 0px 0px 0px 0px; 
	width:932px; 
    
	}

#SubTabs > .level1 { 
	float:right;
	list-style:none; 
	}   

#SubTabs > .level1  li { 
	float:left;  
	}
#SubTabs > .level1  li a {
	color: #005596; 
	font-weight:bold; 
	height:25px; 
	margin-right:5px; 
	padding:4px 10px 4px 10px; 
	text-decoration:none;
	white-space: nowrap; 
	}

#SubTabs > .level1  li a:hover,
#SubTabs > .level1  li a:active,
#SubTabs > .level1  li a.currentSubTab { 
	background:url("../Images/currentTabPointer.PNG" ) bottom center no-repeat ; 
	padding-bottom:11px;
	}
	 
#SubTabs > .level1  li a img { 
	border:0px; 
	margin-right:5px; 
	}