 .menu_parent
           { 
	float: right;
	text-align:center; 
    font-weight: bold;
	display: inline;
	text-decoration: none; 
	height:37px;	
	font-family:arial;
	vertical-align:middle;
 	padding-top:0px;
          }

	.menu_parent_hover
	{
		background-image: url('../images/menu_bg_hover.jpg');
		background-repeat:repeat-x;
		background-position:top middle;
 	
	}

	 .menu_left
	 {
	 width:10px;
	 }
	 
	 .menu_left_hover
	 {
	 width:10px;
	 background-color:black;
     background-image: url('../images/menu_left.jpg');
    background-repeat:no-repeat;
	 }
	 
	 
	 .menu_right
	 {
	 width:10px;
	 }
	 
	 .menu_right_hover
	 {
	 width:10px;
	 
     background-image: url('../images/menu_right.jpg');
    background-repeat:no-repeat;
	 }
	 
	.menu_right_hover_1
	 {
	 width:10px;
	 
     background-image: url('../images/menu_right.jpg');
    background-repeat:no-repeat;
	 } 
		   
    .menu_parent_link
           { 
    height:37px;   
 	vertical-align:middle;
	text-align:center; 
	font-family:arial;
           }

   .menu_parent_link a
           { 
       
	/*padding:8px 2px 8px 2px;   
    font-weight: bold;	
	font-size:16px;
	color:#767676;
    text-decoration: italic; 
	vertical-align:middle;
	text-align:center; 
	font-family:arial;*/
	
	color: #4C4B4B;
    display: block;
    font-size: 16px;
    padding: 15px 10px 0;
    text-align: center;
    text-decoration: none;

           }
		   
	.menu_parent_link :hover
           { 
	    /*height:37px;
		padding:8px 2px 8px 2px;  
		color:white;
		text-decoration: none; 
		background-image: url('../images/menu_bg_hover.jpg');
		background-repeat:repeat-x;
		background-position:top middle;*/
		

      }
	   .menu_parent_link :hover>a
           { 

	  /*  color:white;
    	text-decoration: none; */
    	
      }
.menu_parent_with_sub
          { 
        
	float: right;
	text-align:center; 
    font-weight: bold;
	display: inline;
	text-decoration: none; 
	height:28px;	
	font-family:arial;
	vertical-align:middle;

 	padding-top:7px;
           }

           .menu_parent_with_sub:hover 
           { 
       background-image: url('../images/menu1_hover.gif');
		background-repeat:no-repeat;
       }

	   .menu_parent_with_sub:hover > .menu_parent_link
           { 
	    color:white;
    	text-decoration: none; 
      }
    .menu_parent_link_sel
           { 
    font-weight: bold;	
	font-size:16px;
	color:white;
    text-decoration: none; 
	height:37px;
	vertical-align:middle;
	text-align:center; 
	font-family:arial;
    /*background-image: url('../images/menu_bg_hover.jpg');*/
	background-repeat:repeat-x;
	background-position:top middle;
             }
			 
			     .menu_parent_link_sel a
           { 
    font-weight: bold;	
	font-size:16px;
	color:white;
    text-decoration: none; 
	vertical-align:middle;
	text-align:center; 
	font-family:arial;

             }
			 

 
	   
	   
           .menu_parenthover 
           { 
	float: right;
	text-align:center; 
    font-weight: bold;
	display: inline;
	text-decoration: none; 
	height:31px;	
	font-family:arial;
	vertical-align:middle;
 	width:100px;
 	padding-top:7px;
	color:white;
       background-image: url('../images/menu1_hover.gif');
		background-repeat:no-repeat;
       }

	 .menu_parenthover:hover
           { 
       background-image: url('../images/menu1_hover.gif');
		background-repeat:no-repeat;
       }
       
	
           .menu_child
           {
	position: absolute; 
	visibility: hidden; 
	display: inline;
	text-align:center; 
	z-index:999;
           }

           .menu_child_link
           {
	min-width: 92px;
	width: 92px;
	text-align:center; 
	display: block; 
	font-family:arial;
	text-decoration: none; 
	border-top: none; 
	font-family:Arial; 
	font-size:11px;
        	font-weight: bold;
	color: white;
	padding-top: 6px; 
	padding-bottom: 0px; 
	padding-right:1px;
	padding-left:1px;
	height:20px;
	border-right: 1px solid #313236; 
	border-left: 1px solid #313236; 
	border-bottom: 1px solid #313236; 
	background-color: #313236; 
	vertical-align:middle;
	z-index:999;
	
           }

           .menu_child_link_sel
           {
	min-width: 92px;
	width: 92px;
	text-align:center; 
	display: block; 
	font-family:arial;
	border: 0px solid black; 
	text-decoration: none; 
	border-top: none; 
	font-family:Arial; 
	font-size:11px;
        	font-weight: bold;
	padding-top: 6px; 
	padding-bottom: 0px; 
	padding-right:1px;
	padding-left:1px;
	height:20px;
	color: white;
	border-right: 1px solid #313236; 
	border-left: 1px solid #313236; 
	border-bottom: 1px solid #313236; 
	background-color: #313236;
	vertical-align:middle;
	z-index:999;
           }

           .menu_child_link:hover 
           {
	color: #a5d6ea;
           }
