 
/************  adjust padding-left for each row , depend on how you want the row appear under the main menu item level 0 **********************/
.tabcontent0{	display:none; 	padding-left:40;}
.tabcontent1{	display:none; 	padding-left:50px;}
.tabcontent2{	display:none; 	padding-left:110px;}
.tabcontent3{	display:none; 	padding-left:200px;}
.tabcontent4{	display:none; 	padding-left:350px;}
.tabcontent5{	display:none; 	padding-left:300px;}
.tabcontent6{	display:none; 	padding-left:400px;}
.tabcontent7{	display:none; 	padding-left:700px;}
.tabcontent8{	display:none; 	padding-left:0;}
.tabcontent9{ 	display:none; 	padding-left:0;}
.tabcontent10{	display:none; 	padding-left:0;}
.tabcontent11{	display:none;	padding-left:0;}
.tabcontent12{	display:none;	padding-left:0;}
/**********************************/
.nav7 ul {
	width: 960px;
	height: 33px;
	line-height:31px;
	float: left;
	margin: 0;
	padding-left:0px;
	padding-top: 0px;
	list-style: none;
	list-style-type: none; 
	font-size: 13px;
	border: none;
}
.nav7 li {
	float: left;
	padding: 0 0px;
	position: relative;
	z-index: 1;
	list-style: none;
	list-style-type: none;
	
}
.nav7 li.last {
	background:none;
}
.nav7 li:hover {
	z-index:2;
	cursor:hand;
}
.nav7 li a {
	display: block;
	line-height: 31px;
	overflow: hidden;
	float: left;
	text-decoration:none;
	cursor: hand;
	background:url(normal.gif) repeat-x;
}

 #menudiv{
	width:960px;
	height:33px; 
	line-height:33px;
	background:url(normal.gif) repeat-x;

 }
a .menu7-left {
	width: 11px;
	height: 33px;
	line-height: 33px;
	display: block;
	float: left;
	text-decoration:none;
	background:url(separator.gif) no-repeat left;
}
a .menu7-mid {
	
	height: 33px;
	line-height: 33px;
	display: block;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#aaaaaa;
	text-decoration:none;
	padding-top:0px;
	background:url(normal.gif) repeat-x;
}
a .menu7-right {
	width: 10px;
	height: 33px;
	line-height: 33px;
	display: block;
	float: left;
	text-decoration:none;
	background:url(normal.gif) repeat-x;
}
.nav7 li a:hover .menu7-left,                      /* top level*/
.nav7 li.active a .menu7-left,
.nav7 li:hover a .menu7-left
{
text-decoration:none;
background:url(hover.gif) repeat-x;
}
.nav7 li a:hover .menu7-mid,
.nav7 li.active a .menu7-mid,
.nav7 li:hover a .menu7-mid
{
font-weight:bold;
text-decoration:none;
color: #2d6e99;
background:url(hover.gif) repeat-x;
}

.nav7 li a:hover .menu7-right,
.nav7 li.active a .menu7-right,
.nav7 li:hover a .menu7-right {
text-decoration:none;
background:url(hover.gif) repeat-x;
}
.nav7 li a:hover,
.nav7 li.active a,
.nav7 li.hover a,
.nav7 li:hover a {
color: #2d6e99;
text-decoration:none;
background:url(hover.gif) repeat-x;
cursor: hand;
}
  
.txt_bot
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c1e541;
	padding:5px;
	text-decoration:none;
	line-height:15px;
}

.spacing
{
height:0px;
}
.tabcontainer{
	clear: left;
	width:960px; /*width of 2nd level sub menus*/
	height:40px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	margin-top:0px !important;
	margin-top:-20px;
	border: none;
	padding-bottom:4px;
	background:url(small_bar.gif) #ffffff;
        //height:33px;
}

.tabcontent{
	display:none;
}

/* Third menu */
.sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	border: none;
	color: #2d6e99;
	background-color: ffffff;
}

.sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	color: #2d6e99;
	font: normal 13px Arial, Helvetica, sans-serif;
}

.sddm li a
{	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	color: #2d6e99;
	text-align: center;
	text-decoration: none;
	cursor: hand;
	background:url(li.png) center left no-repeat;
}

.sddm li a:hover
{	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	color: #429dd9;
	text-align: center;
	text-decoration: none;
	cursor: hand;
	
}
.sddm li a.havechilds
{	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	color: #2d6e99;
	text-align: center;
	text-decoration: none;
	border: none;
}
.sddm li 
{	
}

.sddm li span
{	
font: normal 10px Arial, Helvetica, sans-serif;
  
}
.sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: ffffff;
	cursor: hand;
}

.sddm div a
{	
	position: relative !important;
	display: block !important;
	float: left;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: transparent;
	color: #8b8b8b;
	font: 12px Arial, Helvetica, sans-serif;
	cursor: hand;
}

.sddm div a:hover
{	
	background: transparent;
	color: #FFF;
	cursor: hand;
}