/* this is the main UL element*/
#tabsz{
	height:30px; 
	background-color:#0467A7;
	font-size:110%;
}

.dropdown{
	height:30px; 
	width:750px;
	background-color:#0467A7;
	display:none;
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:0;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	height:26px; 
	line-height:26px; 
	display:block; 
	float:left;  
	background-color:#0467A7;
	color:#FFFFFF;
	padding:2px 10px;
	border-right:1px solid white;
}

.dropdown ul li a{
	width:210px;
	border-top:1px solid white;
}


/* these are the LIs that only belong to submenu*/
.dropdown ul {
	margin-top:30px;
	font-size:90%;
}
.dropdown ul li ul{
	margin-top:0px;
	font-size:100%;
	/*margin-top:30px;*/
}
.dropdown ul li ul li{
}

.dropdown ul li{
	width:231px;
}
.dropdown li ul li {
}


.dropdown ul li a{
}
.dropdown ul li ul {
}
.dropdown ul li ul li a{
}

/* these are the LIs that contains a submenu*/
.dropdown .submenu-down a,
.dropdown .submenu-left a{
}

.dropdown ul li a{
}
.dropdown ul li a{
}

li.current_page_ancestor a{
	background-color:#444;
}
.current_page_ancestor ul li a{
	background-color:#000000;
}
.current_page_ancestor ul li.current_page_ancestor a{
	background-color:#444;
}
.current_page_ancestor ul li.current_page_ancestor ul li a{
	background-color:#000;
}

li.current_page_item a{
	background-color:#444!important;
}
.current_page_item ul li a{
	background-color:#000000!important;
}


.dropdown a:hover{
	background-color:#ddd!important;
	color:#000!important;
}
