
.wrapper
{position:relative; z-index:1000;
	width:980px; 
	font-family: Arial;
	border:0px;
	background: url("imgs/bg_menu.jpg") repeat-x;
	margin:0px ;
	text-align:left;float:left;
	display: block;
	height:30px;
	padding: 0px;
	margin: 0px 0px 0px 0px;

	
}
#ctl00_Header1_HeaderMenu1_RadPanel 

{float:left; background: url("imgs/bg_menu.jpg") repeat-x; border:none;
}
    

.rmHorizontal a:hover{background:#000 url("imgs/bg_menu.jpg") 0px 0px repeat-x;}
.rmHorizontal a{background:#000 url("imgs/bg_menu.jpg") 0px 0px repeat-x;}

.menu {

width: 980px;font: normal 11px/12px "Arial";
padding: 0px 0px 0px 0px; 
background: url("imgs/bg_menu.jpg") repeat-x;
}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {padding:0;background: none;
margin:0;}

.menu ul li{ display:block; float:left;
padding:0;background: url("imgs/bg_menu.jpg") repeat-x;
margin:0;height: 30px; 

}

.menu ul li a{float:left;
padding:0px 0px; margin:0px;
}
.menu ul ul { background:none;
top: 0px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
{
float:left;
position:relative;
list-style-type: none;
/*top:0px;*/
}

/* style the links for the top level */

.menu a, .menu a:visited
{
display:block;
text-decoration:none; 
color:#fff ; background: url("imgs/bg_menu.jpg") repeat-x;
font-size:12px;
text-align: center;
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {
text-align: left;
padding-left: 0px;
font-size:11px;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul li ul {
visibility: hidden;
position:absolute;
top: 30px;
left: 0px;


}

/* another hack for IE5.5 */

* html .menu ul li ul {
top:30px; 
text-align: left;
}

/* position the third level flyout menu */

.menu ul li ul ul
{
left:200px;
top:0;
text-align: left;
}

/* style the table so that it takes no part in the layout - required for IE to work */

.menu table 
{
position:absolute;
top:0px; 
left:0;

}

/* style the second level links */
.menu ul li ul a:visited, .menu ul li ul ul a, .menu ul li ul ul a:visited {
background:#ebf1f8 url("imgs/dot.gif") repeat-x left bottom; 
filter:alpha (opacity=90);-moz-opacity:.90; opacity:.90;
color:#fff; 
height:auto; 
margin-left:0px;
padding:5px 0px;
top: 0px; 

font-size: 11px;
text-align: left;
/* yet another hack for IE5.5 */
}

/* style the second level links */
.menu ul li ul a{
background:#ebf1f8 url("imgs/dot.gif") repeat-x left bottom; 
filter:alpha (opacity=90);-moz-opacity:.90; opacity:.90;
color:#000144; 
height:auto; 
margin-left:0px;
padding:5px 0px;
top: 0px; 

font-size: 11px;
text-align: left;
/* yet another hack for IE5.5 */
}

.menu ul li a:hover{
color:#000144; 

cursor: pointer;
text-decoration: none;
font-size:12px;
top: 0px;
}



