@charset "utf-8";
/* CSS Document */

.menu {
	width:994px; 
	height:32px; 
	position:relative; 
	z-index:1000; 
	font-family:arial, sans-serif;
	padding:5px 0 0 8px; 
}

* html .menu {
	width:994px; 
	w\idth:993px;
	position:relative; 
	z-index:1000; 
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	z-index:1000;
}
.menu ul ul {
	
}

.menu li {
	float:left;
	width:234px;
	position:relative;
	z-index:1100;
	margin-right:8px;
	background:url(../images/menu_top1_bg.gif) top left no-repeat;
}


/* top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#fff; 
	width:234px; 
	height:30px; 
	line-height:26px; 
	font-weight:bold;
	text-indent:50px;
	
}


/* style the top level hover */
.menu a:hover{
	color:#fff; 
	background:url(../images/menu_top1_bg.gif) top left no-repeat;
}
.menu :hover > a {
	color:#fff; 
	background:url(../images/menu_top1_bg.gif)top left no-repeat;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#fff url(../images/bullet.gif) no-repeat 14px center;}
	



/* hide the sub levels  give positon absolute */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:29px;
	left:0; 
	width:234px;
	border-top:1px solid #cdcdcd;
	background:#fff;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:233px; 
	top:-1px; 
	width:234px;
}


/* style the table so that it takes no part in the layout - required for IE */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#fff url(../images/bullet.gif) no-repeat 14px center;
	color:#4b4b4b; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:212px;
	border:1px solid #cdcdcd;
	border-width:0 1px 1px 1px;
	text-indent:28px;
}
.menu ul ul a:hover{
	background:#fff url(../images/bullet_on.gif) no-repeat 14px center;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#fff url(../images/bullet_on.gif) no-repeat 14px center;
}
.menu ul ul :hover > a.drop {
	background:#fff url(../images/bullet_on.gif) no-repeat 14px center;
}

/* style the second level links */
.menu ul ul li a:hover{
	background:#fff url(../images/bullet_on.gif) no-repeat 14px center;
}



/* style the top level hover */
.menu ul ul a:hover{
	color:#077eb9; 
	background:#fff url(../images/bullet_on.gif) no-repeat 14px center;

}
.menu ul ul :hover > a {
	color:#077eb9; 
	background:#fff url(../images/bullet_on.gif) no-repeat 14px center;

}




/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}

/* keep the fourth level hidden when you hover on first level list OR link */
.menu ul ul :hover ul ul.third{
	visibility:hidden;
}
/* make the fourth level visible when you hover over second level list OR link */
.menu ul ul :hover ul :hover ul.third{ 
	visibility:visible;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#dadada;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#dbeff9;
}

/* style the third level links */
.menu ul ul ul a, .menu ul ul ul a:visited {
	color:#4b4b4b; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:212px;
	border:1px solid #cdcdcd;
	border-width:0 1px 1px 1px;
	text-indent:20px;
}

.menu ul ul ul a:hover {
	background:#dbeff9;
	color:#077eb9; 
}


/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {
	background:#fff;
}
/* style the fourth level hover */
.menu ul ul ul ul a:hover {
	background:#fff;
}

/* style the fourth level links */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {
	color:#4b4b4b; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:212px;
	border:1px solid #cdcdcd;
	border-width:0 1px 1px 1px;
	text-indent:20px;
}


.menu ul li {
	text-transform:uppercase;
}
.menu ul li ul li {
	text-transform:capitalize;
}
.menu ul li ul li ul li{
	text-transform:capitalize;
}

.menu ul li ul li ul li ul.third li:hover a {
    background:#fff;
    background-image:none;
    color:#077eb9;
}

.menu ul li ul li ul li ul.third li:hover > a {
    background:#fff;
    background-image:none;
    color:#077eb9;
}
