.menu{
	padding:0;
	margin:0;
	list-style:none;
	background:url(../images/menu_bg.gif) repeat-x top left;
	height:37px;	
}

.menu li{
	float:left;
}

.menu li a{	
	height:27px;
	padding-top:10px;
	display:block;
	float:left;
	font-weight:bold;	
	text-decoration:none !important;
	font-size:11px;
	padding-left:7px;
	padding-right:6px;
	font-weight:bold;
	color:#ffffff;	
}


.menu li a:hover{	
	background-color:#86e0e8;
	background:url(../images/menu_hover_bg.gif) repeat-x top left;
	color:#000000;
}

.menu li a.active{	
	background-color:#86e0e8;
	background:url(../images/menu_hover_bg.gif) repeat-x top left;
	color:#000000;	
}

.menu li a.active2{	
	background-color:#86e0e8;
	background:url(../images/menu_hover_bg.gif) repeat-x top left;
	color:#000000;	
}


.menu li a span{
	position:absolute;	
	background:url(../images/arrow_menu.gif) no-repeat;
	width:6px;
	height:6px;
	margin-top:17px;
	margin-left:-6px;
}

.menu li a:hover span{
	position:absolute;	
	background:url(../images/arrow_menu_over.gif) no-repeat;
	width:6px;
	height:6px;
	margin-top:17px;
	margin-left:-6px;
}


.menu li a.active span{
	position:absolute;	
	background:url(../images/arrow_menu_over.gif) no-repeat;
	width:6px;
	height:6px;
	margin-top:17px;
	margin-left:-6px;
}

.menu li a.active2 span{
	position:absolute;	
	background:url(../images/arrow_menu_over.gif) no-repeat;
	width:6px;
	height:6px;
	margin-top:17px;
	margin-left:-6px;
}

.submenu{
	display:none;
	position:absolute;	
	left: 50%;	
    margin-left: -498px;			
	margin-top:37px;
	*margin-top:0px;	
	width:996px;
	background-color:#e4e4e4;
	z-index:2;	
	clear:both;	
}

.submenu .submenu_block{
	float:left;
	width:auto;	
	*width:1px;	
	white-space: no-wrap;
	padding-top:20px;
	padding-bottom:20px;
	background:url(../images/submenu_block_separator.gif) repeat-y top right;	
}

.submenu .submenu_block  div{
	margin:0px 10px 0px 30px;
}

.submenu .submenu_block  a{
	padding:0 !important;
	margin:0 !important;	
	background:none !important;
	float:none !important;
	font-weight:normal;
	font-size:100%;
	color:#000000;	
	height:auto;
	padding-left:8px !important;
	margin-bottom:5px !important;	
	background:url(../images/arrow_black.gif) no-repeat 0px 6px !important;	
	cursor:hand;	
	cursor:pointer;
}

.submenu .submenu_block  a:hover{
	background:none;
	color:#dc3200;
	background:url(../images/arrow_red.gif) no-repeat 0px 6px !important;	
}

.submenu .submenu_block  a.active3{
	background:none;
	color:#dc3200;
	background:url(../images/arrow_red.gif) no-repeat 0px 6px !important;	
}


.submenu .last{background:none;}







