#menu{
	background:  url(../images/buttons/bg_btn.gif) repeat-x;
	height:25px;
	line-height:25px;
}

#menu ul ul .hasChild{
	background: url(../images/subarrow.gif) right no-repeat center #F1F1F3;
	height:25px;
}

#menu h2{
	background-color:#999999;
	height:25px;
}

#menu h2 a{
	color:#333333;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #AAAAAA;
	height:25px;
	line-height:25px;
}

#menu h2 a:hover{
	color:#ffffff;
	height:25px;
	line-height:25px;
}

#menu li a {
	height:25px;
	line-height:25px;
	padding-left:20px;
	padding-right:20px;
	color:#001025;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	display:inline-block;
}

div#menu ul li {
	height:25px;
	background-image : url(../images/menu_stripe.gif);
	background-position : right;
	background-repeat: no-repeat;
	padding-right:1px;
	line-height:25px;
	float:left;
	display:block;
}

div#menu ul li a:hover {
	background-image: url(../images/buttons/bg_btn_over.gif);
	background-repeat : repeat;
	color:#ffffff;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu h2{
	font-family:  Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	display: block;
	filter:alpha(opacity=100);
}

#menu ul ul li {
	clear:both;
}

#menu ul ul a {
	width:188px;
	line-height:20px;
	color:#001025;
	background-color:#ccd3dd;
	text-decoration: none;
	display: block;
}

#menu ul ul a:hover{
	color:#ffffff;
	background-color:#959da8;
}

div#menu ul li ul { 
	position: absolute;
	z-index:500;
	display: none;
}

div#menu ul li:hover ul { 
	display: block; 
}



#btn_sub{
	display:block;
}

.submenu_content{
	float:left;
	width:150px;
	background-color:#999999;
}