.menu {height:28px;position:relative;z-index:100;background: url(images/menu_rep.jpg) repeat-x 0 0}

/* style the top level hover */
.menu a:hover{color:#fff;padding-right:1px;margin-right:-1px;text-decoration: none}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	/*width:127px;*/
	width:97px;
	position:relative
}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none;color:#000;width:127px;height:28px;line-height:28px}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {/*width:149px;*/width:127px; /*w\idth:127px;*/w\idth:116px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:28px;
	left:2px;
	width:127px;

}

.menu .l2sep{
	height:1px;line-height:1px;background:#9FEE73 url(images/dd_sep.gif) repeat-x scroll 0 0;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:20px;
	t\op:20px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:170px;
	top:-15px;
	width:127px
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.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 {
	color:#000;
	height:auto;
	width:147px;
	border-bottom:1px dotted #000000;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:127px;
	/*width:150px*/
	w\idth:128px;
}


/* 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
}


.menu ul li{
	float:left;
	position:relative;
	list-style-type:none;
}


.menu .top_pad{
	/*border: 1px solid #ccc;*/
	height:10px;
	line-height:10px;
	font-size:10px;
}

.menu .level1{
	height:32px;
	font-weight: bold;
	font-size:11px;
	color:#355DA6;
	font-family:tahoma;
	vertical-align:middle;
	text-align: center;
}

.menu .top_text{font-weight: bold;font-size:12px;color:#fff}

.menu .level2{padding:0;font-weight:normal;border:none;text-align:left;background:#9FEE73}
.menu .first_{background:transparent}
.menu .level2 .hide{font-weight:bold;border:none;border-bottom:1px dotted #000000}

.menu .level3{font-weight:normal;background:#9FEE73}

.menu_left{width:19px;height:35px;background: url('images/nav_left.jpg') no-repeat 0 0}
.menu_right{width:19px;height:35px;background: url('images/nav_right.jpg') no-repeat 0 0}


.menu .separator{
	background: #fff url('images/sep.jpg') no-repeat 0 0;
	line-height:0;
	height:1px;
	padding:0;
	margin:0;
	font-size:0;
	width:127px;
	font-weight:normal;
	border:none;
}

.menu .ver_sep{width:4px;vertical-align:middle;text-align:center;color:#fff;padding-top:4px;font-size:15px}

.menu .level1 a:visited{color: #fff;font-size:13px}

.menu .level2 a:visited{color: #000;font-size:12px}