/* remove all the bullets, borders and padding from the default list styling */
.div_menu_sec  ul {
	padding:0;
	margin:0 0 0 10px;
	list-style-type:none;
	z-index:1000;
}
.div_menu_sec  ul ul {
	width:100px;
	z-index:1000;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.div_menu_sec  li {
	float:left;
	width:139px;
	position:relative;
	z-index:1000;
}
.li2{
	float:left;
	width:150px;
	position:relative;
	z-index:1000;
}
/* style the links for the top level */
.div_menu_sec  a, .div_menu_sec  a:visited {
	display:block;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	color:#fff;
	width:135px;
	height:24px;
	padding-top:10px;
	background-image: none;
	z-index:1000;
	font-variant: normal;
	text-transform: uppercase;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .div_menu_sec  a, * html .div_menu_sec  a:visited {
	width:138px;
	w\idth:140px;
	z-index:1000;
}
 
/* style the second level background */
.div_menu_sec  ul ul a.drop, .div_menu_sec  ul ul a.drop:visited {
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index:1000;
}
/* style the second level hover */
.div_menu_sec  ul ul a.drop:hover{
/*	background-color:#003E7B;*/
	background-image: url(../images/menu_hover.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index:1000;
}
.div_menu_sec  ul ul :hover > a.drop {
/*	background-color:#003E7B;*/
	background-image: url(../images/menu_hover.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index:1000;
}
/* style the third level background */
.div_menu_sec  ul ul ul a, .div_menu_sec  ul ul ul a:visited {
	background-image: url(../images/menu.png);
	z-index:1000;
}
/* style the third level hover */
.div_menu_sec  ul ul ul a:hover {
/*	background-color:#003E7B;*/
	background-image: url(../images/menu_hover.png);
	z-index:1000;
}
 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.div_menu_sec  ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:0;
	width:170px;
	z-index:1000;
}
/* another hack for IE5.5 */
* html .div_menu_sec  ul ul {
	top:30px;
	t\op:30px;
}
 
/* position the third level flyout menu */
.div_menu_sec  ul ul ul{
	left:138px;
	top:-1px;
	width:140px;
	z-index:1000;
}
 
/* position the third level flyout menu for a left flyout */
.div_menu_sec  ul ul ul.left {left:-138px;}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.div_menu_sec  table {position:absolute; top:0; left:0; border-collapse:collapse;;}
 
/* style the second level links */
.div_menu_sec  ul ul a, .div_menu_sec  ul ul a:visited {
	color:#FFF;
	width:200px;
	background-image: url(../images/menu.png);
	z-index:1000;
	padding-top: 5px;
	padding-left: 5px;
}
/* yet another hack for IE5.5 */
* html .div_menu_sec  ul ul a{
	width:140px;
	w\idth:140px;
}
 
/* style the top level hover */
.div_menu_sec  a:hover, .div_menu_sec  ul ul a:hover{
	color:#fff;
/*	background-color:#003E7B;*/
	background-image: url(../images/menu_hover.png);
	z-index:1000;
}
.div_menu_sec  :hover > a, .div_menu_sec  ul ul :hover > a {
	color:#fff;
/*	background-color:#003E7B;*/
	background-image: url(../images/menu_hover.png);
	z-index:1000;
}
 
.div_menu_sec  ul li:hover ul,
.div_menu_sec  ul a:hover ul{visibility:visible; }
.div_menu_sec  ul :hover ul ul{visibility:hidden;}
.div_menu_sec  ul :hover ul :hover ul{ visibility:visible;}
 

